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

Key Findings from our 2024 Benchmarking Report

For the past 15 years, Home Care Pulse (HCP) has been evolving with the industry to better support long-term and post-acute care providers. We are excited to announce that HCP is now Activated Insights, reflecting our expanded capabilities and commitment to home care, home health, hospice, and senior living markets.

Navigating Challenging Waters: Solving Recruitment and Retention in Senior Living

The average senior living provider is spending an average of $210,000 a year in turnover costs—all for hires who last 12 weeks max. That’s a lot of time and money you’re putting towards temporary staff. It’s safe to say that traditional hiring methods in senior care are no longer working and haven’t been for a long time.  

Nursing Perspectives: Looking Beyond Compliance to See the True Value of Training

Want to hear something scary? Less than half your staff feel completely prepared to perform their job in the field.  And here’s an equally frightening fact. Your customers are feeling the effects. Both customers and employees rated training received as one of their lowest satisfaction scores in the latest Activated Insights Benchmarking Report. 

The Future of Technology in Post-Acute Care

Technology is evolving in both the home care and facility settings.  But, how is that technology shifting care? What opportunities does it present you right now? And can it be an effective stone in your sling to fend off approaching giants? 

How to Become a Magnet for Top Candidates as a ‘Great Place To Work’ 

Last year we hosted a webinar on how to become a “Great Place to Work” and the dramatic results it can have on your recruitment and retention efforts. The response was nothing short of jaw dropping! It was one of our most attended webinars of the year and one of the most requested for an encore performance.