<?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>Analytics Team, Author at Hedy &amp; Hopp</title>
	<atom:link href="https://hedyandhopp.com/author/hedyhoppdev/feed/" rel="self" type="application/rss+xml" />
	<link>https://hedyandhopp.com/author/hedyhoppdev/</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>Analytics Team, Author at Hedy &amp; Hopp</title>
	<link>https://hedyandhopp.com/author/hedyhoppdev/</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>Data Storage for Universal Analytics and HIPAA Compliance</title>
		<link>https://hedyandhopp.com/blog/data-storage-for-universal-analytics-and-hipaa-compliance/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Tue, 04 Apr 2023 22:07:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2195</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/data-storage-for-universal-analytics-and-hipaa-compliance/">Data Storage for Universal Analytics and HIPAA Compliance</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<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=" ">A 3-step guide for navigating tracking and measurement priorities for healthcare marketers</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">With the new HHS/OCR bulletin surrounding HIPAA guidelines, healthcare marketers who use Google Analytics for measuring digital tactics have had to shift focus from the impending Google Universal Analytics (UA) data retirement (on July 1, 2023) to considering how their current (and future) data is being collected and stored. While Google will keep all UA data for at least <a href="https://support.google.com/analytics/answer/11583528?hl=en">6 months</a> after this date</span><span style="font-weight: 400;"> marketers cannot lose sight of what their plan is for storing this data before it’s gone forever.  </span></p>
<blockquote><p><b>The challenge: </b><span style="font-weight: 400;">The HHS/OCR bulletin has many marketers questioning whether they should continue using Google Analytics as their third party tracking technology at a time when they may still be working on their full migration to GA4 (especially now that Google is automatically installing <a href="https://support.google.com/google-ads/answer/13272017">GA4 for Google Ads conversion tracking</a>) and their plan to store UA data. What do they prioritize? What precautions do they need to take? Who else needs to be involved in the decision? </span></p>
<p><b>The bottom line:</b><span style="font-weight: 400;"> Regardless of what tracking platform marketers plan to use, UA data IS going away in a few months, and a plan to save and store relevant data must be made and started as soon as possible.</span><span style="font-weight: 400;"> </span></p></blockquote>
<p><span style="font-weight: 400;">Our recommendation is to take your UA data storage plan into consideration as you plan to safely and compliantly store and track your future data. </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=" ">Step 1: Determine the data you need to keep and review on a regular basis</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p>Deciding to keep <em>everything</em> will likely be a challenge for most marketers, unless you have an in-house data engineering team who can store and organize all past UA data into a data lake of sorts. Depending on how large your website is and how far back you want to review data, you could be exporting (literally) millions of rows of data, spread across multiple spreadsheets, making data retrieval and analysis incredibly difficult (if not impossible).</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>We recommend first determining what data you want to look at on a regular basis, and how it needs to be analyzed to make this data storage process as seamless (and as useful) as possible. For example, if you use mobile vs. desktop traffic to inform your advertising spend, you’ll want sessions by device saved by week or month. However, if you really only reference mobile vs. desktop traffic to understand trends over time, you likely only need sessions by device by year. Moving a dimension to yearly will likely save you thousands (if not tens of thousands) of rows of data to later have to sort through and aggregate.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Doing this step first will also help you better evaluate your options for tracking and storing data in the future &#8211; it’s a good exercise (and discipline) to root your organization on the data that really matters and have a plan in place to retrieve it easily.</p>
<blockquote><p><strong>Where do I begin?</strong></p>
<p>When considering what’s important, always begin with your business objectives and the website KPIs you’ve established to measure success. If you have not done so already, start this discussion today and include your marketing, sales, IT teams and leadership if needed, to ensure you’re not leaving out any core metrics that other departments require to determine success or opportunities.</p></blockquote>
<p><!-- /wp:paragraph --></p>
                </div>
                <div class="vv_text-footer"><p style="">If you’re not sure how to determine the important metrics and how you should analyze those metrics, Hedy &#038; Hopp is happy to take you through our measurement planning process to help you with this foundational need. </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=" ">Step 2: Determine where UA data will be stored and how it must be accessed</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p>Since this data will no longer be available in your Google Analytics account, the data you want to keep will need to go <em>somewhere</em>. This is where your technical and IT teams come into play. As long as it’s useful and works for what you need, we recommend sticking with whatever system you have in place for future data tracking and storage (see Step 3!)instead of building something separate.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>A few options for storing this data include Google’s <a href="https://cloud.google.com/bigquery#section-1">BigQuery</a>, <a href="https://aws.amazon.com/?nc2=h_lg">Amazon Web Services (AWS)</a>, or even spreadsheets with pivot tables, if you don’t have a lot of data.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Next, think about how you want to <em>access</em> this data (and who else will need access). Tools like <a href="https://cloud.google.com/looker-studio">Looker Studio</a>, <a href="https://www.tableau.com/">Tableau</a> or <a href="https://powerbi.microsoft.com/en-us/">Power BI</a> can be really helpful in aggregating and visualizing your core metrics, as they are straightforward and more user-friendly than complex servers that may require a more technical or experienced hand. Setup and maintenance is fairly simple once you have your core metrics and KPIs established (remember Step 1!).</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Finally, test, test, test! Once your data has been stored and accessible, it’s important that you play around with it to make sure you have the right dimensions and filters available. Do this <em>before </em>the deadline to avoid any gaps or issues in future reporting and analysis!</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<blockquote><p>Not sure if you have the right data? Here’s a tip: find a recent request from a colleague and try finding the answer in an older time frame from the UA data you stored. Were you able to access that data? Any missing information? Was there any additional or manual work you needed to do to find the answer?</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=" ">Step 3: Determine how you’re going to track and store your data (in a compliant way) moving forward. </h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p>You can learn more about Hedy &amp; Hopp’s guidance for understanding the new guidelines and ways to make tracking compliant <a href="https://hedyandhopp.com/uncategorized/hipaa-ftc-101-for-marketers/">here</a>. But the key things that matter for storing and accessing UA data relate to where your data can be stored moving forward in consideration of your success metrics (see Step 1).</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>For marketers currently using Google Analytics, we see a few options:</p>
