<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hipaa Archives | Hedy &amp; Hopp</title>
	<atom:link href="https://hedyandhopp.com/tag/hipaa/feed/" rel="self" type="application/rss+xml" />
	<link>https://hedyandhopp.com/tag/hipaa/</link>
	<description>A Healthcare Marketing Agency</description>
	<lastBuildDate>Fri, 08 Sep 2023 00:15:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hedyandhopp.com/wp-content/uploads/2022/08/cropped-favicon-32x32.png</url>
	<title>hipaa Archives | Hedy &amp; Hopp</title>
	<link>https://hedyandhopp.com/tag/hipaa/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Is Piwik PRO HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-piwik-pro-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Fri, 08 Sep 2023 00:15:14 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[GA4]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[hipaa]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2410</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-piwik-pro-hipaa-compliant/">Is Piwik PRO HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">As a healthcare marketing agency, we are often asked about the HIPAA compliance of certain marketing tools. To address this need, we have created a blog series that examines common marketing tools and software to determine whether or not they pose a HIPAA concern.</span></p>
<p>This week, we&#8217;re taking a closer look at Piwik PRO.</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is Piwik PRO?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Piwik PRO is an advanced, privacy-focused web analytics platform. Designed as an alternative to platforms like Google Analytics, it offers in-depth insights into website traffic while ensuring user data privacy. Prioritizing data ownership and GDPR compliance, Piwik PRO provides both on-premises and cloud hosting options. It caters to businesses wanting granular data without compromising user trust or regulatory requirements.</span></p>
<p><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">Significant features:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">User Privacy: One of Piwik PRO&#8217;s major selling points is its focus on data privacy. Their customers have the option to anonymize or redact IP addresses, respect Do Not Track headers, and provide transparent opt-out options for visitors.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Heatmaps: These features provide visual insights into where users are clicking, moving, and scrolling on a webpage.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Tag Manager: An integrated tag manager helps users easily add and manage various marketing and analytics tags on their website without the need to modify the site&#8217;s code directly.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Audience Segmentation: Piwik PRO allows for detailed audience segmentation, enabling marketers to analyze specific subsets of their traffic, such as users from a particular location or users who arrived through a specific marketing campaign.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Data Ownership: Unlike many other platforms, Piwik PRO ensures that the data collected remains under the website owner&#8217;s control. This is a particularly privacy-forward feature of Piwik PRO</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Multi-site Analytics: Users can manage the analytics for multiple websites within a single Piwik PRO instance.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">CDP (Customer Data Platform): Piwik’s CDP is available for premium customers. Piwik’s robust CDP allows users to create robust customer profiles and segmented audiences.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Consent Management Platform: Piwik PRO boasts an easy-to-use consent management platform that ensures that website visitors can appropriately select their privacy preferences.</span></li>
</ul>
<p><span style="font-weight: 400;">Third party integrations: Piwik PRO supports many </span><a href="https://piwik.pro/integrations/"><span style="font-weight: 400;">integrations</span></a><span style="font-weight: 400;"> with other CMS, data visualization and data storage tools, and marketing platforms like Google Ads.</span></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does Piwik PRO Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Piwik PRO is a first-party data platform that uses a similar framework to Universal Analytics. The biggest difference between Piwik PRO &amp; other analytics platforms is the data ownership. This means that the owner of the website always retains ownership of the data, which is fairly uncommon in similar products. What the platform collects is entirely dependent on the tool’s setup, but the following are almost always collected:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Site actions: The primary points of data collection, the events that users take on your site. This could be a button click, a form submission, a video view, or nearly any action you’ve defined on your site.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Event properties: The additional information attached to events, such as transaction prices, categories, &amp; other information, which can be defined during setup.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Device information: This can include the model of the device the user is using, the operating system, browser.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Location data: This includes your approximate location based on your IP address.</span></li>
</ul>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is Piwik PRO HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Every organization’s definition of HIPAA-compliance is dependent on their legal team’s interpretation of the guidelines set by the </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">U.S. Department of Health and Human Services.</span></a><span style="font-weight: 400;"> That being said, Piwik PRO falls pretty low on the risk scale because they offer self-storage and are</span><a href="https://piwik.pro/hipaa/"><span style="font-weight: 400;"> willing to enter into a Business Associate Agreement (BAAs)</span></a><span style="font-weight: 400;">.</span></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Piwik PRO is a data-forward, privacy-focused product, whose risk mitigation options go beyond entering into a BAA. That being said, it is a good idea to ensure you have the following in place in order to catch some common missteps:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Ensure that you have a current, valid BAA in place. Schedule regular check-ins to verify that your BAA is still current.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Consider any other tools that may be integrated with Piwik PRO – is your configuration sending data to another third party tool? If so, do you have a BAA in place with that vendor? Stay aware of all steps of your data processing, storage, &amp; transmissions and be judicious about integrations that are unnecessary, redundant, or obsolete.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Remember that as the website owner, it is your responsibility to own the data process &amp; determine where this data goes. Are you storing it on a third party server? If so, is this server HIPAA-compliant? Each endpoint introduces another possibility for liability and risk.</span></li>
</ul>
<p><span style="font-weight: 400;">It’s always important to connect with your legal team to determine how best to move forward. Listen to our </span><a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/"><span style="font-weight: 400;">HIPAA &amp; FTC 101 podcast</span></a><span style="font-weight: 400;"> for more information about changes for healthcare companies.</span></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?            </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">Hedy &amp; Hopp has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. If you’re looking to make sure your marketing practices are compliant, </span><a href="https://calendly.com/jennybristow/30-minute-compliance-consultation?month=2023-08&amp;utm_medium=events&amp;utm_source=shsmd23&amp;utm_content=privacyhandout"><span style="font-weight: 400;">let’s talk – we’d love to help!</span></a></p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-piwik-pro-hipaa-compliant/">Is Piwik PRO HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Mixpanel HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-mixpanel-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Fri, 08 Sep 2023 00:12:17 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[GA4]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[hipaa]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2409</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-mixpanel-hipaa-compliant/">Is Mixpanel HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">As a healthcare marketing agency, we are often asked about the HIPAA compliance of certain marketing tools. To address this need, we have created a blog series that examines common marketing tools and software to determine whether or not they pose a HIPAA concern.</span></p>
<p>This week, we&#8217;re taking a closer look at Mixpanel.</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is Mixpanel?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Mixpanel is a popular analytics platform, similar to </span><a href="https://hedyandhopp.com/blog/is-google-analytics-hipaa-compliant/"><span style="font-weight: 400;">Google Analytics</span></a><span style="font-weight: 400;">. It’s widely used by marketers who want an alternative to Google Analytics, an upgrade to GA’s free version without taking the steep price hike to Analytics 360, as well as product teams wanting to improve their users’ experience. Mixpanel can also offer a more customized analytics or reporting system without going “around the system” in the way you sometimes need to in Google Analytics (Google Analytics was to provide very basic insights out of the box for just about any user who was willing to complete a simple setup guide). </span></p>
<p><span style="font-weight: 400;">Mixpanel, however, is </span><i><span style="font-weight: 400;">not </span></i><span style="font-weight: 400;">intended for beginners, and instead focuses on marketers &amp; product team members who are looking for a highly customizable product that exists outside of the Google ecosystem. Mixpanel’s popularity has grown further since the release of </span><a href="https://mixpanel.com/blog/mixpanel-marketing-analytics/"><span style="font-weight: 400;">Mixpanel Marketing Analytics</span></a><span style="font-weight: 400;">.</span></p>
<p><span style="font-weight: 400;">Healthcare marketers use Mixpanel to do the following:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Analyze patient journeys: Mixpanel can be used to understand the journeys that patients take when seeking care, from initial research to booking appointments. </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Segmentation: Marketers can divide audiences into specific segments based on behavior, demographics, pages viewed, or any other number of trackable metrics.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">A/B testing: Mixpanel allows for robust testing features, allowing marketers to test campaigns, webpages, and more in order to boost conversion rates.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Retention: Mixpanel can be used to measure user retention, which can help teams determine how sticky their content is.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Flexible and complex attribution: Mixpanel allows for highly customized attribution models, which can be tailored to specific user journeys.</span></li>
</ul>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does Mixpanel Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;">Mixpanel is a first-party data platform that, much like GA4, operates on an event-based framework. What the platform collects is entirely dependent on the tool’s setup, but the following are almost always collected:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Site actions: The primary points of data collection, site actions are the events that users take on your website. This could be a button click, a form submission, a video view, or nearly any action you’ve defined on your site.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Event properties: The additional information attached to events, such as transaction prices, categories, &amp; other information, which can be defined during setup.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Device information: This can include the model of the device the user is using, the operating system, browser.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Location data: This includes your approximate location based on your IP address.</span></li>
</ul>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is Mixpanel HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Every organization’s definition of HIPAA-compliance is dependent on their legal team’s interpretation of the guidelines set by the </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">U.S. Department of Health and Human Services.</span></a><span style="font-weight: 400;"> That being said, Mixpanel falls fairly low on the risk scale, largely because </span><a href="https://mixpanel.com/legal/mixpanel-hipaa"><span style="font-weight: 400;">Mixpanel is willing to enter into Business Associate Agreements (BAAs)</span></a><span style="font-weight: 400;"> with its customers.</span></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Mixpanel is a data-forward, privacy-focused product, whose risk mitigation options go beyond entering into a BAA. </span><a href="https://cloud.google.com/customers/mixpanel"><span style="font-weight: 400;">Mixpanel is built on Google Cloud Platform</span></a><span style="font-weight: 400;">, which is subjected to </span><a href="https://cloud.google.com/security/compliance/hipaa-compliance"><span style="font-weight: 400;">regular, independent verification</span></a><span style="font-weight: 400;"> of security, privacy, &amp; compliance controls against HIPAA. That being said, it is a good idea to ensure you have the following in place in order to catch some common missteps:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Ensure that you have a current, valid BAA in place. Schedule regular check-ins to verify that your BAA is still current.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Consider any other tools that may be integrated with Mixpanel – is your configuration sending data to another third party tool? If so, do you have a BAA in place with that vendor? Stay aware of all steps of your data processing, storage, and transmissions, and be judicious about integrations that are unnecessary, redundant, or obsolete.</span></li>
</ul>
<p><span style="font-weight: 400;">It’s always important to connect with your legal team to determine how best to move forward. Listen to our </span><a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/"><span style="font-weight: 400;">HIPAA &amp; FTC 101 podcast</span></a><span style="font-weight: 400;"> for more information about changes for healthcare companies.</span></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?            </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">Hedy &amp; Hopp has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. If you’re looking to make sure your marketing practices are compliant, </span><a href="https://calendly.com/jennybristow/30-minute-compliance-consultation?month=2023-08&amp;utm_medium=events&amp;utm_source=shsmd23&amp;utm_content=privacyhandout"><span style="font-weight: 400;">let’s talk – we’d love to help!</span></a></p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-mixpanel-hipaa-compliant/">Is Mixpanel HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Google Analytics HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-google-analytics-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Thu, 10 Aug 2023 13:53:11 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[GA4]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[hipaa]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2241</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-google-analytics-hipaa-compliant/">Is Google Analytics HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>As a healthcare marketing agency, we get a lot of questions about whether or not certain tools are HIPAA-compliant. That’s why we at Hedy &amp; Hopp decided to create a blog series that specifically dives into common marketing tools and software in order to determine whether or not it poses a HIPAA concern.</p>
<p>&nbsp;</p>
<p>This week, we&#8217;re taking a closer look at Google Analytics (GA4).</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is Google Analytics?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">GA4 is the latest version of Google Analytics, the most popular analytics tool in the world. It is also the biggest change to the tool since its original release in 2005. For the first time ever, Google Analytics will not be backwards compatible with previous versions of the platform’s tags. GA4 requires a complete reinstallation of tracking tags, which has many users reevaluating their tracking platforms. Paired with </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">OCR’s recent bulletin</span></a><span style="font-weight: 400;"> which identified IP addresses as PHI, this shift in the ecosystem has made the question of how Google Analytics fits in HIPAA-compliance a hot topic for healthcare marketers</span></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does Google Analytics Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;">Google Analytics, unsurprisingly, collects a lot of data about your user:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>User ID:</strong> This is a unique identifier that is assigned to each user. GA4 uses this ID to track users across multiple sessions and devices.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>User properties:</strong> These are additional pieces of information about users, such as their age, gender, location, and interests.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Events:</strong> These are actions that users take on your website or app. For example, an event could be a pageview, a download, or a purchase. These events need to be setup by the owner .</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Sessions:</strong> A session is a group of interactions that a user takes on your website or app within a certain period of time.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Dimensions:</strong> These are the different attributes of your data, such as the date, time, and page URL.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Metrics:</strong> These are the measurements of your data, such as the number of users, sessions, and events.</span></li>
</ul>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is Google Analytics HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Google Analytics 4 has made a lot of improvements that make it easier for companies to utilize stronger data privacy standards and move further into the age of cookieless tracking. These changes allow the tool to be used more in line with GDPR, CCPA, &amp; other privacy policies. Despite these changes, however, Google Analytics is not HIPAA-compliant, as it still receives and stores PII/PHI, including device IDs, browser information, and location data, and does not offer a BAA. </span><a href="https://support.google.com/analytics/answer/13297105?hl=en"><span style="font-weight: 400;">Google even explicitly states</span></a><span style="font-weight: 400;"> that “Google makes no representations that Google Analytics satisfies HIPAA requirements” and instructs users to refrain from exposing the software from any information that could be considered PII/PHI.</span></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">There are several ways to make Google Analytics safer with strong data privacy standards. These are available in the </span><a href="https://support.google.com/analytics/answer/9019185?hl=en#zippy=%2Cin-this-article"><span style="font-weight: 400;">Privacy Controls</span></a><span style="font-weight: 400;"> section of your Google Analytics settings. While enabling these settings <strong>will not</strong> satisfy HIPAA guidelines, it could help safeguard some user data while you determine a path forward (see our blog, </span><a href="https://hedyandhopp.com/blog/auditing-your-marketing-for-hipaa-compliance/"><i><span style="font-weight: 400;">Auditing your marketing plan for HIPAA compliance</span></i></a><i><span style="font-weight: 400;">)</span></i></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Data collection:</strong> You can disable the collection of certain types of data in Google Analytics, such as location data, device information, and user-agent strings.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Data sharing:</strong> You can control how your data is shared with other Google products and services, including Google Ads &amp; YouTube.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Consent mode:</strong> You can enable consent mode, which allows you to collect data from users who have given their consent.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Data retention:</strong> You can control how long your data is retained by Google Analytics.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>User-level data access and portability:</strong> You can grant users access to their own data in Google Analytics.</span></li>
</ul>
<p>&nbsp;</p>
<blockquote><p><b>PRO TIP:</b><span style="font-weight: 400;"> Server-side tagging is a data tracking method that can help organizations protect user data. While it requires a well thought out digital infrastructure, it can give organizations more control over their data and help them comply with privacy regulations while still using Google Analytics.</span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Where do you go from here?            </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">Hedy &amp; Hopp’s Analytics experts can help by auditing your Google Analytics account for you, so </span><a href="https://hedyandhopp.com/connect-with-us/"><span style="font-weight: 400;">reach out</span></a><span style="font-weight: 400;"> if your team is struggling with how to approach what can be quite an undertaking!</span></p>
<p><span style="font-weight: 400;">We have already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. </span><a href="https://hedyandhopp.com/connect-with-us/"><span style="font-weight: 400;">Give us a call</span></a><span style="font-weight: 400;"> – we’d love to help!</span></p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-google-analytics-hipaa-compliant/">Is Google Analytics HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Google Tag Manager HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-google-tag-manager-hipaa-compliant-2/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Tue, 01 Aug 2023 18:37:37 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[hipaa]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2237</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-google-tag-manager-hipaa-compliant-2/">Is Google Tag Manager HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>As a healthcare marketing agency, we get a lot of questions about whether or not certain tools are HIPAA-compliant. That’s why we at Hedy &amp; Hopp decided to create a blog series that specifically dives into common marketing tools and software in order to determine whether or not it poses a HIPAA concern.</p>
<p>&nbsp;</p>
<p>This week, we&#8217;re taking a closer look at Google Tag Manager (GTM).</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is Google Tag Manager?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;"><a href="https://tagmanager.google.com/#/home">Google Tag Manager</a>, or GTM, is a powerful tool that allows you to track user activity on your website or mobile app with minimal coding knowledge required. By putting one snippet of code on a website, GTM creates a container that can manage all of the various tracking codes on your website. </span><span style="font-weight: 400;">GTM is also a great way to improve your website analytics, track conversions, and retarget visitors (when compliant) from and to a variety of platforms. It&#8217;s also a valuable tool for businesses of all sizes, from small businesses to large enterprises.</span></p>
<p><span style="font-weight: 400;">Here are some of the benefits of using Google Tag Manager:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">No coding required: You don&#8217;t need to be a developer to use GTM. The user interface is intuitive and easy to use for users with basic technical knowledge.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Increased security: GTM helps to protect your website from security risks by preventing unauthorized access to your tag code.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Improved collaboration: GTM makes it easy to collaborate with other team members on tag management. You can share tags and permissions with other users, and you can track changes to tag configurations.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Scalability: GTM can be scaled to meet the needs of businesses of all sizes. You can add as many tags as you need, and you can manage multiple websites and mobile apps from a single account.</span></li>
</ul>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does Google Tag Manager Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;">GTM is probably unique in your tech stack in that it itself does not collect any data &#8211; instead, it provides a container with easily configurable tags, triggers, &amp; variables that allow you to control exactly what tracking tools are on your website and how they send information back and forth. Common tags to have in GTM include:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Google Analytics: The most popular analytics tool in the world, GA ties directly into GTM with minimal setup.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Conversion Tracking Pixels: </span><a href="https://hedyandhopp.com/blog/is-google-ads-hipaa-compliant/"><span style="font-weight: 400;">Google Ads</span></a><span style="font-weight: 400;">, </span><a href="https://hedyandhopp.com/blog/is-meta-hipaa-compliant/"><span style="font-weight: 400;">Meta Ads</span></a><span style="font-weight: 400;">, </span><a href="https://hedyandhopp.com/blog/is-linkedin-advertising-hipaa-compliant/"><span style="font-weight: 400;">LinkedIn Ads</span></a><span style="font-weight: 400;">, and most other digital advertising platforms can use a conversion tracking pixel on your site to improve ad performance. At Hedy &amp; Hopp, we consider these pixels to be a high risk in terms of HIPAA-compliance, since they share user data with third parties.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Engagement/UX tools: Heatmapping tools like Lucky Orange, A/B testing tools like Optimizely, and countless other tools are routinely installed via Google Tag Manage</span></li>
</ul>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is Google Tag Manager HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">A good way to look at GTM through the lens of HIPAA-Compliance is that it can be the vehicle for compliance issues, and that it completely depends on how a specific site is using their tagging setup. A GTM container can manage tags for everything from a Google Search Console verification tag (completely HIPAA-compliant) to a Facebook Pixel that is gathering personal data about users who may be visiting sensitive pages on a site (completely non-compliant!). </span></p>
<blockquote><p><b>PRO TIP: </b><span style="font-weight: 400;">As a general rule, conversion pixels are concerning in terms of HIPAA-compliance and should be avoided. Learn more about the recent updates in HIPAA guidance by listening to our </span><a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/"><span style="font-weight: 400;">HIPAA &amp; FTC 101 podcast</span></a><span style="font-weight: 400;">. </span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">While Google Tag Manager supports some obfuscation options that grant some level of increased data privacy and protection, this is not a watertight approach. Often, the obfuscated data is still being shared with some third party processors. </span><a href="https://developers.google.com/tag-platform/tag-manager/server-side"><span style="font-weight: 400;">Server-side Google Tag Manager</span></a><span style="font-weight: 400;"> (sGTM) can be a much safer approach, offering more options for data privacy and allowing users to completely control which data is shared (and not shared) with each platform. </span></p>
<p><span style="font-weight: 400;">If you want to assess your GTM risk in it&#8217;s current set up, </span><span style="font-weight: 400;">a great place to start is by extensively documenting the functionality of each tag in your account. From there, you can assess the risks of each tag and make a plan to improve data privacy. </span></p>
<blockquote><p><b>PRO TIP:</b><span style="font-weight: 400;"> While server-side tagging is not for everyone and does not eliminate issues associated with third party tracking tags, this approach puts more power in the hands of your team to ensure that you are protecting your users’ data.</span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?             </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">Hedy &amp; Hopp’s Analytics experts can help by auditing your GTM account for you, so </span><a href="https://hedyandhopp.com/connect-with-us/"><span style="font-weight: 400;">reach out</span></a><span style="font-weight: 400;"> if your team is struggling with how to approach what can be quite the can of worms! Our team </span><span style="font-weight: 400;">has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. </span><a href="https://hedyandhopp.com/connect-with-us/"><span style="font-weight: 400;">Give us a call</span></a><span style="font-weight: 400;"> – we’d love to help!</span></p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-google-tag-manager-hipaa-compliant-2/">Is Google Tag Manager HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auditing Your Marketing Plan For HIPAA Compliance</title>
		<link>https://hedyandhopp.com/blog/auditing-your-marketing-for-hipaa-compliance/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Wed, 19 Jul 2023 21:59:29 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[hipaa]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2219</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/auditing-your-marketing-for-hipaa-compliance/">Auditing Your Marketing Plan For HIPAA Compliance</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 50px;
              padding-bottom: 50px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">With the recent changes with </span><a href="https://cppa.ca.gov/faq.html"><span style="font-weight: 400;">CCPA</span></a><span style="font-weight: 400;">, </span><a href="https://www.osano.com/newsletter/cpra-enforcement"><span style="font-weight: 400;">CPRA</span></a><span style="font-weight: 400;"> and </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">HIPAA</span></a><span style="font-weight: 400;">, as well as recent lawsuit settlements in headlines and new states updating their data privacy regulations, many marketers (and privacy champions) have been spinning their wheels trying to understand how to stay compliant. What does this mean for our website? What does it mean for how we evaluate marketing performance? What does it mean for our visitors and their experience?</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Indeed, balancing what your customers need, what your C-Suite needs and what your state governance requires can be challenging. And no agency understands that better than Hedy &amp; Hopp. </span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">In this post, we share our successful approach to compliance that has helped our clients make a few necessary changes that builds trust with their customers &#8211; without losing the ability to derive actionable insights that grow their business in a privacy-forward world.</span></p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">These changes may seem daunting (and even a bit terrifying) at first, but remember that dealing with <strong>change is what marketers are designed to do</strong>. We constantly need to adjust based on the information received and this challenge is no different. Marketers can either embrace this new world as an opportunity to improve trust with their audience, or keep doing the same thing until they’re forced to make a change (which is inevitable). </span></p>
