// 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/10: What to Do When Dementia Flips the Script for End-of-Life Care

Register Now
Skip to content

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

          • A yellow background with grayscale photos of two men. White text reads "Tim Murray & Jeff Wiberg." Logos at the bottom represent "Team Elder Care" and "Family Resource Home Care.
            Ep. 70: What Does My Operational Data Mean—And How Do I Use It
          • Webinar promo image titled "Why Negative Feedback is a Gift—How to Start Learning From Your Caregivers & Clients," featuring photos of presenters Chris Trempe, Wendy St. Hilaire, and Barbara Karnes, with learning and feedback-themed graphics.
            Why Negative Feedback is a Gift—How to Start Learning From Your Caregivers & Clients
          • A woman smiling with hands clasped, wearing a yellow top. The background features abstract yellow lines and a doodle of a smiling face, embodying the spirit of employee recognition and celebration.
            10 Employee Recognition Strategies to Transform Your Caregiving Business from a Thankful to Thriving Workplace
  • 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 purple scrubs is caring for an elderly man. She is holding a medical device while he looks down at it. The background includes a fridge with various items attached to it. The scene appears to be in a home setting.

    Caregiver

    Caregiver

    Understanding Diabetes

    Understanding Diabetes

    An overview for caregivers of the different types of diabetes, the causes, risk factors, symptoms, and treatments.

    An overview for caregivers of the different types of diabetes, the causes, risk factors, symptoms, and treatments.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • Silhouetted image of two people in a confrontational pose, one with their arm raised as if to strike, while the other appears to be defending themselves. A geometric logo is visible in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Domestic Violence

    Understanding Domestic Violence

    This course gives caregivers an overview of domestic abuse, including who is at risk, why people become abusers, and domestic abuse types.

    This course gives caregivers an overview of domestic abuse, including who is at risk, why people become abusers, and domestic abuse types.

    Safety

    Safety

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • A group of orange rod-shaped bacteria float against a blue, textured background. The image likely represents a microscopic view of bacteria in an aqueous environment. There is a small, white geometric logo in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Drug-Resistant Bacteria

    Understanding Drug-Resistant Bacteria

    A review of drug-resistant bacteria (such as MRSA and VRE), including the causes, symptoms, and treatments for these infectious diseases.

    A review of drug-resistant bacteria (such as MRSA and VRE), including the causes, symptoms, and treatments for these infectious diseases.

    OSHA & Infection Control

    OSHA & Infection Control

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • An older woman and a younger woman are smiling at each other. The younger woman wears medical scrubs, while the older woman is dressed in a striped shirt and cardigan. The image has a partial overlay of illustrated details outlining their clothing.

    Caregiver

    Caregiver

    Understanding Fall Risk Factors

    Understanding Fall Risk Factors

    This module provides care professionals with an overview of the factors that put clients at risk for falls, including age-related factors, medical factors, and environmental factors. It includes ways that employees can help keep high-risk clients safe.

    This module provides care professionals with an overview of the factors that put clients at risk for falls, including age-related factors, medical factors, and environmental factors. It includes ways that employees can help keep high-risk clients safe.

    Safety

    Safety

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • An older woman with short, gray hair is sitting on a couch with her hand under her chin, looking pensive. She is wearing a light blue top and has a serious expression. The background shows a bright room with natural light coming through the windows.

    Caregiver

    Caregiver

    Understanding Abuse

    Understanding Abuse

    This course provides an overview of abuse, including elder, child, physical, emotional, financial, and sexual abuse.

    This course provides an overview of abuse, including elder, child, physical, emotional, financial, and sexual abuse.

    Safety

    Safety

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • A young woman with curly hair wearing a purple uniform is attentively engaging with an elderly woman. The elderly woman is slightly blurred in the foreground. Both appear to be interacting in a positive and supportive manner, in what seems to be a care setting.

    Caregiver

    Caregiver

    Understanding ADRD (FL Home Health Approved: HH AD 9984)

    Understanding ADRD (FL Home Health Approved: HH AD 9984)

    This course overviews updated disease information, renewed communication and behavior management tips, care techniques, and current skills for working with family members.

    This course overviews updated disease information, renewed communication and behavior management tips, care techniques, and current skills for working with family members.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • A younger woman with blonde hair is closely embracing an older woman with gray hair and glasses. Both women are looking attentively in the same direction. The image has a transparent blue overlay with a white arrow-like symbol in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Advance Directives

    Understanding Advance Directives

    This is a course for care professionals that covers the purpose of advance directives and the two main types: living wills and medical durable power of attorney.

    This is a course for care professionals that covers the purpose of advance directives and the two main types: living wills and medical durable power of attorney.

    Patient Rights

    Patient Rights

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • An elderly woman with a neutral expression is standing against a light-colored wall and a window with blinds, partly reflected in a vertical mirror. She is wearing a white shirt, and her arms are crossed. The image has a purple gradient at the bottom with a rightward arrow graphic.

    Caregiver

    Caregiver

    Understanding Alzheimer’s Disease

    Understanding Alzheimer’s Disease

    This course provides background on the basic biology of Alzheimer's disease, its three stages, and how it is diagnosed and treated.

    This course provides background on the basic biology of Alzheimer's disease, its three stages, and how it is diagnosed and treated.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • Two ostomy bags are on a brown surface. One is illustrated on the left, and the other is a real ostomy bag on the right. Above them are medical tools including tweezers, scissors, and a rolled-up bandage. A small white arrow icon is in the bottom right corner.

    Clinician

    Clinician

    Understanding Bowel Ostomies

    Understanding Bowel Ostomies

    This course covers the basics of bowel ostomies.

    This course covers the basics of bowel ostomies.

    Patient Centered Care

    Patient Centered Care

    Course Details

    Audio IncludedAudio Included

  • A person with curly hair and wearing a pink shirt is placing a green sticky note on a glass wall, surrounded by various colorful sticky notes. They appear focused and thoughtful. The background is blurred, and a small white geometric logo is in the bottom right corner.

    Leadership

    Leadership

    Thinking Outside the Brain

    Thinking Outside the Brain

    In this course, learn the reasoning behind Paul's persuasive findings and discover practical strategies for improving your cognition.

    In this course, learn the reasoning behind Paul's persuasive findings and discover practical strategies for improving your cognition.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A smiling healthcare professional with curly hair is looking at a watch on their wrist while standing in a well-lit hallway. They are wearing yellow scrubs and have a stethoscope draped around their neck.

    Clinician

    Clinician

    Time Management in Home Care and Hospice

    Time Management in Home Care and Hospice

    This course provides strategies for effectively managing daily patient and agency-specific responsibilities.

    This course provides strategies for effectively managing daily patient and agency-specific responsibilities.

    Professional Development

    Professional Development

    Course Details

    Audio IncludedAudio Included

  • A healthcare professional with curly hair wearing a green scrub and a stethoscope around her neck, standing in a medical setting with blurred blue and white backgrounds. The image combines illustration and photography styles.

    Caregiver

    Caregiver

    Time Management Skills

    Time Management Skills

    This course reviews the principles of time management, helping the learner simplify and streamline their busy schedule.

    This course reviews the principles of time management, helping the learner simplify and streamline their busy schedule.

    Professional Development

    Professional Development

    Course Details

    Audio IncludedAudio Included

        Previous12···16171819202122···3233Next

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