// 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

Climbing the OASIS-E Mountain: Successfully Navigating Regulatory Changes 

Being a health care leader frequently means navigating treacherous terrain: regulatory updates.  The impacts of some updates are an easy stroll, like a small change in a quality metric, while others are a significant undertaking that impacts the whole organization, like a change in payment structure. 

What Agencies Are Failing to Address About Workforce Shortages

As an industry, we’re losing home-based care workers faster than we can hire them. 57% of employees leave their agency within the first 3 months of employment, and those who do stay are likely to be unengaged, burnt out, or actively seeking new opportunities (sometimes outside of the care continuum). 

Understanding the Psychology of Caregivers

Join Amber Monroe, Director of Customer Success at Activated Insights, and Nikki Holles, VP of HR at Right at Home, as they share how to navigate workforce shortages by understanding the mindset of a caregiver and the psychology behind their behaviors, needs, and wants. 

5 Trends to Overcome Home Care Sales & Marketing Challenges in 2022

Home care sales and marketing looks a lot different than it did two years ago; but there’s good news. With the release of the 2022 Activated Insights Benchmarking Report, there’s now plenty of data to help home care agencies choose the right strategies and channels for their business.

The State of Home Care in 2022

As "these unprecedented times" became the day-to-day, agencies changed up their strategies, pioneered new approaches, and thrived in 2021.

How to Construct a Home Care Operation Model That Builds Leaders

A lot of focus has been placed on your caregivers—for good reason, but where does that leave you and your office team? You’re not exempt from burnout, uncertainty, changing schedules, and daily operations. The job satisfaction, day-to-day workload, and well-being of yourself and your team are equally important as that of your caregivers.

2022 Home Care Growth Summit

The 2022 Home Care Growth Summit is a 2-day (+ pre-conference) virtual initiative designed to bring together 32 leaders from the home care industry to share their knowledge, experience, advice, and expertise. Even better—general admission is completely free for this year’s conference.

2022 Best of Home Care Awards Webinar

We made it to 2022 – let’s celebrate! Agencies across the country haven’t just continued to endure some of the hardest years to date—they’ve also managed to earn the industry’s most prestigious awards for best-in class care. Join us as we celebrate the home care providers that qualified for Best of Home Care Awards in 2022 and discuss what agencies can learn from our winners to qualify for an award next year.