<?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>youtube Archives | Hedy &amp; Hopp</title>
	<atom:link href="https://hedyandhopp.com/tag/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>https://hedyandhopp.com/tag/youtube/</link>
	<description>A Healthcare Marketing Agency</description>
	<lastBuildDate>Tue, 01 Aug 2023 18:38:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://hedyandhopp.com/wp-content/uploads/2022/08/cropped-favicon-32x32.png</url>
	<title>youtube Archives | Hedy &amp; Hopp</title>
	<link>https://hedyandhopp.com/tag/youtube/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<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>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>
	</channel>
</rss>
