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

This author has not yet filled in any details.
So far Activated Insights has created 452 blog entries.

Ep:33: 5 Secrets to Master Home Care Scheduling

Feb 23, 2021|Grow Your Agency, Podcast|

Olivia Jones, Executive Vice President of Care Advantage Inc. has been working in personal care for 23 years and is here to highlight five secrets to improve your home care scheduling processes. In this episode we'll discuss: - What the five secrets are - How Olivia has seen these secrets work effectively across their 27 locations - What results you can expect to see from implementing these secrets

Ep:32: 7 Tips to Recruit, Retain & Manage Caregivers: From a Home Care Agency Patient Turned Owner

Feb 16, 2021|Grow Your Agency, Podcast|

Brett Ringold, Vice President of family-owned agency, A Long Term Companion is here to highlight his decade of experience recruiting and retaining caregivers after having been a recipient of home care himself. We'll dive into office staff culture, mastering caregiver scheduling, measuring caregiver satisfaction, refining your onboarding process and much more. Tune in to learn tips that you can begin implementing in your home care business today!

Ep:31: Educating Your Staff About the End of Life Experience with Renowned Author, Barbara Karnes

Feb 9, 2021|Grow Your Agency, Podcast|

Barbara Karnes, author of 'Gone From My Sight', 'The Little Blue Book' and 'The 11th Hour' shares what she's learned from 40+ years of experience educating and training care workers on the end of life experience. She's known as the pioneer of the hospice industry and with over 30 million copies sold of her books, she's the expert on all topics around death and end of life.

Ep:29: Top 5 Things on the Mind of a $9M+ Home Care Owner

Jan 26, 2021|Grow Your Agency, Podcast|

Kevin Smith, CEO of Best of Care in the greater Boston area shares what's top of mind for him as his multi-million dollar independent agency continues to grow at an accelerated rate. In this episode, we'll hit on: - COVID vaccine rollout and messaging - Scaling your HR Department - Pressure testing your administrative infrastructure - Pursuing opportunities: quality vs quantity - Growing from $5M to $10M and beyond