<p><!-- /wp:paragraph --> <!-- wp:list --></p>
<ul>
<li>Continue using GA4/GTM,  but move to server-side storage (or other tracking technology) (best for companies that have an in-house IT/data engineering team and are comfortable with GA4)</li>
<li>Continue using GA4/GTM and implement a cloud-based tag manager or buffer (called a Customer Data Platform, or CDP) that will sign BAA and only pass non-IHII data to third parties</li>
<li>Remove Google Analytics completely and implement a new tracking mechanism &#8211; either self hosted OR with a company that will sign a BAA (i.e., <a href="https://piwik.pro/">Piwick PRO</a>)</li>
</ul>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Throughout the decision making process it’s important to consider how your new setup can account for past analytics data storage, too, if possible. Ideally, the quicker solution for UA data will also be a compliant one.</p>
<p>&nbsp;</p>
<blockquote><p><strong>Where do you go from here?</strong></p>
<p>If this seems doable, great! Our hope is that this 3-step guide will help you stay on top of what’s coming and feel confident that you know what needs to happen and who to involve in your organization.</p>
<p><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>However, there is a LOT to think about, and we know that you may need to shift focus to other priorities. If you are feeling overwhelmed, don’t have the time, or are just not sure how to start, please reach out to us! We’d love to help you evaluate your current set up and get you on the right path forward.</p></blockquote>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                <div class="hb-text-buttons">
                                        <a href="https://hedyandhopp.com/connect-with-us/"
                        class="h-button h-button-white">
                        Connect With Us                    </a>
                                    </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><p>The post <a href="https://hedyandhopp.com/blog/data-storage-for-universal-analytics-and-hipaa-compliance/">Data Storage for Universal Analytics and HIPAA Compliance</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>A new solution for advanced attribution modeling￼</title>
		<link>https://hedyandhopp.com/blog/a-new-solution-for-advanced-attribution-modeling%ef%bf%bc/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Tue, 16 Jun 2020 18:55:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=1667</guid>

					<description><![CDATA[<p>Marketing and sales teams are the left and right hands of bringing new customers to your organization. We know they work hand-in-hand, but do you treat your organization&#8217;s data that way? Combining data is a challenge &#8211; we see it all the time.&#160; The truth is, many of our partners have faced this problem (maybe [&#8230;]</p>
<p>The post <a href="https://hedyandhopp.com/blog/a-new-solution-for-advanced-attribution-modeling%ef%bf%bc/">A new solution for advanced attribution modeling￼</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Marketing and sales teams are the left and right hands of bringing new customers to your organization. We know they work hand-in-hand, but do you treat your organization’s data that way? Combining data is a challenge – we see it all the time.&nbsp;</p>



<p class="wp-block-paragraph">The truth is, many of our partners have faced this problem (maybe you’re in a similar boat). You know that multiple channels, such as Facebook and Google Ads, influence your marketing qualified leads (MQL) and sales qualified leads (SQL). You also know that sales activities like phone calls, emails and demos influence your SQL success rate and your close rate.&nbsp;</p>



<p class="wp-block-paragraph">But can anyone at your organization say confidently, with data, how all these factors work together? Does Facebook have a better SQL rate but lower MQL rate than Google? What about Facebook versus email? Helping you answer questions such as these is why we built our Multi-Touch Attribution Model for marketing and sales touches.&nbsp;</p>



<p class="wp-block-paragraph">The Multi-Touch Attribution Model takes into account both touches from Google Analytics (GA) and your customer relationship management system (CRM)*. Our model combines data from GA and your CRM to break out conversions equally between multiple touchpoints.</p>



<p class="wp-block-paragraph">Now, not only can you see individual customer paths, but you can also see how each of your channels influence and interact with one another.</p>



<p class="wp-block-paragraph">The best part is that we leverage technology that is easy to use. Hedy &amp; Hopp takes care of the heavy lifting in terms of data extraction, storage and analysis. You will always have access to your data through Google BigQuery, and your data will automatically populate in a Google Data Studio report that you can customize and share.&nbsp;</p>



<p class="wp-block-paragraph">*<em>Note: So far, we have integrated with Hubspot, ActiveCampaign, and SugarCRM. More CRMs to come!&nbsp;</em></p>



<h2 class="wp-block-heading" id="header-1">Attribution beyond the last click</h2>



<p class="wp-block-paragraph">If you use Google Analytics for reporting, you likely use the default attribution model called “last click.” More importantly, GA can’t account for any offline data in your CRM. Using the basic attribution models in most CRMs, you end up with an incomplete view of your customer’s journey.&nbsp;&nbsp;</p>



<p class="wp-block-paragraph">We work around this by building our model from scratch using the Google Analytics API data. We look at all of the digital marketing touches for a user, even ones before they convert. So, if a user comes to your site from Facebook, and then converts a week later on Google Ads, we will include both sources in our model.&nbsp;</p>



<p class="wp-block-paragraph">But the biggest advantage of our Multi-Touch model is that we integrate your Google Analytics property and your CRM to track the same user from Google into your CRM. We then look at all of the different touches in your CRM system and add that to the attribution model.</p>



<p class="wp-block-paragraph">The process can be set up in two weeks, and as your prospects convert to customers, the data begins to populate! Depending on your prospect-to-customer lifecycle, you can start getting actionable data in just a few weeks.&nbsp;&nbsp;</p>



<p class="wp-block-paragraph">Imagine knowing that Facebook converts better with an introduction email, while Google Ads converts better with an early demo!&nbsp;</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://hedyandhopp.com/blog/a-new-solution-for-advanced-attribution-modeling%ef%bf%bc/">A new solution for advanced attribution modeling￼</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>3 Ways We Made Google Data Studio Even Better</title>
		<link>https://hedyandhopp.com/blog/3-ways-we-made-google-data-studio-even-better/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Thu, 30 Jan 2020 19:42:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=1696</guid>

					<description><![CDATA[<p>Few tools are as ubiquitous in digital marketing as Google Data Studio. It&#8217;s simple to use, getting better and better every day, and free to boot. Yet, as much as we at Hedy &#38; Hopp have grown to appreciate sharing data and insights using Data Studio, we have never felt like any Data Studio dashboards [&#8230;]</p>
<p>The post <a href="https://hedyandhopp.com/blog/3-ways-we-made-google-data-studio-even-better/">3 Ways We Made Google Data Studio Even Better</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Few tools are as ubiquitous in digital marketing as Google Data Studio. It’s simple to use, getting better and better every day, and free to boot.</p>



<p class="wp-block-paragraph">Yet, as much as we at Hedy &amp; Hopp have grown to appreciate sharing data and insights using Data Studio, we have never felt like any Data Studio dashboards are completely up to our standards. As a tool, it has some serious weaknesses that have limited what we thought we could do. Over the last few months, we have worked hard to overcome these weaknesses, because ultimately Data Studio is our best option for creating digital marketing dashboards.</p>



<p class="wp-block-paragraph">I can be a perfectionist in my work, and when it comes to visualizing data, I have very high standards. I love the ability to make highly customized reports and dashboards with tools like Tableau, Power BI, or Python. Not only can you make very complex concepts easy to interpret, but these tools also allow you to customize the visual experience.</p>



<p class="wp-block-paragraph">There were a few issues that made us at Hedy &amp; Hopp wary of using Data Studio for a long time. Not only were we stuck with fewer options for visualizations, but it has limited data processing and a page-by-page format that was not very interactive.</p>



<p class="wp-block-paragraph">We wanted to move away from Data Studio. But it has one powerful strength. It has a very low barrier to entry. Like crazy low.</p>



<h2 class="wp-block-heading" id="header-1">Data Studio’s Strengths Outweigh Its Weaknesses</h2>



<p class="wp-block-paragraph"><a></a></p>



<p class="wp-block-paragraph">All of those other tools require some level of training. I can’t imagine anyone outside of our Decision Science team using Python, and we have worked with very few clients that have even used Power BI or Tableau.</p>



<p class="wp-block-paragraph">Not only do these tools require you to learn their system, but they also have their own logins. Power BI’s complex user system is amazing for highly sensitive information but is generally overkill for Google Analytics and Google Ads data. Only our most data-savvy clients, with very complex data models, are using Power BI.</p>



<p class="wp-block-paragraph">Data Studio is the opposite. All you need is a Google account to access and the interface requires very little training. If you can use a banking app on your phone, you would have zero problems using Data Studio in seconds.</p>



<p class="wp-block-paragraph">Because it is so easy to use, it really expands our audience to practically anyone. This single feature makes Data Studio an awesome tool. If your audience can’t see your insights, it does not matter how powerful your tool is.</p>



<p class="wp-block-paragraph">So, we decided we would tackle the biggest issues we have working with&nbsp;<a href="https://datastudio.google.com/">Google Data Studio</a>.</p>



<ul class="wp-block-list"><li>It works more like a slideshow than an app</li><li>It doesn’t have the visualizations we need</li><li>It can’t make complex data models</li></ul>



<h2 class="wp-block-heading" id="header-2">#1 Make Data Studio Feel Like An Application</h2>



<p class="wp-block-paragraph"><a></a></p>



<p class="wp-block-paragraph">When you use your bank app or Instagram, you don’t click from page-to-page. It is not a slideshow. You use the navigation to get to where you need.</p>



<p class="wp-block-paragraph">In Data Studio, the default navigation is not intuitive and feels more like you are clicking through slides or pages in a book. Not only that, but it can be hard to find a specific page without clicking a dropdown.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img fetchpriority="high" decoding="async" width="2608" height="538" src="https://hedyandhopp.com/wp-content/uploads/2022/08/1-1024x211.png" alt="" class="wp-image-1804" srcset="https://hedyandhopp.com/wp-content/uploads/2022/08/1-1024x211.png 1024w, https://hedyandhopp.com/wp-content/uploads/2022/08/1-300x62.png 300w, https://hedyandhopp.com/wp-content/uploads/2022/08/1-768x158.png 768w, https://hedyandhopp.com/wp-content/uploads/2022/08/1-1536x317.png 1536w, https://hedyandhopp.com/wp-content/uploads/2022/08/1-2048x422.png 2048w" sizes="(max-width: 2608px) 100vw, 2608px" /></figure></div>



<p class="wp-block-paragraph">If you are using Data Studio to build a report, and you are telling a story in a specific order, I think this feature is great.</p>



<p class="wp-block-paragraph">The second option is to move the navigation to the left. This is actually not so bad, and it feels a lot more like an application. We thought this would be a good alternative, but it also has some weaknesses.</p>



<p class="wp-block-paragraph">First, it has no hierarchy. So, all pages are treated equally. This is not bad if you have a few pages, but it can get out of hand in a hurry. If you have 10 or more pages, the left navigation gets quite large. Not only that, but it can be hard to identify subpages.</p>



<div class="wp-block-image"><figure class="aligncenter is-resized"><img decoding="async" src="https://storage.googleapis.com/ca-headless-cms.appspot.com/2/2020/01/Screen-Shot-2020-01-30-at-5.56.45-PM.png" alt="Google Data Studio pages" class="wp-image-787" width="542" height="678"/></figure></div>



<p class="wp-block-paragraph">Our solution was to build our own left-side navigation that uses the common conventions of standard navigation setups. Plus it looks nice!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://storage.googleapis.com/ca-headless-cms.appspot.com/2/2020/01/Screen-Shot-2020-01-30-at-5.57.48-PM.png" alt="Example Google Data Studio Dashboard" class="wp-image-788"/></figure></div>



<p class="wp-block-paragraph">In addition to having top-level navigation, we used tabs to create secondary navigation when needed.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://storage.googleapis.com/ca-headless-cms.appspot.com/2/2020/01/Screen-Shot-2020-01-30-at-5.58.43-PM.png" alt="Google Data Studio Secondary Navigation" class="wp-image-789"/></figure></div>



<p class="wp-block-paragraph">In order to make this navigation, we used a few different design elements including images that look like text, but the most critical part of the process is what we do before we build anything.</p>



<p class="wp-block-paragraph">The first thing we do is design a sitemap. This allows us to identify all of the key pages we want to include and how they are connected.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://storage.googleapis.com/ca-headless-cms.appspot.com/2/2020/01/Screen-Shot-2020-01-30-at-5.59.38-PM.png" alt="Google Data Studio Sitemap" class="wp-image-790"/></figure></div>



<p class="wp-block-paragraph">From there, we review with all of the primary stakeholders to make sure we have covered the key information needed. This allows us to build our dashboards a lot faster.</p>



<h2 class="wp-block-heading" id="header-3">#2 We Created Our Own Visualizations</h2>



<p class="wp-block-paragraph"><a></a></p>



<p class="wp-block-paragraph">We also love the new Community Visualization tool in Data Studio. It allows us to build any type of visualization we want, and it can bind to any user’s data.</p>



<p class="wp-block-paragraph">We loved this feature so much, we worked with the Data Studio team at Google to have two of our custom visualizations be featured in the community visualizations gallery in Data Studio.</p>



<p class="wp-block-paragraph">If you would like to use our statistical significance tool “<a href="https://datastudio.google.com/u/0/reporting/1rvkuCS60hY1iZb9gYX6f3BIjXFlbMX6k/page/zr52">Stats Analyzer</a>” or the “<a href="https://datastudio.google.com/u/1/reporting/1ygQd8FwYnDrvmjfkh5ogXNt7mj5JsgBH/page/1O54">Data Target Card</a>,” you can access them in any report in a few simple steps.</p>



<ul class="wp-block-list"><li>Make sure your data allows for community visualizations</li><li>Click the community visualization icon in the top navigation in Data Studio</li><li>Click the “+ Explore more” button to use our tools</li></ul>



<div class="wp-block-image"><figure class="aligncenter is-resized"><img decoding="async" src="https://storage.googleapis.com/ca-headless-cms.appspot.com/2/2020/01/Screen-Shot-2020-01-30-at-6.01.17-PM.png" alt="Anvil Visualizations in Google Data Studio Community Gallery" class="wp-image-791" width="1256" height="429"/></figure></div>



<p class="wp-block-paragraph">Not only can you find the two tools we built, but there are more than 20 others in the gallery from companies like Supermetrics, Bounteous, or even the great developers at Google Data Studio like Yulan Lin.</p>



<h2 class="wp-block-heading" id="header-4">#3 Working with Relational Data</h2>



<p class="wp-block-paragraph"><a></a></p>



<p class="wp-block-paragraph">One of the biggest differences between Data Studio and other business intelligence tools is that it does not have robust features for handling relational data. A few years ago they created the blended data feature, but it is not nearly at the level of what something like Power BI can do using Microsoft Power Query.</p>



<p class="wp-block-paragraph">That being said, there are a few strengths of Data Studio when it comes to modeling data. The biggest is with Google Analytics data.</p>



<p class="wp-block-paragraph">With most tools, you have to pull in Google Analytics from multiple API requests and build that into a single relational data set. With Data Studio, that is all done for you. All you have to do is connect to Google Analytics, and your data is modeled. This is really amazing if you are working with a lot of web analytics data.</p>



<p class="wp-block-paragraph">The second integration that helps us a lot is Google BigQuery. Data Studio has a very simple way to connect to data in BigQuery, and this has been a powerful tool for us to really make the most of the application.</p>



<p class="wp-block-paragraph">For instance, BigQuery allows you to leverage SQL and to create views, so we have created some complex models in BigQuery and then pulled in a view where the data has already been distilled down to a single table.</p>



<p class="wp-block-paragraph">This is really useful when we need to build customized attribution models for our clients. We can pull in different resources, like Google Analytics and CRMs like Salesforce, to create linear and even more complex models customized to the client’s business.</p>



<p class="wp-block-paragraph">Overall, we love working with clients that are using Data Studio, because it means stakeholders are looking at the data. As a data-driven company, that makes us very happy.</p>



<p class="wp-block-paragraph">If you’re interested in learning more about how to use an attribution model for effective reporting in Google Data Studio, please <a href="https://hedyandhopp.com/connect-with-us/">get in touch</a>! </p>
<p>The post <a href="https://hedyandhopp.com/blog/3-ways-we-made-google-data-studio-even-better/">3 Ways We Made Google Data Studio Even Better</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google Analytics Custom Data: Goals and Events</title>
		<link>https://hedyandhopp.com/blog/google-analytics-custom-data-goals-and-events/</link>
		
		<dc:creator><![CDATA[Analytics Team]]></dc:creator>
		<pubDate>Mon, 08 Jul 2019 19:44:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=1698</guid>

					<description><![CDATA[<p>Google Analytics has a lot of metrics and dimensions tracked right out of the box. However, it is still a blunt tool. In order to sharpen Google Analytics, you will need to add custom data. This will help you match your tracking capabilities to the unique needs of your particular website (or the needs of [&#8230;]</p>
<p>The post <a href="https://hedyandhopp.com/blog/google-analytics-custom-data-goals-and-events/">Google Analytics Custom Data: Goals and Events</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Google Analytics has a lot of metrics and dimensions tracked right out of the box. However, it is still a blunt tool. In order to sharpen Google Analytics, you will need to add custom data. This will help you match your tracking capabilities to the unique needs of your particular website (or the needs of your clients’ websites).</p>



<p class="wp-block-paragraph">Google’s Digital Marketing Evangelist, Avinash Kaushik, might have put it best when he said,&nbsp;<em>“All data in aggregate is ‘crap.’&nbsp;<a href="https://www.kaushik.net/avinash/web-analytics-segments-three-category-recommendations/">Segment absolutely everything</a>.”</em>&nbsp;And in order to segment as much as possible, you need to use custom data. There is an unlimited amount of custom data you could create, in theory, but in this post, we’re going to be talking about the two most common custom data types you should be leveraging in Google Analytics: goals and events.</p>



<h2 class="wp-block-heading" id="header-1">Goals</h2>



<p class="wp-block-paragraph">The custom data type that just about every Google Analytics user will add first is goals. In Google Analytics, goals are actions that users complete on a website and are then collected as conversion metrics.</p>



<h3 class="wp-block-heading">Major Strengths</h3>



<ul class="wp-block-list"><li>Can leverage different attribution reports in Google Analytics like the Model Comparison Tool and Assisted Conversion reports</li><li>Can be set up to track a lot of different behaviors like events or pageviews</li></ul>



<h3 class="wp-block-heading">Major Weaknesses</h3>



<ul class="wp-block-list"><li>Max of 20 goals per view</li><li>Each goal is permanent, and old data can never be deleted if you change a goal</li></ul>



<h3 class="wp-block-heading">Governance</h3>



<ul class="wp-block-list"><li>All goals should be recorded in your website’s measurement document</li><li>Goals should have values associated with them whenever possible</li><li>We recommend naming goals using the following conventions:<ul><li>Whether it is a macro or micro-conversion</li><li>Dash as a delimiter</li><li>Followed by the outcome of the conversion</li><li>For example, “Micro &#8211; Newsletter Sign Up”</li></ul></li></ul>



<p class="wp-block-paragraph">Goals are built into&nbsp;a lot of different reports, so you can see how different dimensions affect goal completions and goal rates. You can see how different sources and campaigns affect goals, or you can see how different landing pages affect goals. Goals also have their own report in the Conversions reports. You can even compare different attribution models. Lastly, goals can be shared with Google Ads, so you can use one source to track both Google Ads and Google Analytics activity.</p>



<p class="wp-block-paragraph">There are two limitations to goals to keep in mind. First, you can only create 20 goals for a view, ever. You can have goals in different views for a single property, but the data cannot be combined in the default Google Analytics. You would need to pull the goal conversions into a third-party tool like Looker, Power BI, or Data Studio to see them all together.</p>



<p class="wp-block-paragraph">The second limitation is that you cannot delete goals. You can rename a goal, and change the rules, but it will still maintain the historical data from its earlier iterations. This can be a problem if you change a goal but try to compare historical trends for that goal. It is a very bad idea to change a goal that has been collecting data.</p>



<p class="wp-block-paragraph">Goals should be named in a consistent manner and with the assumption that they will be used in a third-party system. It is a good idea to identify where the goal came from when it is pulled into a third-party tool.&nbsp; That being said, you can pull additional metrics such as region, device type, or other custom dimensions, in order to help segment goals.</p>



<p class="wp-block-paragraph">Assigning a value to goals is extremely useful when trying to determine your return on ad spend, and also when trying to see how different pages and paths are affecting your overall revenue. For example, if you have a lead submission goal, you should be able to pull a report from your customer database to determine the customer lifetime value (CLV) for customers that came from website lead submissions. Then get the rate of how many lead submissions you receive a year and divide by how many become customers to get your conversion rate. Then take your CLV and multiply by conversion rate to get the average value of your lead submission goal.</p>



<p class="wp-block-paragraph">Ideally, the value is set in Google Tag Manager, so you can dynamically change it if your CLV or conversion rate changes over time.</p>



<p class="wp-block-paragraph">Last, it is good practice to categorize macro and micro conversions. Macro conversions are activities that are directly tied to the success of an organization. Lead submissions, e-commerce transactions, and account creations could all be possible macro conversions.</p>



<p class="wp-block-paragraph">The other key activities on the site that should be tracked are micro conversions. These could include newsletter sign-ups, whitepaper downloads, and job application submissions. They are activities that have some level of correlation with macro conversions.</p>



<p class="wp-block-paragraph">Macro and micro conversions generally work best when your macro conversions are 1-2 lagging metrics on your site (like first-time purchases) and the micro conversions are leading metrics that can help you improve your macro conversion rate. However, micro conversions may not always be something you can directly influence and therefore may not be the best metrics to measure the day-to-day success of your team.</p>



<p class="wp-block-paragraph">Macro vs micro lines can become blurry, especially for non-profit organizations, so a well-planned strategy can help a lot in determining what should be considered a macro conversion.</p>



<h2 class="wp-block-heading" id="header-2">Events</h2>



<p class="wp-block-paragraph">The second-most common custom data type in GA is events. Before Google Tag Manager, events were difficult to set up and were not commonly used. In fact, Google Analytics comes with zero events out of the box.</p>



<h3 class="wp-block-heading">Major strengths</h3>



<ul class="wp-block-list"><li>Can be leveraged to track non-pageview activity on the website</li><li>Can be assigned a value, so you can give a quantitative value to the event; for instance, if you have a load time event, you could use the event value to pass the time it took to load a page</li><li>Has a clear hierarchy of category, action, and label</li><li>Standard and custom dimensions (device type, hostname, page path, etc.) are attached to the event</li><li>Can be leveraged by third-party tools like CallRail to push other user activities into the website</li></ul>



<h3 class="wp-block-heading">Major weaknesses</h3>



<ul class="wp-block-list"><li>You cannot change the category, action, and label structure to match the needs of your site</li><li>Event categories, actions, and labels are dimension data, so they cannot be used as a metric in standard reports; you will need to leverage custom metrics</li><li>A lack of governance can lead to a big mess of data as there are no limits on the number of different events you can track</li></ul>



<h3 class="wp-block-heading">Governance</h3>



<ul class="wp-block-list"><li>All events should be recorded in your website’s measurement document</li><li>We leverage standard events from our template GTM container, so events always have the same naming conventions</li><li>Events are hit level activities and count towards a property’s monthly hit limits; make sure to test that a hit will not exceed these limits<ul><li>Common events that can drive up hits include scroll tracking, timers, or link tracking</li></ul></li><li>A site should leverage as few event categories and actions as possible, and categories and actions should be viewed as mutually exclusive categorical data; labels don’t need to be mutually exclusive</li></ul>



<p class="wp-block-paragraph">Events are dimensions where you can assign three values to an activity on the site — an event category, action and label. Events are generally set up in Google Tag Manager and are designed to capture user activities that are not pageviews. This includes playing videos, clicking on interactive elements, and AJAX forms that don’t fire a new pageview.</p>



<p class="wp-block-paragraph">Events have three attributes: category, action and label. These are normally used as a funnel which gets more specific as you go from category to label.</p>



<p class="wp-block-paragraph">We recommend that categories and actions are mutually exclusive nominal data and the fewer categories you have the better. In our approach, labels do not need to be mutually exclusive, and they can stack infinitely. Labels should be used as a way to search for data, so it is good to have a system for labels. We often store dynamic information about an action in a label like Click Classes, Click ID, and Container ID, which can then help us segment data like if a user clicked the same link from different spots on the page, or how the change of the click text affected conversions over time.</p>



<h2 class="wp-block-heading" id="header-3">When to Use Goals vs. Events?</h2>



<p class="wp-block-paragraph">In short, Google Analytics goals are used to track conversions on your website. If goals are set up correctly, they can help you make important business decisions, like the ones that affect your bottom line. Remember, though, that you can only create 20 goals per view, and once created you cannot delete a goal, and you should not change a goal after it starts collecting data. So be careful in setting up your goals and before you do so, make sure your high-level strategy is solidified.</p>



<p class="wp-block-paragraph">Events in Google Analytics are used to track a wide variety of non-pageview events on your site. Events have three attributes — category, action and label — and these can be used to organize and segment your data on a more granular level.</p>



<p class="wp-block-paragraph">We hope this post provided a good overview of the two most common custom data types in Google Analytics: goals and events. Once you have these mastered, you may find that you have more complex data that does not fit into goals or events. In that case, you will likely have to define your own custom metrics and dimensions in Google Analytics. More on that in a later post.</p>



<p class="wp-block-paragraph">If you feel like there’s still untapped potential in your website’s data <a href="https://hedyandhopp.com/connect-with-us/">get in touch</a>!</p>
<p>The post <a href="https://hedyandhopp.com/blog/google-analytics-custom-data-goals-and-events/">Google Analytics Custom Data: Goals and Events</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
