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

Logo for Activated Insights featuring a purple and yellow abstract starburst symbol to the left of the company name in bold, dark text.

About Danny Portal

This author has not yet filled in any details.
So far Danny Portal has created 129 blog entries.

Key Findings from the 2025 Benchmarking Report

Jun 10, 2025|Webinars & Events|

Thursday June 26th, 2025 @ 2PM EST
Now in its 16th year, the Benchmarking Report from Activated Insights is the most trusted resource for leaders in home care, home health, and hospice. Built from survey data collected from almost a thousand agencies nationwide, it reveals what’s working, what’s changing, and where top-performing providers are pulling ahead.

Turning Scores into Strengths: How to Use CAHPS and Star Ratings to Create Positive Care Outcomes

May 29, 2025|Webinars & Events|

Tuesday, June 24, 2025 @ 2PM EST
For most home health and hospice teams, CAHPS feels like just another requirement to check off. It reflects care that’s already been delivered, only shares the patient or caregiver’s side of the story after nothing can be done to resolve issues, and often leaves agencies struggling with what to do with the feedback for the future. 

Boosting Show-Up Rates: Strategies to Engage New Hires and Fill Shifts Fast

May 23, 2025|Webinars & Events|

Tuesday, June 17th, 2025 @ 12pm EST
Are you tired of candidates disappearing before they even start? Are you struggling with high no-show rates that slow down your recruitment process? Don’t miss this chance to learn proven strategies to turn things around. Join Louie Frank, Chief Revenue Officer and Bryan White, Sales Development of Activated Insights for this insightful webinar on enhancing candidate engagement and reducing no-shows in the care industry.

Nursing Perspectives: How to Prepare for the Alzheimer’s and Related Dementias Surge 

May 21, 2025|Webinars & Events|

The Alzheimer’s Association estimates that 6 million Americans are currently living with Alzheimer’s disease. With the baby boomer populations aging, this number is expected to become 13 million by 2050. How do we as care professionals prepare for this surge? A handpicked lineup of specialized nurses will explore the following topics to help you expand your knowledge in the present while preparing for the future of Alzheimer’s and dementia-related care.