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

5/14: Why Negative Feedback is a Gift—How to Start Learning From Your Caregivers & Clients

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

          • A professionally dressed man with a short beard and suit jacket is featured on the left side of an aqua background. The text "Chris Magleby" is written in white, bold letters to the right of him, symbolizing the evolution of training. A small star-like symbol appears in the lower right corner.
            Ep.16: 5 Ways to Reduce Employee Turnover
          • Webinar flyer reads, "Empowering Supervisors to Support Care Professionals in End-of-Life Care—A 60-Minute Conversation With Barbara Karnes." Photos of smiling older woman and caregiver, plus presenters Linda Leekley and Barbara Karnes, are shown.
            Empowering Supervisors to Support Care Professionals in End-of-Life Care
          • A man and woman stand together against a dark background, discussing home care solutions while writing on a clipboard. He is in a light suit, she wears a yellow jacket, both focused and engaged. A light blue wavy line decorates the side as they advocate for quality services.
            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
Request a Live Demo
  • A group of four people in casual business attire are gathered around a table in a modern office setting. One person is holding a laptop, and another is leaning over the table with paperwork. They are engaged in a collaborative discussion.

    Leadership

    Leadership

    Problem-Solving Fundamentals

    Problem-Solving Fundamentals

    In this course, you'll start with a five-step problem-solving process anyone can use.

    In this course, you'll start with a five-step problem-solving process anyone can use.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • An older woman in a colorful floral dress sits at a table with her head resting on her hand, appearing thoughtful or tired. A glass of water and a plate of food are in front of her. An abstract arrow logo is present in the bottom right corner.

    Leadership

    Leadership

    Physical Care at End-of-Life

    Physical Care at End-of-Life

    This end-of-life course offers a look into how the caregiver can provide physical care during the end-of-life process.

    This end-of-life course offers a look into how the caregiver can provide physical care during the end-of-life process.

    Palliative & End of Life for Care Professionals

    Palliative & End of Life for Care Professionals

    Course Details

    Audio IncludedAudio Included

  • A woman stands with arms outstretched and a joyful expression, engaging with another seated woman who also has her hands raised. They are in a well-lit room with plants on a shelf in the background, fostering a lively and enthusiastic atmosphere.

    Leadership

    Leadership

    Motivating Your Team

    Motivating Your Team

    You'll also understand the unique forces that motivate individuals—and use that knowledge to everyone's advantage.

    You'll also understand the unique forces that motivate individuals—and use that knowledge to everyone's advantage.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A young woman with long dark hair is outdoors, wearing a mustard yellow sweater and light-colored pants. She is crossing her arms in front of her chest to form an "X" shape. The background is slightly blurred, featuring trees and a path.

    Leadership

    Leadership

    How to Recognize and Overcome Bias

    How to Recognize and Overcome Bias

    In this course, you'll look at the brain functions that cause bias, and the real and harmful consequences of even unintentional bias.

    In this course, you'll look at the brain functions that cause bias, and the real and harmful consequences of even unintentional bias.

    Ethics & Diversity Topics

    Ethics & Diversity Topics

    Course Details

    Audio IncludedAudio Included

  • A woman with shoulder-length blonde hair and glasses is sitting at a desk, looking attentively at a person off-camera. She is wearing a light blue blouse and holding a piece of paper. A tall green plant is in the background, near a window.

    Leadership

    Leadership

    Leading Through Difficult Times

    Leading Through Difficult Times

    While predicting a crisis is nearly impossible, you can take steps to prepare for, mitigate, and navigate the most likely risks.

    While predicting a crisis is nearly impossible, you can take steps to prepare for, mitigate, and navigate the most likely risks.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A woman stands and speaks at a conference table in a modern office, leaning forward with one hand on the table. Several colleagues sit around the table, looking at her. The background shows large windows with a cityscape view.

    Leadership

    Leadership

    Leading With Emotional Intelligence

    Leading With Emotional Intelligence

    In this course, you'll first unpack what emotional intelligence is.

    In this course, you'll first unpack what emotional intelligence is.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • Two people are seated at a table engaged in a serious discussion. One, a man in glasses and a gray blazer, gestures while speaking. The other, seen from behind, listens attentively. There are notebooks and papers on the table. A logo is present in the bottom right corner.

    Leadership

    Leadership

    Letting an Employee Go Gracefully

    Letting an Employee Go Gracefully

    In this course, we'll explore good reasons for termination, and initial steps to take to mitigate legal risk and develop a smooth transition plan.

    In this course, we'll explore good reasons for termination, and initial steps to take to mitigate legal risk and develop a smooth transition plan.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A smiling woman with a headset, likely a customer service representative, in a brightly lit office environment. A minimalistic logo with two upward arrows appears in the bottom-right corner.

    Leadership

    Leadership

    Home Care Scheduler Success Series

    Home Care Scheduler Success Series

    The Home Care Scheduler Success Series is a collection of easy-to-digest snippets of information on all the little things you need to know to find success in your new role as a Home Care Scheduler.

    The Home Care Scheduler Success Series is a collection of easy-to-digest snippets of information on all the little things you need to know to find success in your new role as a Home Care Scheduler.

    Leadership Training

    Leadership Training

    Course Details

    No Audio IncludedAudio Included

  • Two people are engaged in a conversation. The person in the background, with dark hair, gestures while speaking, and the person in the foreground is blurred with their back to the camera. The setting appears to be a professional environment.

    Leadership

    Leadership

    How Great Leaders Solve Problems

    How Great Leaders Solve Problems

    In this course, you’ll learn the fundamentals of problem prevention, detection, and resolution.

    In this course, you’ll learn the fundamentals of problem prevention, detection, and resolution.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A young man in a suit is attentively listening and gesturing with his hands while holding a pencil. He is sitting at a table with a laptop and conversing with another person whose face is partially visible. Blurred office windows are in the background.

    Leadership

    Leadership

    How to Be an Ethical Leader

    How to Be an Ethical Leader

    In this course, you’ll learn why ethics matter in business and how to create a conscientious culture.

    In this course, you’ll learn why ethics matter in business and how to create a conscientious culture.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A man wearing glasses and a white shirt stands and laughs in a modern office while engaging with two seated colleagues. The office features exposed brick walls and a large window. A monitor displaying graphs is visible in the background.

    Leadership

    Leadership

    How to Build Better Relationships with Your Boss and Coworkers

    How to Build Better Relationships with Your Boss and Coworkers

    In this course, you'll learn how being a better teammate and employee can help you foster better working relationships with your coworkers and boss.

    In this course, you'll learn how being a better teammate and employee can help you foster better working relationships with your coworkers and boss.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A smiling older adult with short, curly gray hair. They are wearing a pink jacket and light blue shirt. The background is blurred, and there is a small white logo of an upward arrow in the bottom right corner of the image.

    Leadership

    Leadership

    Diversity Basics: Foundations

    Diversity Basics: Foundations

    In this course, we'll first define what's meant by diversity, inclusion, and belonging.

    In this course, we'll first define what's meant by diversity, inclusion, and belonging.

    Ethics & Diversity Topics

    Ethics & Diversity Topics

    Course Details

    Audio IncludedAudio Included

Previous123456Next
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
  • 2024 Award Winners
  • Blog
  • Resource Library
  • Course Catalog
  • Events & Webinars
  • Benchmarking Reports
  • Award Materials
  • 2024 Award Winners
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