// Function to get URL parameter function getUrlParameter(name) { name = name.replace(/[\[\]]/g, '\\$&'); const url = window.location.href; const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'); const results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, ' ')); } // Function to close the pop-up function closePopup() { document.getElementById('popup').style.display = 'none'; document.getElementById('overlay').style.display = 'none'; } // Function to display the pop-up function displayPopup(message) { const overlayElement = document.createElement('div'); overlayElement.id = 'overlay'; overlayElement.style.display = 'block'; overlayElement.style.position = 'fixed'; overlayElement.style.top = '0'; overlayElement.style.left = '0'; overlayElement.style.width = '100%'; overlayElement.style.height = '100%'; overlayElement.style.backgroundColor = 'rgba(0, 0, 0, 0.5)'; overlayElement.style.zIndex = '999'; const popupElement = document.createElement('div'); popupElement.id = 'popup'; popupElement.style.display = 'block'; popupElement.style.position = 'fixed'; popupElement.style.top = '50%'; popupElement.style.left = '50%'; popupElement.style.transform = 'translate(-50%, -50%)'; popupElement.style.padding = '20px'; popupElement.style.backgroundColor = '#fff'; popupElement.style.boxShadow = '0 0 10px rgba(0, 0, 0, 0.5)'; popupElement.style.zIndex = '1000'; popupElement.style.borderRadius = '15px'; popupElement.style.width = '90%'; // Default width for mobile // Set max-width for larger screens popupElement.style.maxWidth = '500px'; const messageParagraph = document.createElement('p'); messageParagraph.innerHTML = message; const closeButton = document.createElement('button'); closeButton.textContent = 'Close'; closeButton.style.marginTop = '10px'; closeButton.onclick = closePopup; popupElement.appendChild(messageParagraph); popupElement.appendChild(closeButton); document.body.appendChild(overlayElement); document.body.appendChild(popupElement); } document.addEventListener('DOMContentLoaded', function () { console.log("Script Loaded"); const referrer = document.referrer; const referrerParam = getUrlParameter('referrer'); console.log("Referrer:", referrer); console.log("Referrer Param:", referrerParam); const referrerPatterns = [ /homecarepulse\.com/, /pinnacleqi\.com/, /retainyouremployees\.com/ ]; const isReferrerMatch = referrerPatterns.some(pattern => { const match = pattern.test(referrer) || (referrerParam && pattern.test(referrerParam)); console.log("Checking pattern:", pattern, "against referrer:", referrer, "or referrerParam:", referrerParam, "-> Match:", match); return match; }); console.log("Is Referrer Match:", isReferrerMatch); if (isReferrerMatch) { console.log("Displaying Pop-up"); const message = ` Welcome to Activated Insights.
Home Care Pulse, Pinnacle Quality Insight, and Pre-Intent are now united under one brand and one name.

Discover how Activated Insights will continue to help you make the most of every care experience, across the entire continuum of care.

Current users: Log in with your existing username and password at activatedinsights.com. `; displayPopup(message); } });

Login   |   877.307.8573   |   Contact Us

Login   |   877.307.8573   |   Contact Us

Events

Events

7 Things Your Home Care Agency Shouldn’t Do in 2022

Over the last 24 months, the pandemic has impacted nearly every aspect of our lives, including your everyday operations as a business owner. It hasn’t been uncommon to hear, ‘try this’, ‘add that’, ‘start doing this’, or ‘buy more of that’. As we move into the new year, we want to help you eliminate some things that may not be driving your home care business forward.

Building Specialty Training Programs for Specific Diseases

As the aging population grows exponentially, so do the needs of diagnosis-specific in-home care. In addition to providing more tailored care, specialty training and certifications are a great way to set your agency apart from competitors.

2021 Home Care Training Summit

In this free, full-day event, Activated Insights’s training experts—together with other top experts we’ve gathered from around the industry—talk about the most important topics in training and give you the knowledge you need to use it as a competitive advantage.

How to Grow Your Home Care Agency During A Historic Caregiver Shortage

One of the biggest challenges for any home care agency is balancing rosters of clients and caregivers—and that challenge is greater than ever in recent months. Join us on September 29th if you’re ready to move past caregiver shortages and start attracting the caregivers you need to keep growing your agency.

How to Build a Recruitment Marketing Strategy for Your Home Care Agency

Today’s candidates discover and consider employers the same way they find products, hotels and restaurants. Simply put, home care agencies need to adapt their recruitment marketing strategies to meet the evolving preferences of today’s workforce. Join Todd Austin, COO of Activated Insights as he hosts a live panel about recruitment marketing with three experts.

The State of Home Care in 2021

It’s time. With the release of the 2021 Home Care Benchmarking Study, we finally have detailed data on how the last year has affected home care agencies, and what it can teach us about operating an agency in the future.