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

About Danny Portal

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

Compliance Made Easy: Meeting 2025 Requirements While Strengthening Clinician and Caregiver Connections

May 5, 2025|Webinars & Events|

Thursday, May 29th, 2025 @ 2PM EST
Ready for 2025? Discover the secrets to helping you meet 2025 compliance requirements in home-based care while enhancing caregiver outcomes. Join our exclusive webinar, "Compliance Made Easy: Meeting 2025 Requirements While Strengthening Outcomes," hosted by Josh Kondik, VP of Sales Strategy and Operations from Activated Insights.

Earn Industry Recognition: How Activated Insights Can Help To Facilitate the Survey Process

May 2, 2025|Webinars & Events|

Tuesday, May 20th, 2025 @ 2PM EST
Join our exclusive 30-minute webinar and explore how Activated Insights Recognition can position your home-based or senior living business as a destination of choice for both residents and employees. Learn how to achieve a "Top Senior Living Community" status through U.S. News Best Senior Living and elevate your workplace reputation with the Great Place To Work® Certification™.

“My Secret Weapon”: How Cascade Simplified Hiring and Built a Better Candidate Experience

May 1, 2025|Customer Stories|

At Cascade Senior Living Services, people aren’t just part of the mission. People are the mission. Founded in 2016, Cascade set out to provide essential care for low-income, vulnerable adults across the Tacoma region. While technically a for-profit business, the team operates with a deeply nonprofit spirit: 85% of their residents are Medicaid-funded, and many would have nowhere else to turn. As HR Director Diana Verrue puts it, “We are the safety net.”

Staying Ahead of 2025 Compliance: Training That Makes a Difference

Mar 28, 2025|Webinars & Events|

Tuesday, May 6th, 2025 @ 2PM EST
Are you ready for the changes coming in 2025? Join us for an insightful webinar, "Staying Ahead of 2025 Compliance: Training That Makes a Difference," co-hosted by Josh Kondik, VP of Sales Strategy and Operations and Linda Leekley, Chief Content Officer from Activated Insights. Discover actionable strategies to meet the latest senior living compliance requirements and improve care outcomes.