// 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); } });
X

6/3: The Whisper or the Shout? Which Negative Feedback is More Damaging to Your Senior Living Company’s Reputation?

Register Now
Skip to content

Login   |   877.307.8573   |   Contact Us

Login   |   877.307.8573   |   Contact Us

  • How We Help
    • RecruitOutreach tools to discover and hire top talent.
          • RECRUIT
          • Discover Recruit

            Activated Insights Recruit enables you to automate outreach and engagement in your hiring process allowing senior living and home-based care providers to connect, qualify, and interview top caregivers faster than humanly possible.

            Learn More

    • TrainingTop-rated training to enhance care teams.
          • TRAINING
          • Discover Training
          • Training for Home Care
          • Training for Home Health
          • Training for Hospice
          • Training for Assisted Living
          • Training for Skilled Nursing Facilities
          • Training for Independent Living
          • NAB Training
          • Course Catalog
          • State Compliance
          • Specialty Learning Paths
          • Options for Individual Care Professionals
          • Instructor-Led Training Modules
          • Barbara Karnes Series
    • RetainBoost engagement and reduce turnover.
          • RETAIN
          • Discover Retain

            Activated Insights Retain is the ultimate offering for reducing employee turnover rates in home-based care and senior living, especially during the first 100 days when the risk is at its peak.

            Learn More

    • Experience ManagementDetailed metrics and insights about your business.
          • EXPERIENCE MANAGEMENT
          • Discover Experience Management
          • Client Experience
          • Patient Experience
          • Resident Experience
          • Employee Experience
          • CAHPS®
          • CoreQ
    • RecognitionAwards, distinctions, and reviews to drive growth.
          • RECOGNITION
          • Discover Recognition
          • Reputation Management
          • Great Place To Work
          • U.S. News Best Senior Living
          • Best of Home Care Awards
          • Customer Experience Awards
  • Who We Help
  • Who We Are
    • About
    • Partners
    • Speakers Bureau
    • Careers
    • Testimonials
    • Case Studies
    • Latest News
  • Pricing
  • Resources
        • Blog
          Articles to help you excel across the care continuum
          Resource Library
          Guides, checklists, calculators, and other resources to help you learn and thrive
          Webinars
          Live and on-demand webinars featuring experts on key industry topics
          Benchmarking Reports
          Key insights and data from home care, home health, and hospice agencies
          Podcast
          Interviews with thought leaders about the state of long-term and post-acute care
          Videos
          Expert insight and helpful how-to's that drive positive outcomes in business and care
          Case Studies
          Success stories from providers using Activated Insights products and tools
          Integrations
          Integrated partner solutions that enhance your tech stack
        • Featured Resources

          • Ep.11: How the Social Determinants of Health Can Help Post-Acute Care Businesses Overcome Workforce Shortages
          • Webinar promo titled "Boosting Show-Up Rates: Strategies to Engage New Hires and Fill Shifts Fast!" with presenters Louie Frank and Bryan White, date June 12, and a photo of four people with laptops on the lower left.
            Boosting Show-Up Rates: Strategies to Engage New Hires and Fill Shifts Fast
          • 4 Tips to Erase Shrinking Profit Margins
  • How We Help
    • RecruitOutreach tools to discover and hire top talent.
    • TrainingTop-rated training to enhance care teams.
      • Discover Training
      • Training for Assisted Living
      • Training for Home Care
      • Training for Home Health
      • Training for Hospice
      • Training for Independent Living
      • Training for Skilled Nursing Facilities
      • NAB Training
      • Course Catalog
      • State Compliance
      • Specialty Learning Paths
      • Instructor-Led Training Modules
      • Barbara Karnes Series
    • RetainBoost engagement and reduce turnover.
    • Experience ManagementDetailed metrics and insights about your business.
      • Discover Experience Management
      • Client Experience
      • Patient Experience
      • Resident Experience
      • Employee Experience
      • CAHPS®
      • CoreQ
    • RecognitionAwards, distinctions, and reviews to drive growth.
      • Discover Recognition
      • Reputation Management
      • Great Place To Work
      • U.S. News Best Senior Living
      • Best of Home Care Awards
      • Customer Experience Awards
  • Who We Help
  • Who We Are
    • About
    • Partners
    • Speakers Bureau
    • Careers
    • Testimonials
    • Case Studies
    • Latest News
  • Pricing
  • Resources
    • Blog
    • Events & Webinars
    • Podcasts
    • Resource Library
    • Videos
    • Case Studies
    • Benchmarking Reports
