// 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/5: Driving Retention and Satisfaction: Tools for a Better Workplace

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

          • Ep.5: How AI Technology is Helping Agencies to Identify Risks and Improve Client Care
          • Webinar flyer with pastel pillars in the background. Text: "Building a Strong Foundation: The 6 Essential Pillars of Home Care Marketing." June 5. Presenter: Julie Redd, featuring insights inspired by Barbara Karnes. Includes her photo and a small image of people meeting.
            Building a Strong Foundation: The 6 Essential Pillars of Home Care Marketing
          • An elderly woman with long white hair, wearing a green shirt over a white top, smiles as she reads online reviews on her smartphone. The background is purple with cartoon stars.
            How to Leverage Consumer-Driven Data Points to Increase Your Digital Advertising ROI
  • 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 close-up of an elderly person’s ear wearing a beige hearing aid device. The person has light grey hair and is touching the hearing aid with their finger. There is a logo with an upward arrow on the bottom right corner of the image.

    Caregiver

    Caregiver

    Understanding Hearing Disorders

    Understanding Hearing Disorders

    This course provides caregivers with an overview of the causes of hearing loss and deafness.

    This course provides caregivers with an overview of the causes of hearing loss and deafness.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

       

    An elderly woman with short white hair is smiling broadly. She is wearing a blue patterned dress and gold hoop earrings. A brick wall is visible in the blurred background. There is also a small white logo in the bottom right corner.

    Caregiver

    Caregiver

    Women’s Health Issues – Interactive PDF

    Women’s Health Issues – Interactive PDF

    An excellent overview of women's health and what the caregiver can do to keep female clients as healthy as possible.

    An excellent overview of women's health and what the caregiver can do to keep female clients as healthy as possible.

    Patient Centered Care

    Patient Centered Care

    Course Details

    No Audio IncludedAudio Included

       

    A person holding a pen is in front of a laptop screen displaying a checklist with red checkmarks. There is natural light coming through windows in the background. On the bottom right corner of the image, there is a white angled arrow logo on a purple background.

    Caregiver

    Caregiver

    The Survey Process

    The Survey Process

    The course provides tips for giving high-quality care all year long, whether or not a surveyor is expected!

    The course provides tips for giving high-quality care all year long, whether or not a surveyor is expected!

    Documentation & Regulatory Practices

    Documentation & Regulatory Practices

    Course Details

    No Audio IncludedAudio Included

       

    A person wearing a striped shirt and jeans is fastening a seatbelt in a car. One hand is holding the seatbelt buckle while the other is pressing the button on the seatbelt latch to secure it. A white arrow logo is in the bottom right corner.

    Caregiver

    Caregiver

    Transportation Safety

    Transportation Safety

    Provides an overview of best practices in transportation safety.

    Provides an overview of best practices in transportation safety.

    Activities of Daily Living

    Activities of Daily Living

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • An elderly person with a concerned expression is holding their hand, possibly due to pain or discomfort. The background is blurred, emphasizing the figure in the foreground. The image also features a small logo in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Arthritis

    Understanding Arthritis

    The course provides caregivers with a review of the anatomy of a joint, six common types of arthritis, how the condition is diagnosed and treated, and how caregivers can assist clients with arthritis.

    The course provides caregivers with a review of the anatomy of a joint, six common types of arthritis, how the condition is diagnosed and treated, and how caregivers can assist clients with arthritis.

    Disease Specific

    Disease Specific

    Course Details

    No Audio IncludedAudio Included

       

    A man with gray hair and glasses uses a red inhaler. He has red headphones around his neck and is wearing a dark jacket. The background is blurred.

    Caregiver

    Caregiver

    Understanding Asthma – Interactive PDF

    Understanding Asthma – Interactive PDF

    An overview of asthma, including the causes, forms, risk factors and treatments for this disease.

    An overview of asthma, including the causes, forms, risk factors and treatments for this disease.

    Disease Specific

    Disease Specific

    Course Details

    No Audio IncludedAudio Included

       

    A woman with long lashes and a light blue top smiles while holding one finger to her temple. The background is green and blurred, and a white angular logo is visible in the bottom right corner of the image.

    Caregiver

    Caregiver

    Understanding Autism

    Understanding Autism

    This course provides caregivers with an overview of the autism spectrum and the disorders included under this "umbrella."

    This course provides caregivers with an overview of the autism spectrum and the disorders included under this "umbrella."

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

       

    A person is pricking their finger with a small device, likely to check blood sugar levels. They are wearing a white shirt, and the background is softly blurred, with horizontal blinds visible. A logo with an arrow-like design is in the bottom right corner.

    Caregiver

    Caregiver

    Understanding Blood Sugar – Interactive PDF

    Understanding Blood Sugar – Interactive PDF

    This topic includes pertinent information for caregivers about blood sugar and how they can help clients learn to control it and continue to live healthier lives.

    This topic includes pertinent information for caregivers about blood sugar and how they can help clients learn to control it and continue to live healthier lives.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

       

    A smiling healthcare worker with glasses, wearing navy blue scrubs, stands with arms crossed in a hospital hallway. The corridor is empty except for a few medical staff in the background. The image has a purple gradient overlay in the lower section.

    Caregiver

    Caregiver

    Understanding C. Difficile

    Understanding C. Difficile

    This course covers the basics of how C. difficile bacteria are spread, as well as risk factors, symptoms, and complications of the infection.

    This course covers the basics of how C. difficile bacteria are spread, as well as risk factors, symptoms, and complications of the infection.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

        Instructor-Led PDF Available

  • A woman with a calm expression wears a yellow headscarf while seated. The background appears to be an interior setting, and a small, white geometric logo is visible in the lower-right corner. The image has a slightly illustrated effect.

    Caregiver

    Caregiver

    Understanding Cancer

    Understanding Cancer

    This course provides a general overview of cancer to help the care professional understand common types of cancer and how to support clients undergoing different cancer treatments.

    This course provides a general overview of cancer to help the care professional understand common types of cancer and how to support clients undergoing different cancer treatments.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

  • A person wearing a light purple shirt and beige pants is shown from the neck down, holding their lower abdomen with both hands, indicating discomfort or pain. The background is blurred, focusing on the person's gesture.

    Caregiver

    Caregiver

    Understanding Common GI Disorders

    Understanding Common GI Disorders

    This module provides caregivers with a review of the gastrointestinal system and how it functions normally.

    This module provides caregivers with a review of the gastrointestinal system and how it functions normally.

    Disease Specific

    Disease Specific

    Course Details

    Audio IncludedAudio Included

       

    An elderly woman with short white hair and dressed in a pink shirt supports an elderly man with white hair and beard who appears to be in pain or discomfort. The man, dressed in a blue shirt and shorts, clutches his chest. Trees and greenery are visible in the background.

    Caregiver

    Caregiver

    Understanding Congestive Heart Failure (CHF)

    Understanding Congestive Heart Failure (CHF)

    This course offers nurse aides a basic review of congestive heart failure, including a description of the disease, CHF causes, treatments for CHF, and important facts about the disease

    This course offers nurse aides a basic review of congestive heart failure, including a description of the disease, CHF causes, treatments for CHF, and important facts about the disease

    Disease Specific

    Disease Specific

    Course Details

    No Audio IncludedAudio Included

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