<p><span style="font-weight: 400;">At Hedy &amp; Hopp, we prefer the former, and want to share with you how we’ve helped our clients make sense of the changes and set themselves up for success in the long-term. </span></p>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Conduct a thorough audit of your marketing &amp; communication tactics, softwares and tools</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Determine which state laws apply today, and in the next 12 months</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Determine which tactics, tools and softwares are the highest priority based on what data is being shared, stored or provided (and how)</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Determine which high priority items must be kept and which can go </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Remove/Replace and modify what’s left</span></li>
</ol>
<p>&nbsp;</p>
<blockquote><p><span style="font-weight: 400;">Want more details on these steps? Please keep reading!</span></p>
<p>Got a case of “TLDR”? Please <a href="https://hedyandhopp.com/connect-with-us/">get in touch</a> &#8211; we’d love to help!</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Conduct an audit of all tactics, tools and softwares</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Like most evaluation efforts when a massive change happens, we start with an audit. Document all of the channels you use, plan to use, are investigating using or/and have used in the last 12 months (to account for changes with seasonality). </span></p>
<p><span style="font-weight: 400;">Supplement this list by using third party tools like <a href="https://www.wappalyzer.com/">Wappalyzer</a> to identify any pixels, code, plugins, etc., that may be on your website. </span></p>
<blockquote><p><span style="font-weight: 400;">PRO TIP:</span></p>
<p><span style="font-weight: 400;">It is important not to skip this part. We cannot tell you how many clients have told us that they removed a software but we still saw live tags in GTM or hard-coded on their website There are also many plugins that our clients didn’t even know existed that we were able to identify (and actually remove if needed) through using these tools.</span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Understand the core requirements of applicable state laws</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p><span style="font-weight: 400;">At least in the initial stage, it’s important for marketers to know what applies to them. Covered entities are always beholden to HIPAA, but health-adjacent companies and non-covered entities also need to be aware of the FTC and state laws, where applicable. Most states require companies to reach a number of annual visitors or/and meet a specific revenue goal in that state before they are required to comply, but it does vary. </span><a href="https://iapp.org/resources/article/us-state-privacy-legislation-tracker/"><span style="font-weight: 400;">IAPP</span></a><span style="font-weight: 400;"> is a great resource for keeping up with those details. </span></p>
<p><span style="font-weight: 400;">First, conduct a monthly traffic report for the last 12 months, and separate out by state. </span></p>
<ul>
<li><span style="font-weight: 400;">Add Europe to confirm if GDPR needs to be included</span></li>
</ul>
<p><span style="font-weight: 400;">Under the state(s) that are relevant to your company, review the following:</span></p>
<ul>
<li><span style="font-weight: 400;">Are companies who follow HIPAA excluded from compliance? If so, and you are a covered entity, then the state’s laws likely do not apply</span></li>
<li><span style="font-weight: 400;">How does the state describe “sensitive information”? This can include marital status, sexual orientation and other non-health-specific (but very personal) information. </span></li>
<li><span style="font-weight: 400;">Is consent required from users before any data can be collected (i.e., before any tags are fired)? If so, how is “consent” defined?</span></li>
</ul>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Determine Priority Concerns</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">You will probably find a lot of softwares that can be excluded from further investigation, like Javascript libraries, fonts and some plugins. But there will be a host of others that, either by nature of the platform or based on your implementation, will cause some issue with privacy &#8211; specifically with the “selling” (or sharing) of personal information. </span></p>
<p><span style="font-weight: 400;">Below is a guide for the kinds of platforms we have seen make the priority list:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Analytics tools (i.e., <a href="https://analytics.google.com/analytics/web/provision/#/provision">Google Analytics</a>, <a href="https://mixpanel.com/home">Mixpanel</a>, <a href="https://piwik.pro/">Piwik Pro</a>)</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Advertising platforms (i.e., <a href="https://about.meta.com/">Meta</a>, <a href="https://ads.google.com/home/?pli=1">Google Ads</a>)</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">User Experience tools (i.e., <a href="https://www.optimizely.com/">Optimizely</a>, Medallia, <a href="https://www.luckyorange.com/">Lucky Orange</a>, <a href="https://www.crazyegg.com/">Crazy Egg</a>)</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Website Servers, Hosts, CDNs (i.e., <a href="https://kinsta.com/">Kinsta</a>, <a href="https://wpengine.com/">WP Engine</a>, <a href="https://www.cloudflare.com/">Cloudflare</a>) </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Customer Relationship Managers/CRM (i.e., <a href="https://www.hubspot.com/">Hubspot</a>, <a href="https://www.salesforce.com/">Salesforce</a>)  </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Video Embeds (i,e. <a href="https://wistia.com/">Wistia</a>, <a href="https://www.youtube.com/">YouTube</a>)</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Product Review platforms (i.e., <a href="https://www.yotpo.com/">Yotpo</a>)</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Data Visualization tools (i.e., <a href="https://www.salesforce.com/products/marketing-cloud/marketing-intelligence/">Marketing Cloud Intelligence (Datorama)</a>, <a href="https://cloud.google.com/looker-studio">Looker Studio</a>)</span></li>
</ul>
<p>&nbsp;</p>
<p><span style="font-weight: 400;"><strong>If this list freaks you out, we see you</strong>. It looks like EVERYTHING is a priority! So we broke it down even further to prioritize based on the </span><i><span style="font-weight: 400;">intent</span></i><span style="font-weight: 400;"> of how the platform is using that data, which makes the list looks a bit more manageable: </span></p>
<p><span style="font-weight: 400;">Priority 1: Data shared with </span><i><span style="font-weight: 400;">additional</span></i><span style="font-weight: 400;"> third parties or/and includes sensitive information</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Analytics tools</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Advertising platforms</span></li>
<li><span style="font-weight: 400;">Video Platforms or Embeds </span></li>
<li><span style="font-weight: 400;">Product Review platforms</span></li>
</ul>
<p>Priority 2: Data necessary to perform function</p>
<ul>
<li><span style="font-weight: 400;">User Experience tools </span></li>
<li><span style="font-weight: 400;">Website Servers &amp; Hosts) </span></li>
<li><span style="font-weight: 400;">Customer Relationship Managers/CRM</span></li>
<li><span style="font-weight: 400;">Data Visualization tools </span></li>
</ul>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Ok, that probably still makes your heart race, but what’s important to keep in mind is that the biggest concern for these platforms is based on the information being shared and how. Tools like your Website CMS by nature need to collect IP addresses, so while your company is sharing that “personal” information with a third party, it might not be a big risk for your company since that access is required to work. </span></p>
<blockquote><p><b>Why do we say that?</b><span style="font-weight: 400;"> Although an IP address is still considered PII, it’s not nearly as personal (i.e., 1-to-1) as a diagnosis, a name, or an email address. This is why it’s essential to work with your legal team to determine what platforms are riskier than others based on the agreements in place. </span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Determine Your Must-Haves</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">As a marketer, your first instinct may be to say that all of these softwares, tools and platforms are necessary. And that might be the case. In our experience, however, there are usually software or tactics that are duplicative or have a more compliant alternative. Think critically about what your marketing is doing for you and embrace the opportunity for refinement that you now have.  </span></p>
<p><span style="font-weight: 400;">Here are some questions to ask yourself while evaluating the priority tools:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Has this tool provided me with information that helped me improve a marketing tactic or initiative? </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Has this tool impacted my bottom line? Is it a tool that has generated leads or improved customer experience? What data do I have to prove it?</span></li>
</ul>
<p><span style="font-weight: 400;">If you said “no” to either of these questions, definitely consider removing those tools and tactics and you&#8217;ll be on your way to a cleaner, more compliant marketing plan and website. If you responded yes to any of these questions, then the next step is an important one &#8211; so keep reading! </span></p>
<blockquote><p><span style="font-weight: 400;">PRO TIP: </span></p>
<p><span style="font-weight: 400;">Consider if any of the tools are duplicative. If you can consolidate tools to limit the number of third party tags and tools on your website, we would always recommend doing so. </span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Remove/Replace/Modify and Evaluate</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">This is the big one &#8211; the future of your marketing activation and evaluation. This last part will take some time and collaboration from your organization and marketing partners. The main question here is how you can modify the implementation or replace the tool to improve compliance. Some tools may offer anonymization, for example, which would be worth exploring. </span></p>
<p><span style="font-weight: 400;">Each marketer will implement various tools in various ways (too many variables for this post!). Here are a few best practices that helped us get our clients up to par (without losing their minds). </span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Get Business Associate Agreements (BAA) in place for the platforms that have access to your customer’s PHI. Not all of them will sign one (we’re looking at you, Google and Meta), but those that will sign one should be looked into.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Consider moving to server-side analytics</span>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Pixels are helpful and make optimization really easy and automated. But they are also a primary culprit in why advertising and analytics platforms can be risky. Moving to server-side analytics or incorporating a Customer Data Platform (CDP) might be the way to go if you have the proper IT infrastructure and resources in place. </span></li>
<li style="font-weight: 400;" aria-level="1"><i><span style="font-weight: 400;">Moving to server-side doesn’t automatically absolve your website of data privacy concerns, but it could be the first step in a privacy-forward approach to data collection and storage. </span></i></li>
</ul>
</li>
<li aria-level="1"><span style="font-weight: 400;">Remove pixels and rely more on manual UTMs and short links. It might seem like a step back for senior marketers, but ensuring that Meta, Google, Microsoft and other advertising platforms have no access to user data is a critical component to compliance, especially for platforms that don&#8217;t have the option of a BAA or updated terms. </span></li>
<li aria-level="1"><span style="font-weight: 400;">Take an extra step in updating tag configurations and settings for tools and platforms that offer such settings, to anonymize or remove specific PII from website visitors</span>
<ul>
<li aria-level="1"><i><span style="font-weight: 400;">Be sure to confirm what they mean by anonymization, and that they don’t really mean pseudonymization. Also, be sure to confirm that data is anonymized before it’s shared and that the third party in no way has access to the actual data).  </span></i></li>
</ul>
</li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Make sure consent banners and your website’s Privacy Policy have been updated to account for what website data is shared and how (and what privacy regulations you need to follow).</span></li>
</ul>
<p>&nbsp;</p>
<blockquote><p>PRO TIP:</p>
<p><span style="font-weight: 400;"><b style="font-weight: 400;">If you&#8217;ve not done so </b><b>already</b><b style="font-weight: 400;">, this is the time to make absolutely sure your legal team is aware and involved in these discussions</b>. With the number of nuances with HIPAA privacy, it’s critical that your company’s legal team has the opportunity to engage and provide input on updates, specifically on privacy policies and  the company&#8217;s overall data privacy approach.</span></p></blockquote>
                </div>
                <div class="vv_text-footer"><p style="">
