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

Articles

Activated Insights Expands Training Portfolio, Enhancing Volunteer Training for Hospice Care Providers

Jul 19, 2023|Articles, Latest News|

Activated Insights, a leading provider of workforce education and engagement applications for post-acute care and senior living organizations, has acquired Teaching Transitions, a renowned provider of online hospice volunteer training. This acquisition reinforces Activated Insights position as the education solution for hospice providers. Teaching Transitions specializes in delivering high-quality online training and coursework tailored specifically for hospice volunteers. Their extensive range of educational materials equips volunteers with the knowledge and skills to provide effective support to patients and families at end of life.

6 Key Findings from Activated Insights’ 2023 Benchmarking Report to Grow Your Post-Acute Care Business and Retain Your Employees

May 25, 2023|Articles, Care For Your Clients, Find Your Blind Spots, Improve your Company|

As the 14th Annual Activated Insights Benchmarking Report triples in size, we’re bringing you a holistic view into the future of the care continuum. Benchmark your performance against the industry with compelling new data points across home care, home health, and hospice.

Brenda’s Story: A Lesson in Battling Burnout and Retaining Top Care Professionals

May 22, 2023|Articles, Attract & Retain Caregivers, For Your CNAs|

What may be arguably as important as continuing to get new staff in the door, is ensuring that you will be able to retain the staff already in the building. There comes a point when the desire to do a good job doesn’t make up for the lack of resources and support—here's what you can do to retain satisfied long-term staff.

Stereotypes and Social Determinants of Health: 5 Steps to Deal with Conscious and Unconscious Bias in Post-Acute Care

Mar 16, 2023|Articles, Care For Your Clients|

Just as every individual has their own social determinants of health, every person is capable of stereotyping and exhibiting those unconscious or conscious biases. It’s okay to admit that everyone has biases; the key is to recognize and resolve these biases before any damage occurs, like disparities in the quality of patient care that is provided.