Contact Support
Request a Live Demo
  • A nurse in light blue scrubs smiles while holding a sphygmomanometer and checking a patient's blood pressure. The background shows a well-lit room with curtains and a window.

    Caregiver

    Caregiver

    Understanding Hypertension – Interactive PDF

    Understanding Hypertension – Interactive PDF

    An overview of hypertension that provides a basic understanding of this condition.

    An overview of hypertension that provides a basic understanding of this condition.

    Disease Specific

    Disease Specific

    Course Details

    No Audio IncludedAudio Included

       

    A happy elderly couple sits closely together on a couch in a well-lit room, smiling joyfully. The man is wearing glasses, a light gray sweater over a button-down shirt, and the woman is wearing a shawl over a blue top. They both wear glasses and look content.

    Caregiver

    Caregiver

    Understanding Ostomies & Ostomy Care – Interactive PDF

    Understanding Ostomies & Ostomy Care – Interactive PDF

    This lesson provides an overview of the various kinds of ostomies.

    This lesson provides an overview of the various kinds of ostomies.

    Patient Centered Care

    Patient Centered Care

    Course Details

    No Audio IncludedAudio Included

       

    An elderly person with curly white hair and glasses is holding their hands to their forehead, looking distressed or in pain. They are wearing a watch, a necklace, and a purple top. The background is light-colored, and a logo with arrow designs is present in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Pain Management – Interactive PDF

    Understanding Pain Management – Interactive PDF

    With this course, care professionals will learn about their role in client pain management, including ways to determine if clients are in pain and what kind of barriers may be present that affect pain management.

    With this course, care professionals will learn about their role in client pain management, including ways to determine if clients are in pain and what kind of barriers may be present that affect pain management.

    Pain Management

    Pain Management

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • A smiling young caregiver, with her image partially sketched, places an encouraging hand on the shoulder of an elderly man using a walker. The elderly man, also smiling, looks at the caregiver in a bright, cozy room.

    Caregiver

    Caregiver

    Understanding Parkinson’s Disease

    Understanding Parkinson’s Disease

    This course gives care professionals an understanding of the different symptoms and stages to expect in a client diagnosed with Parkinson's disease.

    This course gives care professionals an understanding of the different symptoms and stages to expect in a client diagnosed with Parkinson's disease.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • Woman with short brown hair and glasses smiles beside an elderly woman with white hair. They are indoors near a window with blinds. A stylized arrow logo is at the bottom right.

    Caregiver

    Caregiver

    Understanding Pneumonia

    Understanding Pneumonia

    This inservice provides caregivers with information about the various types of pneumonia, the difference between community and hospital-based pneumonia, and how to prevent the spread of this disease.

    This inservice provides caregivers with information about the various types of pneumonia, the difference between community and hospital-based pneumonia, and how to prevent the spread of this disease.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • Two healthcare workers dressed in green and orange scrubs assist an elderly man lying in a hospital bed. The woman in orange adjusts the man's bedclothes while the man in green holds a tissue. Medical equipment is visible in the background.

    Caregiver

    Caregiver

    Understanding Restraints & Alternatives

    Understanding Restraints & Alternatives

    This course offers care professionals information about restraints, both physical and chemical, and seclusion.

    This course offers care professionals information about restraints, both physical and chemical, and seclusion.

    Safety

    Safety

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • An elderly woman with short, gray hair lies in a hospital bed, smiling and looking up at a person holding a clipboard and taking notes. The woman has a bandage with an IV line attached to her hand. The background is neutral and softly blurred.

    Caregiver

    Caregiver

    Understanding Sepsis – Interactive PDF

    Understanding Sepsis – Interactive PDF

    This inservice provides the basics about this condition, including how a simple infection can develop into sepsis, who is most at risk and why it is on the rise.

    This inservice provides the basics about this condition, including how a simple infection can develop into sepsis, who is most at risk and why it is on the rise.

    Disease Specific

    Disease Specific

    Course Details

    No Audio IncludedAudio Included

       

    A man with gray hair is lying face-down on a sofa. He is wearing a light blue shirt and holding an empty bottle. More empty bottles are on the wooden floor near the sofa. The setting appears to be a home living room.

    Caregiver

    Caregiver

    Understanding Substance Abuse

    Understanding Substance Abuse

    This inservice provides caregivers with an overview of substance abuse, including alcohol, illegal drugs, and prescription drugs.

    This inservice provides caregivers with an overview of substance abuse, including alcohol, illegal drugs, and prescription drugs.

    Patient Centered Care

    Patient Centered Care

    Course Details

    No Audio IncludedAudio Included

       

    A digital rendering of a human thorax showing translucent bones and vibrant, pink lungs. The spinal column and trachea are also visible. In the bottom right corner, there is a logo featuring a white angular shape on a dark blue background.

    Caregiver

    Caregiver

    Understanding COPD – Interactive PDF

    Understanding COPD – Interactive PDF

    This module contains tips for how caregivers can help people with COPD with correct inhaler use, oxygen safety, nutrition, smoking cessation, and energy conservation.

    This module contains tips for how caregivers can help people with COPD with correct inhaler use, oxygen safety, nutrition, smoking cessation, and energy conservation.

    Disease Specific

    Disease Specific

    Course Details

    No Audio IncludedAudio Included

       

    A nurse in blue scrubs smiles as he stands behind an elderly man in a wheelchair. The elderly man, wearing a blue shirt, holds his hands together and smiles. They are in a well-lit, spacious room with large windows and exercise equipment visible in the background.

    Caregiver

    Caregiver

    Understanding CVAs

    Understanding CVAs

    This course provides an overview of cerebral vascular accidents, including risk factors, signs and symptoms of a stroke, and treatment methods.

    This course provides an overview of cerebral vascular accidents, including risk factors, signs and symptoms of a stroke, and treatment methods.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • An elderly person with short gray hair holds their hand to their head, appearing thoughtful or concerned. They are wearing a ring and earring. The background is softly blurred.

    Caregiver

    Caregiver

    Understanding Depression

    Understanding Depression

    This course gives caregivers an overview of the main types and symptoms of depression.

    This course gives caregivers an overview of the main types and symptoms of depression.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • A nurse in blue scrubs sits on a couch holding a clipboard and shows a document to an elderly woman wearing glasses, who smiles and holds a cup and saucer. The atmosphere is warm and friendly, indicating a positive interaction.

    Caregiver

    Caregiver

    The Caregiver-Nurse Relationship

    The Caregiver-Nurse Relationship

    This course provides caregivers with insight into the relationship between nurses and CNAs.

    This course provides caregivers with insight into the relationship between nurses and CNAs.

    Professional Development

    Professional Development

    Course Details

    Audio IncludedAudio Included

Previous1234567···2223Next
Join 300,000+ post-acute and long-term care professionals on our email list
Products
  • Recruit (formerly Pre-Intent)
  • Training
  • Retain
  • Experience Management
  • Recognition
  • Pricing
  • Integrations
  • Recruit (formerly Pre-Intent)
  • Training
  • Retain
  • Experience Management
  • Recognition
  • Pricing
  • Integrations
Resources
  • Blog
  • Resource Library
  • Course Catalog
  • Events & Webinars
  • Benchmarking Reports
  • Award Materials
  • Best of Home Care
  • Blog
  • Resource Library
  • Course Catalog
  • Events & Webinars
  • Benchmarking Reports
  • Award Materials
  • Best of Home Care
Company
  • About
  • CareersNow Hiring!
  • Partners
  • News
  • About
  • CareersNow Hiring!
  • Partners
  • News
Help
  • Contact Us
  • Customer Education
  • Connect with Support
  • Help Center
  • Contact Us
  • Customer Education
  • Connect with Support
  • Help Center

© 2024 Activated Insights, LLC | Terms of Service | Privacy Policy

© 2025 Activated Insights | Terms of Service | Privacy Policy

Page load link
We value your privacy. We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies. Ok