</p></div>
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Activate and Evaluate</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Once these changes are in place, consider the next 30-60 days as a trial period. Are you missing any data for evaluation? Any new questions arising with the data you can see? It’s a good reminder that any change that you make will take some adjusting, but that doesn’t mean insights can no longer be found.</span></p>
<p>&nbsp;</p>
<blockquote><p>PRO TIP:</p>
<p>Don’t forget to update your data visualization dashboards to account for any new placements, accounts or configurations!</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Need more support for your specific marketing plans?            </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p><span style="font-weight: 400;">We’d love to help. Contact us today to see how we can get you and your team data privacy compliant!</span></p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/auditing-your-marketing-for-hipaa-compliance/">Auditing Your Marketing Plan For HIPAA Compliance</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is LinkedIn Advertising HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-linkedin-advertising-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Digital Production Team]]></dc:creator>
		<pubDate>Wed, 19 Jul 2023 08:00:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[hipaa]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2223</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-linkedin-advertising-hipaa-compliant/">Is LinkedIn Advertising HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>As a healthcare marketing agency, we get a lot of questions about whether or not certain tools are HIPAA-compliant. That’s why we at Hedy &amp; Hopp decided to create a blog series that specifically dives into common marketing tools and software in order to determine whether or not it poses a HIPAA concern.</p>
