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

          • S2 Ep.1: Meet the New Host of Vision
          • Nursing Perspectives webinar on Alzheimer's and related dementias.
            Nursing Perspectives: How to Prepare for the Alzheimer’s and Related Dementias Surge 
          • A dark blue graphic with a circular emblem. Inside, a blue ribbon reads "Customer Experience." Below in smaller text, it says "Award 2025." A small purple and yellow design is above the text.
            Activated Insights Announces 2025 Customer Experience Award™ Winners, Recognizing Excellence in Long-Term and Post-Acute Care
  • 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
  • An illustration of a woman with a serious expression crossing her arms in an 'X' gesture. She has curly hair, wears a striped blue shirt, and stands against a gradient background. There is a small, white, arrow-like logo in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Sexual Harassment

    Understanding Sexual Harassment

    An up-to-date overview of sexual harassment, including the definition of sexual harassment, who it affects, and types of sexual harassment.

    An up-to-date overview of sexual harassment, including the definition of sexual harassment, who it affects, and types of sexual harassment.

    Risk Management

    Risk Management

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • An illustration of a woman with a serious expression crossing her arms in an 'X' gesture. She has curly hair, wears a striped blue shirt, and stands against a gradient background. There is a small, white, arrow-like logo in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Sexual Harassment – Spanish

    Understanding Sexual Harassment – Spanish

    An up-to-date overview of sexual harassment, including the definition of sexual harassment, who it affects, and types of sexual harassment.

    An up-to-date overview of sexual harassment, including the definition of sexual harassment, who it affects, and types of sexual harassment.

    Risk Management

    Risk Management

    Course Details

    Audio IncludedAudio Included

  • A clear plastic medical urine collection bag hangs from a stand, partially filled with yellow liquid. The bag has blue measurement markings in milliliters ranging from 100 to 2000. The background features out-of-focus hospital equipment.

    Caregiver

    Caregiver

    Urinary Elimination in Home Health and Hospice – Russian

    Urinary Elimination in Home Health and Hospice – Russian

    This program is part of the Home Care Institute Aide Series and provides information on urinary elimination and measures aides should take to support patients with problems affecting the urinary system.

    This program is part of the Home Care Institute Aide Series and provides information on urinary elimination and measures aides should take to support patients with problems affecting the urinary system.

    Activities of Daily Living

    Activities of Daily Living

    Course Details

    Audio IncludedAudio Included

  • A clear plastic medical urine collection bag hangs from a stand, partially filled with yellow liquid. The bag has blue measurement markings in milliliters ranging from 100 to 2000. The background features out-of-focus hospital equipment.

    Caregiver

    Caregiver

    Urinary Elimination in Home Health and Hospice – Spanish

    Urinary Elimination in Home Health and Hospice – Spanish

    This program is part of the Home Care Institute Aide Series and provides information on urinary elimination and measures aides should take to support patients with problems affecting the urinary system.

    This program is part of the Home Care Institute Aide Series and provides information on urinary elimination and measures aides should take to support patients with problems affecting the urinary system.

    Activities of Daily Living

    Activities of Daily Living

    Course Details

    Audio IncludedAudio Included

  • A caregiver in purple scrubs assists an elderly woman using a walker. The elderly woman wears a white shirt and a pendant. They are indoors, near a wooden cabinet and blue curtains in the background. A logo is visible in the bottom right corner of the image.

    Caregiver

    Caregiver

    Using Assistive Devices

    Using Assistive Devices

    This module provides caregivers with an overview of various assistive devices available to improve the quality of life of clients with limitations and/or disabilities.

    This module provides caregivers with an overview of various assistive devices available to improve the quality of life of clients with limitations and/or disabilities.

    Safety

    Safety

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • Two women smile warmly while embracing each other. One woman, with dark skin and wearing a headscarf and yellow clothing, leans in closely to the lighter-skinned woman with short hair in blue scrubs. A logo is visible at the bottom right of the image.

    Caregiver

    Caregiver

    Understanding Palliative Care

    Understanding Palliative Care

    This course provides an overview of palliative care.

    This course provides an overview of palliative care.

    Palliative & End of Life for Care Professionals

    Palliative & End of Life for Care Professionals

    Course Details

    Audio IncludedAudio Included

  • A grey-haired, bearded elderly man in a light blue shirt is clutching his chest with a pained expression. The background is a gradient of white to purple, and a white geometric logo is present in the bottom corner.

    Caregiver

    Caregiver

    Understanding Heart Attacks – Russian

    Understanding Heart Attacks – Russian

    This inservice contains basic information about heart attacks, including their causes, symptoms, and treatments.

    This inservice contains basic information about heart attacks, including their causes, symptoms, and treatments.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • A scientist wearing blue gloves and a white lab coat carefully handles a test tube next to a microscope. She has a focused expression while conducting the experiment in a laboratory setting.

    Caregiver

    Caregiver

    Understanding HIV & AIDS

    Understanding HIV & AIDS

    An overview of HIV and AIDS, including how HIV is spread, HIV treatments and stages.

    An overview of HIV and AIDS, including how HIV is spread, HIV treatments and stages.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • A nurse in green scrubs, wearing a stethoscope around the neck, smiles and talks to an elderly man with gray hair wearing a blue checked shirt. They are in a well-lit room with a kitchen in the background. The nurse gently holds the man's arm.

    Caregiver

    Caregiver

    Understanding Neglect

    Understanding Neglect

    During this course, caregivers will review different neglect types, including passive and active neglect, domestic neglect, and institutional neglect.

    During this course, caregivers will review different neglect types, including passive and active neglect, domestic neglect, and institutional neglect.

    Risk Management

    Risk Management

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • A woman with long blonde hair in a ponytail, wearing a purple scrub top, smiles while holding a tablet. A stethoscope is draped around her neck. The background is blurry, focusing attention on her cheerful expression and professional attire.

    Caregiver

    Caregiver

    Understanding Nurse Delegation

    Understanding Nurse Delegation

    This course provides an overview of the nurse delegation process.

    This course provides an overview of the nurse delegation process.

    Patient Centered Care

    Patient Centered Care

    Course Details

    Audio IncludedAudio Included

  • A young woman with long brown hair, wearing a teal face mask, stands outside a building with a neutral expression. She is dressed in a casual outfit, and a faint silhouette of another person is visible in the background. A small white logo is at the bottom right.

    Caregiver

    Caregiver

    Understanding Coronavirus – Spanish

    Understanding Coronavirus – Spanish

    A general overview of the origination of COVID-19.

    A general overview of the origination of COVID-19.

    Disease Specific

    Disease Specific

    Course Details

    No Audio IncludedAudio Included

  • A diverse group of hands of varying skin tones are stacked together in a display of unity and teamwork. The individuals are wearing colorful, traditional clothing with intricate patterns. The background is blurred, focusing attention on the hands.

    Caregiver

    Caregiver

    Understanding Cultural Diversity

    Understanding Cultural Diversity

    A general overview for caregivers of cultural diversity and how it impacts a caregivers' interactions with both clients and coworkers

    A general overview for caregivers of cultural diversity and how it impacts a caregivers' interactions with both clients and coworkers

    Ethics & Diversity Topics

    Ethics & Diversity Topics

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

Previous12···9101112131415···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