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

          • Portrait of a smiling man in a suit against a turquoise background. Text reads "John Wilson" in white, with the logo of "a Place for Mom" and an asterisk icon below, highlighting the evolution of training within their organization.
            Ep.15: How to Use Your Lead Generation Strategy to Drive Revenue in 2023
          • BMR Masterclass: Unlock Strategic Growth with Benchmarking Insights
          • Four gold and blue U.S. News 2025 award badges, celebrated in online reviews, for Best Assisted Living, Best Memory Care, Best Independent Living, and Best Continuing Care Retirement Community on a light blue background.
            U.S. News 2025 Best Senior Living Ratings
  • 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 woman standing and smiling points something out to a man with a bun, beard, and mustache, as they both look at a computer screen. They appear to be in an office setting with shelves and books in the background. The man is seated and wearing a light-colored shirt.

    Leadership

    Leadership

    Effective Feedback Strategies

    Effective Feedback Strategies

    In this course, you’ll first learn how to prepare for and effectively conduct a feedback meeting.

    In this course, you’ll first learn how to prepare for and effectively conduct a feedback meeting.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A person with long, wavy hair in a white shirt and dark blazer sits at a table with a cup in front of them, resting their chin on their hand. They are attentively listening to someone off-camera. The background is a bright, modern office space.

    Leadership

    Leadership

    Effective Listening

    Effective Listening

    In this course, you'll learn strategies for improving listening skills.

    In this course, you'll learn strategies for improving listening skills.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • Two people sitting at a table in an office setting, one holding a pen and listening attentively, the other speaking and gesturing with his hands. A laptop is open on the table in front of them, and the background shows large windows with natural light.

    Leadership

    Leadership

    Farsighted Decisions

    Farsighted Decisions

    In this course, you'll learn to tackle complex, long-term decisions with conclusions from Johnson's book.

    In this course, you'll learn to tackle complex, long-term decisions with conclusions from Johnson's book.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A diverse group of four people sits in a modern office lounge area engaged in an informal meeting. They are holding tablets and notebooks, discussing ideas. Green hanging lights and a large plant add to the contemporary, relaxed atmosphere.

    Leadership

    Leadership

    Communication Fundamentals

    Communication Fundamentals

    In this course, you'll learn all about communication.

    In this course, you'll learn all about communication.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • Two blue binders are stacked on a desk, with the top binder slightly open. The front of the bottom binder features a label that reads "COVID-19 CORONAVIRUS" in bold red and black letters. Various office supplies are scattered on the desk.

    Leadership

    Leadership

    COVID-19 Recommended Operational Protocols

    COVID-19 Recommended Operational Protocols

    This course is designed to help providers of all types and sizes respond to the COVID-19 crisis in a responsible way.

    This course is designed to help providers of all types and sizes respond to the COVID-19 crisis in a responsible way.

    Documentation & Regulatory Practices

    Documentation & Regulatory Practices

    Course Details

    Audio IncludedAudio Included

  • Three people are standing together, looking at a document and smiling. One person is wearing glasses, another has a hijab, and the third person is wearing a blue blazer. The background suggests they are in an office environment, with natural light coming through the windows.

    Leadership

    Leadership

    Cultivating Diversity, Inclusion, and Belonging at Work

    Cultivating Diversity, Inclusion, and Belonging at Work

    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

  • Three medical professionals engage in a discussion inside a bright, modern healthcare facility. The woman in the center, holding a tablet, speaks while the two men, one in a white coat and the other in scrubs, attentively listen.

    Leadership

    Leadership

    Develop a Thriving Team

    Develop a Thriving Team

    These lessons will help you become a partner and successful facilitator in your team's career development.

    These lessons will help you become a partner and successful facilitator in your team's career development.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A standing woman hands an envelope with a red ribbon to a smiling blonde woman in a grey suit. A man in the foreground, also in a grey suit, claps enthusiastically. They are in a modern office setting with a brick wall in the background.

    Leadership

    Leadership

    Developing a Growth Mindset

    Developing a Growth Mindset

    In this course, you'll first learn about the differences between a fixed mindset versus a growth mindset.

    In this course, you'll first learn about the differences between a fixed mindset versus a growth mindset.

    Leadership Training

    Leadership Training

    Course Details

    No Audio IncludedAudio Included

  • A healthcare professional wearing scrubs and a stethoscope is speaking to two seated colleagues. She appears engaged and confident as she gestures with her hands. The background is blurred, focusing attention on the interaction.

    Leadership

    Leadership

    Coaching Solutions

    Coaching Solutions

    This course reviews some basic coaching situations and expands upon them to give the learner a chance to practice applying the skills in different situations.

    This course reviews some basic coaching situations and expands upon them to give the learner a chance to practice applying the skills in different situations.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • A smiling woman in a gray blazer shakes hands with a person whose back is to the camera in an office setting. Another person is partially visible to the left. Both individuals are seated, and the atmosphere appears professional.

    Leadership

    Leadership

    Becoming the Boss: A Guide for New Managers

    Becoming the Boss: A Guide for New Managers

    This course will show how can you build rapport and make a good first impression with your new team.

    This course will show how can you build rapport and make a good first impression with your new team.

    Leadership Training

    Leadership Training

    Course Details

    Audio IncludedAudio Included

  • Two people are smiling warmly in this photo. The person on the right, wearing a red shirt, has short hair and leans slightly into the person on the left, who has short, dark hair and is resting their head on the other's shoulder. A blurred background is visible.

    Leadership

    Leadership

    Beyond Pride: Year-Round Action

    Beyond Pride: Year-Round Action

    This course reviews the origins and history behind Pride Month.

    This course reviews the origins and history behind Pride Month.

    Ethics & Diversity Topics

    Ethics & Diversity Topics

    Course Details

    Audio IncludedAudio Included

  • Three professionals, including a woman with curly hair holding a tablet, sit together in discussion. One man, wearing a stethoscope, looks at the tablet intently. They appear engaged and focused on their conversation. The background is a gradient of yellow.

    Leadership

    Leadership

    Appreciating Diversity

    Appreciating Diversity

    The goal of this course is to promote diversity training and an inclusive work environment.

    The goal of this course is to promote diversity training and an inclusive work environment.

    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