<p>&nbsp;</p>
<p>This week, we&#8217;re taking a closer look at LinkedIn.</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is LinkedIn Advertising?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p>A healthcare marketer can leverage <a href="https://business.linkedin.com/marketing-solutions/cx/22/07/ads-for-linkedin">LinkedIn advertising</a> in several ways to effectively reach their target audience and promote their healthcare products, services, or brand. Here are some strategies and tips:</p>
<blockquote><p><strong>Targeting Healthcare Professionals: </strong>LinkedIn allows precise targeting based on job titles, industries, and functions. Healthcare marketers can target specific healthcare professionals, such as doctors, nurses, pharmacists, administrators, and executives, based on their job titles or industry affiliations. This ensures that the ads are reaching the right audience.</p>
<p><strong>Thought Leadership and Content Promotion:</strong> Healthcare marketers can use Sponsored Content and Sponsored InMail to share valuable content, such as articles, research papers, case studies, or educational materials related to their field. This positions the marketer as a thought leader and helps build credibility and trust with the audience. Promoting webinars, conferences, or speaking engagements can also be effective in establishing expertise.</p>
<p><strong>Job Postings and Recruitment:</strong> Healthcare organizations often have specific talent acquisition needs. LinkedIn provides targeted options for promoting job openings and reaching qualified healthcare professionals who are actively seeking employment opportunities. Healthcare marketers can use Sponsored Job Ads to attract top talent to their organization.</p>
<p><strong>Brand Awareness and Reputation Management:</strong> LinkedIn advertising can help healthcare marketers increase brand visibility and manage their online reputation. Display Ads and Dynamic Ads can be used to create visually appealing brand messages and reach a broad audience. Marketers can also target specific industries, organizations, or regions to raise awareness of their brand and build positive associations.</p>
<p><strong>Industry Events and Conferences:</strong> Healthcare marketers can utilize LinkedIn advertising to promote industry events, conferences, or webinars. Sponsored Content, Sponsored InMail, and Display Ads can be used to drive registrations, highlight keynote speakers, and generate buzz around the event. Targeting options ensure that the ads reach professionals interested in the healthcare industry.</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does LinkedIn Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;"><a href="https://www.linkedin.com/legal/privacy-policy">LinkedIn</a> collects a variety of personal and technical data from its users, including:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Profile Data:</strong> LinkedIn collects information from user profiles, including job titles, industries, company affiliations, educational background, skills, and interests. This data is used to target ads to specific professional audiences based on their profile information.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Demographic Data:</strong> LinkedIn may collect demographic information such as age, gender, location, and language preferences. This data helps advertisers target specific demographics for their campaigns.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Engagement Data:</strong> LinkedIn tracks user engagement with ads, including impressions, clicks, likes, comments, and shares. This information helps advertisers assess the effectiveness and impact of their campaigns.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Website and Conversion Data:</strong> If advertisers use LinkedIn&#8217;s conversion tracking or retargeting features, LinkedIn collects data related to website visits, conversions, and actions taken by users on their website. This data helps measure the success of advertising campaigns in driving desired outcomes.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Ad Interaction Data:</strong> LinkedIn collects data on how users interact with ads, such as ad views, interactions, video views, and form fills. This information helps advertisers understand user behavior and optimize their ad creative and messaging.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Pixel Data</strong>: LinkedIn provides a tracking pixel called the Insight Tag that can be placed on advertiser websites. This pixel collects data on website visits, page views, and conversions, enabling better ad targeting and measurement.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"><strong>Third-Party Data:</strong> LinkedIn may also use third-party data sources to supplement its own data and provide additional targeting capabilities. These sources may include data providers that offer insights on professional attributes, interests, or intent.</span></li>
</ul>
<p><span style="font-weight: 400;">Remember &#8211; just because a targeting option is available does mean that you should use it. In fact, taking advantage of features that could make your campaigns more effective could be what compromises your HIPAA compliance. </span></p>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is LinkedIn Advertising HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p><span style="font-weight: 400;">After the updated </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">guidance from the Department of Health and Human Services</span></a><span style="font-weight: 400;"> was released, things haven’t exactly been black and white as far as whether or not this crosses a line, but from our perspective, it really depends on how you use the platform &#8211; specifically the Insight Tag. Conversion pixels can compromise HIPAA compliance in a few ways. </span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">First, they can collect PHI without the user&#8217;s knowledge or consent. This is because conversion pixels can track users across multiple websites, even if they are not logged in. </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Additionally, conversion pixels are often used to retarget users with display ads. This can be a serious violation, as it can expose sensitive content that individuals have been viewing about specific diseases, illnesses, or conditions.</span></li>
</ul>
<p><span style="font-weight: 400;">While LinkedIn only keeps personal data collected from the Insight Tag for <a href="https://www.linkedin.com/help/lms/answer/a420297/data-collection-and-storage-for-linkedin-matched-audiences?lang=en">180 days</a>, there is a lot that can be done with this data in that time period. The HHS is also very specific that the sharing of, or even the ability to access </span><span style="font-weight: 400;">any</span><span style="font-weight: 400;"> personal health information is a violation.</span></p>
<blockquote><p><strong>Pro Tip: </strong></p>
<p><span style="font-weight: 400;">LinkedIn is somewhat unique in that healthcare marketers may be using the platform to reach a different audience than prospective patients. For example, if a healthcare marketer is using LinkedIn to reach HCPs (healthcare professionals) HIPAA may not even apply to those efforts.</span></p>
<p><span style="font-weight: 400;">That being said, there are also some tactics available in LinkedIn Advertising that aren’t unique to that platform but are </span><b>never</b> <span style="font-weight: 400;">HIPAA-compliant, such as remarketing, lookalike audiences and uploading target lists. It is also important to consider other tools that have access to your LinkedIn data, including optimization and data visualization software.</span></p></blockquote>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">As with most advertising platforms, there are steps that can be taken to mitigate risk and to protect your users’ data as much as possible. Some good rules of thumb are to limit conversion pixels as much as possible, consider a server-side tagging strategy, and to ensure that you are not using predatory tactics to reach people with a specific condition or disease.</span></p>
<p><span style="font-weight: 400;">As with anything HIPAA-related, compliance tends to lie on a spectrum of your risk tolerance as well as the steps you take to mitigate as much risk as possible.  </span></p>
<p>&nbsp;</p>
<blockquote><p><strong>Pro Tip: </strong></p>
<p>It’s important to connect with your legal team to determine how best to move forward. Listen to our <a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/">HIPAA &amp; FTC 101 podcast</a> for more information about changes for healthcare companies.</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?             </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>Hedy &amp; Hopp has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. Give us a call &#8211; we’d love to help!</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-linkedin-advertising-hipaa-compliant/">Is LinkedIn Advertising HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is YouTube Advertising HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-youtube-advertising-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Digital Production Team]]></dc:creator>
		<pubDate>Wed, 12 Jul 2023 08:00:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[hipaa]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2215</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-youtube-advertising-hipaa-compliant/">Is YouTube Advertising HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>As a healthcare marketing agency, we get a lot of questions about whether or not certain tools are HIPAA-compliant. That’s why we at Hedy &amp; Hopp decided to create a blog series that specifically dives into common marketing tools and software in order to determine whether or not it poses a HIPAA concern.</p>
<p>&nbsp;</p>
<p>This week, we&#8217;re taking a closer look at YouTube &#8211; both the advertising side and embedding videos on a website.</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is YouTube Advertising?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">YouTube is a powerful tool that can be used for marketing in a variety of ways. It has over 2 billion active users, making it a great way to reach a large audience with your messages. You can target your YouTube ads to specific demographics, interests, and behaviors, ensuring that your messages reach the right people.</span></p>
<p><span style="font-weight: 400;">YouTube is a visual platform, so it&#8217;s a great way to create engaging content that will capture people&#8217;s attention. By creating high-quality, informative videos, you can build trust and credibility with potential patients. You can also use YouTube to drive traffic to your website by embedding your videos on your website or by linking to your website in your video descriptions.</span></p>
<p><span style="font-weight: 400;">Here are some specific ways that healthcare businesses can use YouTube for marketing:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Create educational videos to educate potential patients about your services or about health topics in general.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Share patient testimonials to show potential patients that your services are effective and that they can trust you.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Host Q&amp;As to connect with potential patients and answer their questions about your services or where to find support.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Promote your YouTube channel on other channels to encourage new audiences to subscribe.</span></li>
</ul>
<p><span style="font-weight: 400;">This type of advertising, </span><a href="https://ahrefs.com/blog/inbound-vs-outbound-marketing/"><span style="font-weight: 400;">outbound marketing</span></a><span style="font-weight: 400;">, is often used in conjunction with search ads, a form of </span><a href="https://www.semrush.com/blog/inbound-marketing/"><span style="font-weight: 400;">inbound marketing</span></a><span style="font-weight: 400;"> from </span><a href="https://hedyandhopp.com/blog/are-microsoft-ads-bing-ads-hipaa-compliant/"><span style="font-weight: 400;">Bing</span></a><span style="font-weight: 400;"> or </span><a href="https://hedyandhopp.com/blog/is-google-ads-hipaa-compliant/"><span style="font-weight: 400;">Google</span></a><span style="font-weight: 400;">, which we have gone over the compliance of in previous posts. </span></p>
<p>&nbsp;</p>
<blockquote><p><strong>Pro Tip:</strong></p>
<p><span style="font-weight: 400;">YouTube does have </span><a href="https://support.google.com/adspolicy/answer/10249050?hl=en"><span style="font-weight: 400;">specific guidelines</span></a><span style="font-weight: 400;"> around advertising in healthcare. Most notably, companies promoting pharmaceuticals &amp; addiction services </span><b>must </b><span style="font-weight: 400;">be verified through </span><a href="https://www.legitscript.com/certification/healthcare-certification/"><span style="font-weight: 400;">LegitScript</span></a><span style="font-weight: 400;"> in order to advertise on YouTube’s platform.</span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does YouTube Advertising Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;">Similar to Google Ads, YouTube relies heavily on the user being signed into their Google Account (which automatically becomes their YouTube account) in order to track behavior across a wide range of touchpoints. This means that YouTube collects the following data on its users:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Device information: This includes your device&#8217;s IP address, operating system, and browser type.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Search history: This includes the keywords you&#8217;ve searched for and the websites you&#8217;ve visited.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Ad interactions: This includes whether you&#8217;ve clicked on an ad, how long you&#8217;ve viewed an ad, and whether you&#8217;ve taken any other action after seeing an ad.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Location data: This includes your approximate location based on your IP address.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Session data: This includes your web browsing history.</span></li>
</ul>
<p>&nbsp;</p>
<blockquote><p><span style="font-weight: 400;">Additionally, even just embedding a YouTube video on a website could be cause for concern, as the iframe sends information back to </span><a href="https://support.google.com/faqs/answer/2727482?hl=en"><span style="font-weight: 400;">DoubleClick</span></a><span style="font-weight: 400;">, the base advertising platform that Google uses. This means that users watching a YouTube video embedded on a third party site could have that video’s contents tied to their Google profile, which could potentially reveal sensitive health information about that user.</span></p></blockquote>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is YouTube Advertising HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p><span style="font-weight: 400;">After the updated </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">guidance from the Department of Health and Human Services</span></a><span style="font-weight: 400;"> was released, things haven’t exactly been black and white as far as whether or not this crosses a line, but from our perspective, YouTube advertising is certainly one that your team should think critically about, especially when you consider the long list of </span><a href="https://workspace.google.com/intl/en/terms/subprocessors.html"><span style="font-weight: 400;">Google’s subprocessors</span></a><span style="font-weight: 400;">, who could potentially have access to any and all data collected. This is especially true if you’re adding a Google tracking pixel to your website. </span></p>
<p><span style="font-weight: 400;">Furthermore, there are also some tactics available in YouTube Advertising that aren’t unique to that platform but are </span><b>never</b> <span style="font-weight: 400;">HIPAA-compliant, such as remarketing and lookalike audiences. It is also important to consider other tools that have access to your YouTube data, including optimization and data visualization software.</span></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">As with most advertising platforms, there are steps that can be taken to mitigate risk and to protect your users’ data as much as possible. Some good rules of thumb are to limit conversion pixels as much as possible, consider a server-side tagging strategy, and to ensure that you are not using predatory tactics to reach people with a specific condition or disease.</span></p>
<p><span style="font-weight: 400;">As with anything HIPAA-related, compliance tends to lie on a spectrum of your risk tolerance as well as the steps you take to mitigate as much risk as possible. </span></p>
<p>&nbsp;</p>
<blockquote><p><strong>Pro Tip: </strong></p>
<p>It’s important to connect with your legal team to determine how best to move forward. Listen to our <a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/">HIPAA &amp; FTC 101 podcast</a> for more information about changes for healthcare companies.</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?             </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>Hedy &amp; Hopp has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. Give us a call &#8211; we’d love to help!</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-youtube-advertising-hipaa-compliant/">Is YouTube Advertising HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Meta HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-meta-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Paid Media Team]]></dc:creator>
		<pubDate>Wed, 05 Jul 2023 15:43:10 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[google ads]]></category>
		<category><![CDATA[hipaa]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2213</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-meta-hipaa-compliant/">Is Meta HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>As a healthcare marketing agency, we get a lot of questions about whether or not certain tools are HIPAA-compliant. That’s why we at Hedy &amp; Hopp decided to create a blog series that specifically dives into common marketing tools and software in order to determine whether or not it poses a HIPAA concern.</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Is Meta (Facebook, Instagram &#038; WhatsApp) Advertising HIPAA-Compliant?            </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "></div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is Meta?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Meta, the parent company of Facebook, Instagram, and WhatsApp, is a leading force in social media. Its platforms are used by billions of people around the world, making them a valuable tool for marketing in nearly all industries, including healthcare.</span></p>
<p><span style="font-weight: 400;">While Meta offers several services for businesses including business pages, groups, and other options to expand organic reach, this article will focus on the advertising side of Meta.</span></p>
<p><span style="font-weight: 400;">Meta&#8217;s advertising platforms offer a variety of features that make them well-suited for marketing, including:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Targeted advertising: Meta&#8217;s advertising platform allows businesses to target their ads to specific demographics, interests, and behaviors. This ensures that businesses reach the right people with their marketing messages.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Engaging content: Meta&#8217;s platforms are designed to be engaging, with features like video, images, and live streaming. This makes them a great way to connect with customers and build relationships.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Data-driven insights: Meta provides businesses with data-driven insights that can help them track the performance of their marketing campaigns and optimize their strategies.</span></li>
</ul>
<p><span style="font-weight: 400;">As a result of these factors, Meta&#8217;s platforms are a popular choice for marketing in a wide range of industries, including healthcare. Healthcare businesses can use Meta&#8217;s platforms to reach a large audience, or a more refined, targeted audience.</span></p>
<p><span style="font-weight: 400;">This type of advertising, </span><a href="https://ahrefs.com/blog/inbound-vs-outbound-marketing/"><span style="font-weight: 400;">outbound marketing</span></a><span style="font-weight: 400;">, is often used in conjunction with search ads, a form of </span><a href="https://www.semrush.com/blog/inbound-marketing/"><span style="font-weight: 400;">inbound marketing</span></a><span style="font-weight: 400;"> from </span><a href="https://hedyandhopp.com/blog/are-microsoft-ads-bing-ads-hipaa-compliant/"><span style="font-weight: 400;">Bing</span></a><span style="font-weight: 400;"> or </span><a href="https://hedyandhopp.com/blog/is-google-ads-hipaa-compliant/"><span style="font-weight: 400;">Google</span></a><span style="font-weight: 400;">, which we have gone over the compliance of in previous posts. </span></p>
<p>&nbsp;</p>
<blockquote><p><strong>Pro Tip:</strong></p>
<p><span style="font-weight: 400;">Meta does have </span><a href="https://www.facebook.com/business/help/2489235377779939?id=434838534925385"><span style="font-weight: 400;">specific guidelines</span></a><span style="font-weight: 400;"> around advertising in Healthcare. Most notably, companies promoting pharmaceuticals &amp; addiction services </span><b>must </b><span style="font-weight: 400;">be verified through </span><a href="https://www.legitscript.com/certification/healthcare-certification/"><span style="font-weight: 400;">LegitScript</span></a><span style="font-weight: 400;"> in order to advertise on Meta’s platform.</span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does Meta Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;">Of all of the platforms you may be using, it’s possible that Meta is the one collecting the most information about your users. This is largely because users who see your ads are already registered users of Meta’s platforms, meaning that Meta has extensive profiles on each customer, even before they may view your ad. </span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Information about users from their profiles: everything the user has added or posted, their activity on social media platforms, their friends, likes, groups, and browsing history on sites that have a </span><a href="https://developers.facebook.com/docs/meta-pixel/"><span style="font-weight: 400;">Meta Pixel</span></a><span style="font-weight: 400;"> installed.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Device information: This includes your device&#8217;s IP address, operating system, and browser type.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Ad interactions: This includes whether you&#8217;ve clicked on an ad, how long you&#8217;ve viewed an ad, and whether you&#8217;ve taken any other action after seeing an ad.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Location data: This includes your approximate location based on your IP address.</span></li>
</ul>
<p><span style="font-weight: 400;">More data can be collected if you have a <strong>Meta Pixel</strong> installed on the site that your ads are driving to. This pixel links events and conversions on your website to specific ads, as well as specific user profiles. Some of that data can even be passed through the click-through URL, meaning that data is shared with your analytics platform, such as Google Analytics. </span></p>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is Meta Advertising HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p><span style="font-weight: 400;">After the updated </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">guidance from the Department of Health and Human Services</span></a><span style="font-weight: 400;"> was released, there were two notable companies that faced scrutiny from the FTC, both of which were using Facebook marketing tactics. </span><a href="https://www.ftc.gov/business-guidance/blog/2023/03/ftc-says-online-counseling-service-betterhelp-pushed-people-handing-over-health-information-broke"><span style="font-weight: 400;">BetterHelp</span></a><span style="font-weight: 400;"> and </span><a href="https://www.ftc.gov/news-events/news/press-releases/2023/02/ftc-enforcement-action-bar-goodrx-sharing-consumers-sensitive-health-info-advertising"><span style="font-weight: 400;">GoodRx</span></a><span style="font-weight: 400;"> both settled for large sums after these allegations surfaced. The scariest part? They were using Facebook and Instagram ads in very common use cases. And while compliance isn’t really a black &amp; white concept, from our perspective, Meta is a very risky platform that should be among the first platforms marketers evaluate. </span></p>
<p><span style="font-weight: 400;">Furthermore, there are also some tactics available in Meta Advertising that aren’t unique to that platform but are </span><span style="text-decoration: underline;"><b>never</b></span> <span style="font-weight: 400;">HIPAA-compliant, such as remarketing and lookalike audiences. It is also important to consider other tools that have access to your Meta data, including optimization and data visualization software.</span></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Some risks can be mitigated in Meta ads by taking advantage of options to enhance data privacy. These options include never using remarketing audiences and foregoing the Meta Pixel. This could disrupt how you’re currently evaluating marketing effectiveness, so if Meta is a platform you must keep to grow your business, there are ways to still leverage this channel with limited data sharing risks.</span></p>
<p><span style="font-weight: 400;">As with anything HIPAA-related, compliance tends to lie on a spectrum of your risk tolerance as well as the steps you take to mitigate as much risk as possible.  </span></p>
<blockquote><p><strong>Pro Tip: </strong></p>
<p>It’s important to connect with your legal team to determine how best to move forward. Listen to our <a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/">HIPAA &amp; FTC 101 podcast</a> for more information about changes for healthcare companies.</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?             </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>Hedy &amp; Hopp has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. Give us a call &#8211; we’d love to help!</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-meta-hipaa-compliant/">Is Meta HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Google Ads HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-google-ads-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Digital Production Team]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 15:50:58 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[google ads]]></category>
		<category><![CDATA[hipaa]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2206</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-google-ads-hipaa-compliant/">Is Google Ads HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>As a healthcare marketing agency, we get a lot of questions about whether or not certain tools are HIPAA-compliant. That’s why we at Hedy &amp; Hopp decided to create a blog series that specifically dives into common marketing tools and software in order to determine whether or not it poses a HIPAA concern.</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Is Google Ads Compliant?            </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "></div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is Google Ads?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Google Ads is a pay-per-click (PPC) advertising platform that allows businesses to display their ads on Google&#8217;s search engine results pages (SERP) and other Google properties, such as YouTube and Gmail. When someone searches for a keyword that is relevant to your business, your ad may appear at the top of the search engine results page. You only pay when someone clicks on your ad, so you can control your advertising budget. Google Ads offers a variety of ad formats, including text ads, display ads, video ads, and shopping ads. You can also target your ads to specific demographics, interests, and even locations.</span></p>
<p><span style="font-weight: 400;">Healthcare marketers can use Google Ads to reach the following audiences:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Patients who are searching for information about specific health conditions. These patients are likely to be in the early stages of their research, so they are open to learning about new products and services.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Doctors and other healthcare professionals who are looking for new products or services. These professionals are often looking for ways to improve the care they provide to their patients, so they are a valuable target audience for healthcare marketers.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Patients who are considering making a purchase or making an appointment. These patients are already in the decision-making process, so they are a key audience to market to.</span></li>
</ul>
<blockquote><p><strong>Pro Tip:</strong></p>
<p><span style="font-weight: 400;">Google does have </span><a href="https://support.google.com/adspolicy/answer/176031?hl=en&amp;sjid=8999525760950716017-NA"><span style="font-weight: 400;">specific advertising policies</span></a><span style="font-weight: 400;"> that apply to some Healthcare products and services including pharmaceuticals, speculative and experimental medicine, clinical trial recruitment, health insurance, and addiction services. In order to advertise pharmaceutical products or addiction services, a </span><a href="https://www.legitscript.com/certification/healthcare-certification/"><span style="font-weight: 400;">LegitScript certification</span></a><span style="font-weight: 400;"> is required. In order to advertise health insurance, a </span><a href="https://www.g2llc.com/health-insurance/?sjid=8999525760950716017-NA"><span style="font-weight: 400;">G2 certification is required.</span></a></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does Google Ads Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;">Google Ads collects a variety of data about its users, including:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Device information: This includes your device&#8217;s IP address, operating system, and browser type.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Search history: This includes the keywords you&#8217;ve searched for and the websites you&#8217;ve visited.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Ad interactions: This includes whether you&#8217;ve clicked on an ad, how long you&#8217;ve viewed an ad, and whether you&#8217;ve taken any other action after seeing an ad.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Location data: This includes your approximate location based on your IP address.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Session data: This includes your web browsing history.</span></li>
</ul>
<p><span style="font-weight: 400;">Additionally, Google Ads can collect personal information, including names, email addresses, phone numbers, and location data when using </span><a href="https://support.google.com/google-ads/answer/9888656?hl=en"><span style="font-weight: 400;">Enhanced Conversions</span></a><span style="font-weight: 400;"> and </span><a href="https://support.google.com/analytics/answer/4524584?hl=en#zippy=%2Cin-this-article"><span style="font-weight: 400;">Customer Audience Data Imports</span></a><span style="font-weight: 400;">.</span></p>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is Google Ads HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p><span style="font-weight: 400;">According to the updated </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">guidance from the Department of Health and Human Services</span></a><span style="font-weight: 400;">, there isn’t a clear yes/no answer. However, knowing that Google Ads will not sign a Business Associate Agreement (BAA), we think using Google Ads, specifically when using conversion tags, does pose a risk.</span></p>
<p><span style="font-weight: 400;">Furthermore, there are also some tactics available in Google Ads that aren’t unique to that platform but are </span><span style="text-decoration: underline;"><b>never</b></span><b> </b><span style="font-weight: 400;">HIPAA-compliant, such as remarketing and lookalike audiences. It is also important to consider other tools that have access to your Google Ads data, including optimization and data visualization software.</span></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">As with anything HIPAA related, compliance tends to lie on a spectrum of your risk tolerance as well as the steps you take to mitigate as much risk as possible. Some risks can be mitigated in Google Ads by taking advantage of options to enhance data privacy. These options include using server-side tagging, never using audience imports, remarketing audiences, or enhanced measurement, and not tagging pages that could potentially pass PII/PHI in URL parameters.</span></p>
<blockquote><p><strong>Pro Tip: </strong></p>
<p>It’s important to connect with your legal team to determine how best to move forward. Listen to our <a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/">HIPAA &amp; FTC 101 podcast</a> for more information about changes for healthcare companies.</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?             </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>Hedy &amp; Hopp has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. Give us a call &#8211; we’d love to help!</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-google-ads-hipaa-compliant/">Is Google Ads HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
