<?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>Empirical Path</title>
	<atom:link href="https://www.empiricalpath.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.empiricalpath.com/</link>
	<description>Analytics experts for your digital business</description>
	<lastBuildDate>Thu, 02 Dec 2021 18:30:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>‘Not Set’ Landing Pages Getting You Down?</title>
		<link>https://www.empiricalpath.com/insights/not-set-landing-pages/</link>
		
		<dc:creator><![CDATA[Rachel Carmichael]]></dc:creator>
		<pubDate>Thu, 02 Dec 2021 18:27:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3793</guid>

					<description><![CDATA[<p>If you are tracking user interactions, either on-page or server-side, you are likely to have at least some sessions that are not associated with a landing page. This can happen when a session includes no pageviews or when the first hit in a session is not a pageview. There are three potential causes to sessions [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/not-set-landing-pages/">‘Not Set’ Landing Pages Getting You Down?</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" width="1440" height="962" src="https://www.empiricalpath.com/wp-content/uploads/2021/06/hans-peter-gauster-3y1zF4hIPCg-unsplash-1440x962.jpg" alt="" class="wp-image-3794" srcset="https://www.empiricalpath.com/wp-content/uploads/2021/06/hans-peter-gauster-3y1zF4hIPCg-unsplash-1440x962.jpg 1440w, https://www.empiricalpath.com/wp-content/uploads/2021/06/hans-peter-gauster-3y1zF4hIPCg-unsplash-600x400.jpg 600w, https://www.empiricalpath.com/wp-content/uploads/2021/06/hans-peter-gauster-3y1zF4hIPCg-unsplash-862x576.jpg 862w, https://www.empiricalpath.com/wp-content/uploads/2021/06/hans-peter-gauster-3y1zF4hIPCg-unsplash-1536x1026.jpg 1536w, https://www.empiricalpath.com/wp-content/uploads/2021/06/hans-peter-gauster-3y1zF4hIPCg-unsplash.jpg 1920w" sizes="(max-width: 1440px) 100vw, 1440px" /></figure>



<p>If you are tracking user interactions, either on-page or server-side, you are likely to have at least some sessions that are not associated with a landing page. This can happen when a session includes no pageviews or when the first hit in a session is not a pageview.</p>



<p>There are three potential causes to sessions with no landing page in Google Analytics (Universal Analytics; <a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/">GA4 is different</a>). All are connected with event tracking.&nbsp;</p>



<p>To troubleshoot this problem, always start by creating a segment for sessions where the landing page is “not set.” Once you have done that you can begin to identify the likely culprit.&nbsp;</p>



<p>Here are the three main potential causes:</p>



<h2>Server-side events</h2>



<p>Events delivered server-side (via GA&#8217;s Measurement Protocol) often create a distinct session. Because this session does not take place in a browser or follow a pageview, the session does not get attributed to a landing page.<br><br><em>How to troubleshoot</em><strong><em>:</em></strong> Apply your &#8220;not set landings&#8221; segment to an event report such as &#8220;top events.&#8221;&nbsp;</p>



<p>You might now be able to easily recognize which events are server-side. If they are, that is the likely cause and you can consider this to be expected behavior. Your “not set” landing pages are not a sign of a tracking problem.</p>



<p>Conversely, if the associated events are events that take place on pages — you can add &#8220;page&#8221; as a secondary dimension to determine this — this is not likely to be the problem. That’s because events that cause not-set landing pages are not associated with pages at all.</p>



<h2>Session refresh</h2>



<p>When you are tracking on-page events such as video plays and downloads you will sometimes see sessions with not-set landing pages due to &#8220;session refresh.&#8221;&nbsp;</p>



<p>For instance, when a user has left a page open in the browser for longer than the session timeout period (usually 30 minutes) and that user returns and starts interacting again, a new session will begin in Google Analytics — starting with the first hit delivered beyond the timeout.&nbsp;</p>



<p>When that first hit is an event rather than a pageview the session will report a landing page &#8220;not set.&#8221;</p>



<p><em>How to troubleshoot</em><strong><em>:</em></strong> Apply your &#8220;not set landings&#8221; segment to the audience overview report.&nbsp;</p>



<p>If session refresh is causing this issue, that segment will include a disproportionately high percentage of &#8220;returning users.&#8221; That is your first hint that session refresh is the cause.&nbsp;&nbsp;</p>



<p>You can dig a little deeper using the user explorer report. Observe the actions taken by users who have sessions with no landing page.&nbsp;</p>



<p>If they have a normal-looking session (such as one that starts with a pageview) and then the first hit in their next session is an event, and it is more than 30 minutes later than the prior hit, this is likely to be a session refresh.</p>



<h2>Firing order</h2>



<p>A simple implementation mistake also can result in not-set landing pages.&nbsp;</p>



<p>On-page events should not fire before pageviews. However, there are many cases where certain events fire upon page load.</p>



<p>For example, a third-party service might populate additional audience info in an event; a split-testing service might fire an event to indicate that a test experience has been entered; or a scroll tracking event might indicate 25% scroll on page load.&nbsp;</p>



<p>If any of these types of events happen to fire before the pageview tag on the page, that can cause the session to begin without a landing page value.</p>



<p><em>How to troubleshoot</em><strong><em>:</em></strong> Follow the steps above, regarding session refresh.</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/not-set-landing-pages/">‘Not Set’ Landing Pages Getting You Down?</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google Analytics 4 Frequently Asked Questions</title>
		<link>https://www.empiricalpath.com/insights/google-analytics-4-faq/</link>
		
		<dc:creator><![CDATA[Elizabeth Brady]]></dc:creator>
		<pubDate>Tue, 05 Oct 2021 16:27:11 +0000</pubDate>
				<category><![CDATA[Analytics Customization]]></category>
		<category><![CDATA[Google]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3732</guid>

					<description><![CDATA[<p>Google recently announced&#160;the rollout of Google Analytics 4, the future version of its analytics platform. Our analytics team has compiled a few key initial questions (and answers!) about GA4, with more to come. Do I need to start over on the analytics implementation we just did recently? I heard this version of GA4 previously referenced [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/google-analytics-4-faq/">Google Analytics 4 Frequently Asked Questions</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="633" height="424" src="https://www.empiricalpath.com/wp-content/uploads/2021/04/image-1.png" alt="" class="wp-image-3758" srcset="https://www.empiricalpath.com/wp-content/uploads/2021/04/image-1.png 633w, https://www.empiricalpath.com/wp-content/uploads/2021/04/image-1-597x400.png 597w" sizes="(max-width: 633px) 100vw, 633px" /></figure>



<p>Google <a href="https://www.empiricalpath.com/insights/looking-ahead-to-the-new-google-analytics-first-steps/">recently announced</a>&nbsp;the rollout of Google Analytics 4, the future version of its analytics platform. Our analytics team has compiled a few key initial questions (and answers!) about GA4, with more to come.</p>



<ul><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#analytics-implementation" rel="nofollow">Do I need to start over on the analytics implementation we just did recently?</a></li><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#app-web">I heard this version of GA4 previously referenced as App+Web. Since our organization doesn&#8217;t have a mobile app, do I still need to migrate?</a></li><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#sampling">Does the new GA4 have any sampling?</a></li><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#engagement-metrics">What happened to engagement metrics such as bounce rate and time on page/site?</a></li><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#engagement-time">How is the new engagement time metric calculated?</a></li><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#remarketing">Can I use GA4 to build audiences for remarketing across the Google Marketing Platform, Salesforce Marketing Cloud, etc.?</a></li><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#360-free">Is there a paid (360) version of GA4 or is there only a free version?</a></li><li><a href="https://www.empiricalpath.com/insights/google-analytics-4-faq/#bigquery-free">I don&#8217;t have GA360. Can I export GA4 data to BigQuery for free?</a></li></ul>



<p id="analytics-implementation"><span class="has-inline-color has-white-color">analytics-implementation</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>Do I need to start over on the analytics implementation we just did recently<strong>?</strong></h2>



<p>No. For organizations that have implemented robust analytics tracking using a tag management solution such as Google Tag Manager, it’s a matter of setting up GA4 tags with existing Triggers and Variables that have already been set up for UA. Hard-coded gtag implementation also requires only a simple, one-line addition of the Measurement ID for a GA4 data stream for standard GA4 tracking.</p>



<p>However, organizations should ensure that their new GA4 implementation takes into account the new GA4 naming convention. Pageviews are now another event. Event naming is much more flexible, which puts the onus for event naming, attributes and governance on the implementer. Custom dimensions are now hit-scoped by default and collected as event parameters with event hits. Session-scoped custom dimensions are no longer available and user-scoped custom dimensions are collected with user properties. Defunct Universal Analytics-specific definitions and functions such as content grouping and customTask — a feature of the UA javascript library that enables additional capabilities to get or set custom values when building the hit — are not yet available in GA4.&nbsp;</p>



<p>Resist the urge to simply map your event category, action and label over to GA4 and instead thoughtfully take the opportunity to rethink your new event schema. As GA4 will be the new standard going forward, it makes sense to take the time to carefully plan out your reimplementation to ensure scalable and digestible reporting.&nbsp;</p>



<p>Keep in mind that GA4 now allows for event renaming and creation in the interface, which leaves room for some trial and error if an event name or attribute needs to be changed post-implementation.&nbsp;</p>
</div></div>



<p id="app-web"><span class="has-inline-color has-white-color">app web</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>I heard this version of GA4 previously referenced as App+Web. Since our organization doesn&#8217;t have a mobile app, do I still need to migrate?</h2>



<p>Though Google first branded this new property type as App+Web in 2019, GA4 is an overhaul of Universal Analytics and is designed for any organization to use, even those without a native iOS or Android mobile application.<br>&nbsp;<br>We strongly recommend that organizations begin a roadmap to implement GA4 in 2021 while keeping their Universal Analytics implementation alive. For organizations that do not have a mobile app, you can still utilize GA4’s new streams feature and create a stream for your desktop site.</p>



<p>If an organization has an app and a website, GA4 offers the added benefit of unifying users across their app and website experiences. Organizations can choose to enable “Google signals data collection” in Data Collection settings and “By User ID and Device” in the Default Reporting Identity settings. By turning on this functionality, GA4 will first use a persistent user ID (usually captured upon authentication) to stitch together users across platforms. When a unique user ID does not exist, Google will use Google Signals — leveraging data collected from authenticated Google users who have turned on Ads Personalization — to stitch together a holistic view on multiple devices and browsers.</p>
</div></div>



<p id="sampling"><span class="has-inline-color has-white-color">sampling</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>Do<strong>es the new GA4 have any sampling?</strong></h2>



<p>There is no sampling for any GA4 standard reports. While Universal Analytics has limits of 500,000 sessions for a given data set within the specified date range in the property before sampling kicks in, GA4 reports do not have sampling even with additional dimensions applied. This allows users to apply dimensions and segments in the standard interface without worrying about the dreaded yellow sampling icon. GA4 also does not have an overall hit limit, as the measurement paradigm shifts over to event-based tracking, compared with the previous 10 million hits per month limit in UA.</p>



<p>The full data set is also available for export to BigQuery with no sampling. There is some sampling on Analysis Hub, “a collection of advanced analysis techniques that go beyond the standard reports” that 360 users have sneak-previewed. Analysis Hub is a key feature that GA4 has made available to all users for deeper ad-hoc analysis with an easy-to-use drag-and-drop interface.&nbsp;</p>



<p>Sampling does apply when the queried data set exceeds the quota for free accounts, which is 10 million events. Sampling aside, for properties with a robust implementation Analysis Hub allows for the type of flexible analysis long desired by analysts. Users can now leverage different templates such as Exploration, Funnels, Path and Segment Overlap to explore their data.&nbsp;</p>



<p>The funnel report, in particular, allows users the flexibility to define a sequence of events (page views or a user interaction) with the ability to drag and drop segments and apply filters to discover top conversion paths and friction points.</p>
</div></div>



<p id="engagement-metrics"><span class="has-inline-color has-white-color">engagement metrics</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>What happened to engagement metrics such as bounce rate and time on page/site?</h2>



<p>GA4 dropped the problematic and easy-to-manipulate “bounce rate” in GA4 and instead integrated several new engagement metrics — engaged sessions, engagement rate, engaged sessions per user and average engagement time. These metrics can be found under “acquisition” rather than “engagement” in GA4. Google defines an engaged session as a session “that lasted longer than 10 seconds, or had a conversion event, or had two or more screen or page views.” Many analysts will welcome the blend of time and action into a single, simplified metric.</p>



<p>Google provides a bit more detail about how it measures engagement with its definition for the new “average engagement time.” Engaged time is defined as “length of time that the app was in the foreground, or the web site had focus in the browser.” This is a much more nuanced measurement than “session duration” in Universal Analytics, which simply calculates the amount of time between the first and last interactive hits without considering the amount of time a user may have switched to another tab in the browser.&nbsp;</p>



<p>To compute engagement time Google collects a parameter “engagement_time_msec” (milliseconds of engagement) along with enhanced measurement events such as scrolls, custom events and additionally the event “user_engagement” if needed. Given that user_engagement seems to be little other than a vehicle for sending the engagement time parameter, it’s surprising that Google provides details for user_engagement in the events reports. In Google GA4 <a href="https://support.google.com/analytics/answer/9234069?hl=en" target="_blank" rel="noreferrer noopener">documentation about automatically collected events</a>, Google explains an event is collected when the app or web page is opened and “periodically, while the app is in the foreground.” Engagement time is then summed per session and averaged to calculate the “average engagement rate.”</p>
</div></div>



<p id="engagement-time"><span class="has-inline-color has-white-color">engagement time</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>How is the new engagement time metric calculated?</h2>



<p>GA4 now collects an “engagement time” parameter (an event level attribute to collect details for reporting) along with many of the site interactive events and, when needed to collect engagement details, a new event called user_engagement. Conversely, if a user switches to another browser window (or minimizes an app) the time the app or browser window is minimized is not included as engagement time. The engaged time is used to determine whether a session qualifies as an “engaged session.”&nbsp;</p>



<p>Summing up the engagement time creates a much more accurate measurement of actual user engagement than existing “session duration” or “average time on page” in Universal Analytics. While it has been possible to collect engagement time with custom code in Universal Analytics, this new out-of-the-box metric is a welcome addition to the GA4 platform.</p>
</div></div>



<p id="remarketing"><span class="has-inline-color has-white-color">remarketing</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>Can I use GA4 to build audiences for remarketing across the Google Marketing Platform, Salesforce Marketing Cloud, etc.?</h2>



<p>In the free version of GA4, publishing remarketing audiences is expanded to publishing audiences not only to Google Ads only, but also to DV360, SA360 and CM360. With the free version you are limited to 100 audiences for each of these platforms. The upgrade to GA4 360 increases the audience limit to 400, plus advertisers will be able to publish remarketing audiences to Salesforce Marketing Cloud. Another major change is that as soon as you create new audiences in GA4 they’re automatically published to your linked Google Ads account; no extra step is required, as with the current Google Analytics.&nbsp;</p>



<p>Moreover, users can be actively removed from a published audience. Previously, once a user was added to an audience they would remain in that audience until they hit the membership duration limit or you unpublish or close the audience. For example, if you add a non-customer to a remarketing audience with a membership duration of 30 days but that user makes a purchase seven days later, in Universal Analytics they’d remain in the non-customer audience for the entire 30 days. In GA4 they’d be removed as soon as the purchase is completed. You could of course work around this by using a customer audience for exclusion or suppression in the ad-buying platform, but this new “state-based” audience really makes managing this more efficient.</p>
</div></div>



<p id="360-free"><span class="has-inline-color has-white-color">360 free</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>Is there a paid (360) version of GA4 or is there only a free version?&nbsp;</h2>



<p>Google will roll out a 360 version of GA4 in 2022, for now officially referred to as “New GA360.” This paid version of GA4 will offer service-level agreements (SLAs) for business critical items such as the BQ Export and data collection and processing, higher limits for audiences, conversions, custom dimensions and metrics and more.&nbsp;</p>



<p>Perhaps the biggest difference is that the 360 version of GA4 introduces both a lower entry price point for lower volume websites and apps and a dynamic pricing feature that only charges for actual use (events) above a base fee.&nbsp;</p>



<p>Previously, a website with 25 million hits would pay the same subscription fee as a site with 500 million. Now that base fee is much lower for the former and hits that go above 25 million are charged a variable price that decreases as volume increases.</p>



<p>For example, if the hits rise to 30 million the incremental charge is smaller than it would be based on current pricing tiers, and the increase at a very high volume — more than 1 billion hits a month — is even smaller.</p>



<p>Note that the New GA360 pricing will be based on events not hits, so while this article uses the terms interchangeably, they are a different metric and are often not one-to-one. Google estimates a site will have more events in GA4 than hits in Universal Analytics.</p>



<p>The free version of GA4 will still come with some great features previously available only with a GA360 subscription. The most valuable of these undoubtedly is free BigQuery export. While users of standard GA already can take advantage of the reporting or management APIs, these simply don’t stack up to the depth of data available in the BigQuery export and require development effort. So this is a huge value!</p>



<p>Another major feature in GA4, formerly only available via a GA360 subscription, is custom funnel analysis and reports. In fact, not only are these now free but they’re much more intuitive and easy both to create and view in GA4.</p>
</div></div>



<p id="bigquery-free"><span class="has-inline-color has-white-color">bigquery free</span></p>



<p><span class="has-inline-color has-white-color">blank</span></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>I don&#8217;t have GA360. Can I export GA4 data to BigQuery for free?</h2>



<p>Organizations that have implemented GA4 can export their raw, unsampled data to BigQuery for free. Users can select to have the data exported once a day or intraday for faster access to same-day data. Teams that have selected to export their data are subject to the same active storage and processing limits as the <a href="https://cloud.google.com/bigquery/pricing#free-tier"><strong>free BigQuery tier</strong></a>, with 10 GB of active storage and 1 TB of processed query data per month.</p>



<p>Once a premium feature, now all customers can access hit-level, raw GA4 data inside BigQuery for powerful querying and inexpensive data storage on an almost real-time basis. The integration between GA4 and BQ is a simple click in the admin section once your BQ project has been created. Analysts can choose the data location and streaming frequency and data will start flowing into BigQuery almost immediately.</p>
</div></div>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container"></div></div>
</div></div>
</div></div>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/google-analytics-4-faq/">Google Analytics 4 Frequently Asked Questions</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>A Better Understanding of Digital Privacy</title>
		<link>https://www.empiricalpath.com/insights/a-better-understanding-of-digital-privacy/</link>
		
		<dc:creator><![CDATA[Elizabeth Brady]]></dc:creator>
		<pubDate>Mon, 13 Sep 2021 22:32:02 +0000</pubDate>
				<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Service Offerings]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3810</guid>

					<description><![CDATA[<p>All of the changes in the digital privacy landscape over the past few years have been challenging to follow. Digital marketers are scrambling to keep up with a variety of issues, including the death of third-party cookies in many browsers, user opt-in requirements for cross-app and website tracking with the release of iOS 14.5, and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/a-better-understanding-of-digital-privacy/">A Better Understanding of Digital Privacy</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1440" height="960" src="https://www.empiricalpath.com/wp-content/uploads/2021/09/markus-winkler-afW1hht0NSs-unsplash-1440x960.jpg" alt="" class="wp-image-3811" srcset="https://www.empiricalpath.com/wp-content/uploads/2021/09/markus-winkler-afW1hht0NSs-unsplash-1440x960.jpg 1440w, https://www.empiricalpath.com/wp-content/uploads/2021/09/markus-winkler-afW1hht0NSs-unsplash-600x400.jpg 600w, https://www.empiricalpath.com/wp-content/uploads/2021/09/markus-winkler-afW1hht0NSs-unsplash-864x576.jpg 864w, https://www.empiricalpath.com/wp-content/uploads/2021/09/markus-winkler-afW1hht0NSs-unsplash-1536x1024.jpg 1536w, https://www.empiricalpath.com/wp-content/uploads/2021/09/markus-winkler-afW1hht0NSs-unsplash.jpg 1920w" sizes="(max-width: 1440px) 100vw, 1440px" /></figure>



<p>All of the changes in the digital privacy landscape over the past few years have been challenging to follow. Digital marketers are scrambling to keep up with a variety of issues, including the death of third-party cookies in many browsers, user opt-in requirements for cross-app and website tracking with the release of <a href="https://support.apple.com/en-us/HT212025">iOS 14.5</a>, and the continued rollout of <a href="https://iapp.org/resources/article/us-state-privacy-legislation-tracker/">regional privacy regulations</a>.&nbsp;</p>



<p>At Empirical Path, we recommend a few steps to adapt to these changes and those on the horizon.&nbsp;&nbsp;</p>



<h2><strong>Adopt Site-wide Tagging and First-Party Cookies</strong></h2>



<p>Following the death of third-party cookies in Safari and Firefox and the increasing number of users opting out of third-party cookies in other browsers, conversion tracking has moved to first-party cookies, which are set in the domain of the host website. A solid first-party tracking solution starts with site-wide tags. Examples of site-wide tags (which means tagging all pages of a website) include — for the Google stack — Google Tag Manager with conversion linker, gtag.js, or site-wide Google Analytics with GA imported conversions. For ad platforms such as Facebook, this means site-wide pixels.&nbsp;</p>



<p>With site-wide tags, the ad click data is captured in a cookie on the user’s landing page after a click-through from an ad. The data is then stored so it’s available to be appended to conversion events on conversion pages. Both <a href="https://support.google.com/google-ads/answer/10591309?hl=en">Google</a> and Facebook ads have moved to setting first-party cookies, though <a href="https://www.facebook.com/business/help/471978536642445?id=1205376682832142">Facebook ads</a> set both first- and third-party cookies. While some browsers (namely Safari) have decreased the lifespan of first-party cookies, the first line of defense in preserving measurement today rests on building a solid site-wide first-party cookie tracking solution.</p>



<h2><strong>Invest in First Party Data</strong></h2>



<p>Because third-party marketing such as remarketing to your site visitors across ad networks is now limited, our general advice is to instead invest in augmenting first-party data. In addition to first-party cookie collection, incentivising users to register, log in, and opt-in to sharing contact information such as an email address, provides an opportunity to engage in a dialogue directly with current&nbsp; and potential customers. This data also can be uploaded to ad networks to create “lookalike” audiences to target.</p>



<p>Customer Data Platforms (CDPs, such as our partners <a href="https://www.empiricalpath.com/partners/tealium/">Tealium</a> or <a href="https://www.empiricalpath.com/partners/segment/">Segment</a>) provide a platform for managing all customer data, such as site activity, CRM data, and sales data, in a single location, leveraging all of these data points for additional marketing. Alternatively, customer data can be imported into Google Analytics to add customer attributes to a customer identifier. We recently spearheaded GMP audience creation based on nuances like current products subscribed and customer buckets, combined with recent site activity for more targeted and powerful marketing.</p>



<h2><strong>Embrace Conversion Modeling and Modified Tracking Methods</strong></h2>



<p>It&#8217;s important to keep up to date as marketing platforms evolve their methods to report conversions.</p>



<p>Google now integrates “<a href="https://support.google.com/analytics/answer/9976101?hl=en">consent mode</a>” in Google Tag Manager and gtag, which provides the ability to adjust the type of data sent to Google tags based on a user’s consent status. This allows Google to continue collecting privacy-compliant data (including “cookieless pings” for GA4) without violating user privacy preferences. Google ad tags can leverage consent status to estimate conversion volume loss due tracking preferences. <a href="https://support.google.com/google-ads/answer/10081327/about-modeled-online-conversions?hl=en">Modeled (estimated) conversions</a> can also fill in gaps when view-through and cross-device conversions can’t be collected due to browser limitations.</p>



<p>So what is conversion modeling? Google explains it as a way to estimate directly unobservable data; for instance, data protected by user privacy settings or technical limitations. These estimated conversions are then included in campaign conversion totals in order to improve campaign management.</p>



<p>Google is also rolling out <a href="https://support.google.com/google-ads/answer/10172785/set-up-enhanced-conversions-with-google-tag-manager-beta#zippy=%2Cfind-enhanced-conversions-variables-on-your-conversion-page%2Cenable-enhanced-conversions-in-google-tag-manager-tag%2Cidentify-enhanced-conversions-css-selectors-and-input-into-google-tag-manager%2Cidentify-and-define-your-enhanced-conversions-variables%2Cpre-hashed-data-is-being-provided-in-your-enhanced-conversions">enhanced conversions</a> to provide a way to send hashed first-party data (like an email address or phone number) matched against a Google account, rather than cookies, for conversion tracking. This method can vastly improve view-through attribution, which is usually reliant on third-party cookies.</p>



<p>Facebook’s <a href="https://www.facebook.com/business/help/721422165168355">Aggregated Event Measurement</a> represents that platform’s workaround for privacy-compliant conversion tracking on Apple devices. Follow their instructions to set up a limited number of key conversion events and rank them in order of importance. Also note that given the shortened lifespan of cookies, some of Facebook’s attribution windows (28-day click-through, 28-day view-through, and 7-day view-through) are no longer available.</p>



<h2><strong>Building on User Trust </strong></h2>



<p>Above all, be as transparent as possible about the data you collect and its uses, then give users the ability to opt out. If a user ID is collected with analytics, you may need user consent and you definitely need to acknowledge this and any plans to link user activity to CRM data in an updated privacy policy.</p>



<p>Consider <a href="https://www.empiricalpath.com/insights/gdpr-risk-matrix-for-web-analytics-customers/">regional regulations</a> and adjust data collection and settings as needed. For example, <a href="https://support.google.com/analytics/answer/7532985?hl=en&amp;utm_id=ad#zippy=%2Cin-this-article">Google Signals</a> (which allows sites to both access cross-device reporting for Google’s signed-in users and market to them) can be managed by country or state to limit data sharing for specific locations.</p>



<p>The web has always changed and will always change, presumably for the better for all of us. Understanding the rules of the road when it comes to analytics and data analysis is a tool for deeper understanding, something we at Empirical Path work hard to provide to our clients every day. Staying a step ahead of those changes is the key to continuing to refine the disparate flow of user touches into a clear, actionable picture for your organization.&nbsp; &nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/a-better-understanding-of-digital-privacy/">A Better Understanding of Digital Privacy</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>For Finance Marketers, Google Analytics 4 Presents Big Opportunities</title>
		<link>https://www.empiricalpath.com/insights/for-finance-marketers-google-analytics-4-presents-big-opportunities/</link>
		
		<dc:creator><![CDATA[Elizabeth Brady]]></dc:creator>
		<pubDate>Fri, 11 Dec 2020 23:18:55 +0000</pubDate>
				<category><![CDATA[Analytics Customization]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Marketing Attribution]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3716</guid>

					<description><![CDATA[<p>Google Analytics recently announced the rollout of Google Analytics 4, the future version of its analytics platform. The new GA4 integrates innovative features to the core of the reporting suite that marketers in the finance sector will find particularly compelling. In particular, new capabilities &#8212; such as more extensive cross-device tracking, machine learning, and a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/for-finance-marketers-google-analytics-4-presents-big-opportunities/">For Finance Marketers, Google Analytics 4 Presents Big Opportunities</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1440" height="961" src="https://www.empiricalpath.com/wp-content/uploads/2020/12/GA4-1440x961.jpg" alt="" class="wp-image-3713" srcset="https://www.empiricalpath.com/wp-content/uploads/2020/12/GA4-1440x961.jpg 1440w, https://www.empiricalpath.com/wp-content/uploads/2020/12/GA4-600x400.jpg 600w, https://www.empiricalpath.com/wp-content/uploads/2020/12/GA4-863x576.jpg 863w, https://www.empiricalpath.com/wp-content/uploads/2020/12/GA4-1536x1025.jpg 1536w, https://www.empiricalpath.com/wp-content/uploads/2020/12/GA4.jpg 2000w" sizes="(max-width: 1440px) 100vw, 1440px" /></figure>



<p>Google Analytics<a href="https://www.empiricalpath.com/insights/looking-ahead-to-the-new-google-analytics-first-steps/"> recently announced</a> the rollout of Google Analytics 4, the future version of its analytics platform. The new GA4 integrates innovative features to the core of the reporting suite that marketers in the finance sector will find particularly compelling. In particular, new capabilities &#8212; such as more extensive cross-device tracking, machine learning, and a revamped reporting interface &#8212;  all represent opportunities that savvy finance marketers would be wise to leverage. </p>



<h2><strong>Enhanced identity resolution</strong></h2>



<p>The current version of Google Analytics forces users to choose between two distinct views of their data. Analysts can use the <a href="https://www.empiricalpath.com/insights/universal-analytics-unveiled/">&#8220;user ID&#8221; reporting view to analyze logged-in user data</a>, or the standard reporting view which leverages device / cookie level view to identify a user. Both of these views present challenges for digital marketers. The “user ID” view presents data only from the subset of users who are in a logged-in state, while the device/cookie level view treats every new instance of a cookie from a device or browser as a new user, which results in significant overcounting. Users who delete their cookies regularly are also likely to be double-counted and can overstate the volume of “new” users.</p>



<p>For industries that tend to have a longer sales cycle — including insurance, investing, lending, and banking — this problem is exacerbated. Users are more likely to perform research from more than one device or to have cleared their cookies at some point during their journey, making it difficult to accurately attribute conversions to initial campaigns. Google Analytics 4 offers a potential solution by blending user identifiers and using the best-known identifier — whether that’s a customer ID or a cross-device user identified by a Google account, or if neither option is available, then by the device. The resulting reports present a more accurate view of true website users.</p>



<h2><strong>Privacy-first design</strong></h2>



<p>A broad shift toward greater individual privacy has created headaches for digital marketers, who now face a higher level of regulatory scrutiny.&nbsp; However, compliance issues are likely familiar to finance professionals. In an industry accustomed to constant monitoring by the Financial Regulatory Authority (FINRA) and other regulatory bodies, maintaining compliance standards is paramount. Consumers are more focused on digital privacy than ever, leading regulators and business leaders to craft new policies. Legislation like the <a href="https://www.empiricalpath.com/insights/gdpr-risk-matrix-for-web-analytics-customers/">European Unions’ General Data Protection Regulation (GDPR)</a> and the California Consumer Privacy Act (CCPA) and moves by browsers to limit the lifespan of third-party cookies have all curtailed marketers’ ability to collect and store consumer data while granting users more control over where and how their data is used. Google Analytics 4 is designed with this new landscape in mind and offers features like machine learning to augment collected data, helping to offset some of the data losses resulting from users opting out and the deprecation of third-party cookies.&nbsp;</p>



<h2><strong>Cross-device attribution</strong></h2>



<p>Enhanced identity resolution will dramatically improve user reporting and provide more accurate attribution for any marketer in a sector with a long sales cycle.&nbsp; If a user with a Google account (who has not opted out of ‘ads personalization’) clicks on an email from a mobile device, then returns to browsing, only to submit a lead form later from a desktop, the marketing team will be able to connect that lead back to the original email. Ultimately, it will<a href="https://www.empiricalpath.com/insights/the-benefits-of-marketing-attribution/"> improve marketers ability to attribute impact and to assign resources more efficiently</a>.&nbsp;</p>



<h2><strong>Simplified data model and BigQuery export</strong></h2>



<p>The financial industry has been ahead of the curve in its investment in proprietary data lakes, but integrating analytics data with the existing iteration of Google Analytics can be challenging for non-360 customers limited to API feeds. The updated platform includes a simplified data schema as well as the ability for non-<a href="https://www.empiricalpath.com/services/google-analytics-360/">Google Analytics 360</a> customers to export granular event-level data to BigQuery, making it easier to analyze, query, and transform the type of data that financial marketers capture.&nbsp;</p>



<h2><strong>What’s next?&nbsp;</strong></h2>



<p>Changes to critical tools like Google Analytics can create headaches, but GA4 brings with it a host of new opportunities for financial marketers to strengthen their existing strategies. The key for most will be to look for ways to leverage a new and expanded toolkit to build reporting that accommodates that natural length of the financial sales cycle and to use that reporting to build deeper relationships and greater understanding of the finance consumer. <a href="https://www.empiricalpath.com/contact/">Contact us if we can help.</a></p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/for-finance-marketers-google-analytics-4-presents-big-opportunities/">For Finance Marketers, Google Analytics 4 Presents Big Opportunities</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Experience Is Everything: How Financial Marketers Leverage Analytics to Make Better Digital Experiences</title>
		<link>https://www.empiricalpath.com/insights/experience-is-everything-how-financial-marketers-leverage-analytics-to-make-better-digital-experiences/</link>
		
		<dc:creator><![CDATA[Brian Martin]]></dc:creator>
		<pubDate>Fri, 11 Dec 2020 23:08:49 +0000</pubDate>
				<category><![CDATA[Analytics Customization]]></category>
		<category><![CDATA[Campaign Measurement]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Marketing Attribution]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3712</guid>

					<description><![CDATA[<p>Even before the world was gripped by the COVID-19 pandemic, most industries were seeing customer interactions shift from in-person and telephone to digital. The pandemic has accelerated this trend, and financial institutions are no exception. When it comes to attracting, retaining, and serving clients, the creation of efficient, effective digital experiences is more important than [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/experience-is-everything-how-financial-marketers-leverage-analytics-to-make-better-digital-experiences/">Experience Is Everything: How Financial Marketers Leverage Analytics to Make Better Digital Experiences</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1440" height="960" src="https://www.empiricalpath.com/wp-content/uploads/2020/12/marketing-analytics-1440x960.jpg" alt="" class="wp-image-3715" srcset="https://www.empiricalpath.com/wp-content/uploads/2020/12/marketing-analytics-1440x960.jpg 1440w, https://www.empiricalpath.com/wp-content/uploads/2020/12/marketing-analytics-600x400.jpg 600w, https://www.empiricalpath.com/wp-content/uploads/2020/12/marketing-analytics-864x576.jpg 864w, https://www.empiricalpath.com/wp-content/uploads/2020/12/marketing-analytics-1536x1024.jpg 1536w, https://www.empiricalpath.com/wp-content/uploads/2020/12/marketing-analytics.jpg 2000w" sizes="(max-width: 1440px) 100vw, 1440px" /></figure>



<p>Even before the world was gripped by the COVID-19 pandemic, most industries were seeing customer interactions shift from in-person and telephone to digital. The pandemic has accelerated this trend, and financial institutions are no exception. When it comes to attracting, retaining, and serving clients, the creation of efficient, effective digital experiences is more important than ever. And the foundation of any digital strategy is built on a mastery of marketing analytics.&nbsp;</p>



<p>In<a href="https://www.emarketer.com/content/pandemic-causes-financial-services-advertisers-emphasize-online-banking" target="_blank" rel="noreferrer noopener"> a recent study published by eMarketer</a>, 73% of consumers reported themselves more likely to access digital banking services online in April 2020 as a result of the pandemic. This shift to digital platforms has led the financial services industry to increase its digital advertising spend by 9.7% in 2020, with projected spend reaching $19.62 billion. For those dollars to deliver results, however, financial marketers will need to enhance their ability to leverage marketing analytics to optimize campaigns and build better, more efficient digital experiences to capture and retain these new users. </p>



<p>For financial institutions, success in digital means focusing on conversion optimization across all channels. Product managers need analytics to guide them as they build, measure, analyze, and refine digital experiences that not only obtain new customers and members but also improve retention rates by delivering customers the services they need as directly as possible. Analytics help marketers to determine what content, messages, and targeted promotions will attract new customers and deepen relationships with existing customers. They also provide insight that can be used to build better forms and applications, reduce friction, curb abandonment, and drive higher conversion rates.&nbsp;</p>



<p>To help financial marketers begin to leverage marketing analytics, Empirical Path has distilled some of the key insights we gained from working with clients across industries, as well as our deep relationships with clients in the financial services sector. Here are a few important opportunities to consider when optimizing digital experiences for your customers and members:&nbsp;</p>



<h2><strong>Cross-Device and Cross-Property Tracking</strong></h2>



<p>Most financial services have a longer-than-average consideration cycle, so it’s likely that your potential customers will be researching your products and services across multiple devices. That’s why it’s critical to be able to identify and track users as they migrate from mobile devices to desktop, ensuring that they receive the right messages and promotions in the right sequence to create the optimal conditions for conversion. <a href="https://www.empiricalpath.com/insights/looking-ahead-to-the-new-google-analytics-first-steps/">The latest rollout of Google Analytics 4</a> brings with it significant enhancements to cross-device attribution that makes it easier to trace users across lengthy sales cycles using a blend of user login, Google Signals, and device IDs. </p>



<p>It’s equally important that financial marketers be equipped to view users’ data holistically across all properties. As product teams roll out new and enhanced mobile apps to complement existing online services, it’s critical to be able to track and aggregate identified user data across both mobile apps and the web. Users that begin their journey on the web should be able to complete a seamless process on mobile or vice versa. This entire journey should be mappable so that more comprehensive and efficient user experiences can be created over time. Siloing user data risks creating wildly divergent experiences on web and mobile applications that can frustrate consumers and lead to churn.&nbsp;</p>



<h2><strong>Segmentation and Attribution</strong></h2>



<p>Understanding a long path to purchase requires careful attention to attribution. <a href="https://www.empiricalpath.com/insights/utms-to-create-business-value/">All external links should be tracked using UTM codes</a>, including social media, targeted emails, paid and organic search, and advertising creatives. Differentiating between all your external links and tracking link-specific traffic will help your team to ascertain which messages and channels are driving the users to visit your pages and which pages and content are most attractive to them once they arrive. Marketers should focus on building an attribution model that best reflects their most likely path to purchase. For services with longer consideration paths, it may be advantageous to pursue a multitouch model to derive additional insight about which messages are most influential to the purchase process and which lower-consideration services may benefit from a more direct model, such as simple last-touch. <a href="https://www.empiricalpath.com/insights/the-benefits-of-marketing-attribution/">Empirical Path’s attribution specialist, Lachlan Brown</a>, can help you to build a model that best fits your business and customers</p>



<p>Although it’s critical to understand how users arrive on your pages, it’s equally important to understand who those users are. Financial services are highly personal and vary widely depending on the consumer’s circumstances and life-stage. Recent graduates in their first jobs need radically different services than older customers who are in the latter stages of retirement or even estate planning. <a href="https://www.empiricalpath.com/insights/how-to-distinguish-prospects-from-returning-members-on-your-marketing-site/">Segmenting your audience by key traits</a> and demographic characteristics allows you to deliver the right messages to the right audiences and reduce waste. Teenagers will likely be unmoved by home loan products in the same way that seniors most likely won’t need student loans. Tying this demographic data into your internal personalization software and CMS tools will allow you to create more relevant experiences that extend all the way from consumers’ first contact with your ad to their time on your site. </p>



<h2><strong>Testing and Optimization&nbsp;</strong></h2>



<p>Building new digital experiences means developing pages of new content, forms, and calls to action as well as building new customer journey funnels to drive potential consumers from consideration to conversion. But with a flood of new potential customers comes new sets of needs and preferences that marketers may not anticipate. It’s critical for digital teams to build up the tools and tactics necessary not just to assemble new content but also to constantly improve it through testing and optimization.&nbsp;</p>



<p>In its simplest form, this could involve <a href="https://www.empiricalpath.com/services/testing-personalization/">A/B testing</a> two or more options for headline copy or content to see whether there is a meaningful difference in performance. To find the optimal combination needed to produce results, more complex products and services may require applying a multivariate testing model (MVT) to test not only which content and copy works best alone but also to see how various pieces of content work together. Some combinations of content and CTA may be more potent than others, and MVT allows marketers to test a wide variety of combinations to quickly land on the most effective versions of each piece of content. Of course, none of this is possible without capturing informative analytics that reflects performance as well as progress toward a set of decisive marketing goals. </p>



<h2><strong>Data Export and Transformation</strong></h2>



<p>Capturing the right data is key, but it’s equally important to be able to export, manipulate, and transform that data across a variety of tools and platforms. <a href="https://www.empiricalpath.com/insights/looking-ahead-to-the-new-google-analytics-first-steps/">The latest edition of Google Analytics</a> provides some assistance in this area, making exports to popular data warehouses like <a href="https://www.empiricalpath.com/insights/case-study-motley-fool-google-analytics-360/">BigQuery</a> simpler and more efficient. Google offers a host of tools for capturing and interpreting data, but it’s often necessary to combine data sets and perform complex calculations — two functions that are not easily completed within the Google Analytics environment. </p>



<p>Once web analytics are exported, they can be more easily integrated with other forms of marketing-adjacent data, including profitability and performance statistics and pricing data, as well as the product of other business analysis tools. This will enable digital teams to perform critical calculations like mean and standard deviations, which can help marketers build probabilistic models to guide future campaigns.&nbsp;</p>



<h2><strong>The Big Picture</strong></h2>



<p>Digital experience is only going to become more central to the delivery of financial services. Building a great digital experience is the key to attracting customers during the current crisis and to retaining them into the future as services across every industry become more integrated and digital. Analytics provide marketers and digital product teams with the insights to give customers what they want, meet their expectations, and anticipate their future needs. As a flood of new finance industry customers adopts digital tools and services for the first time, some of the existing assumptions about customer needs will need to be updated to reflect the needs of these new audiences. Analytics is an essential tool to do this. Fortunately, Empirical Path is ready to help. <a href="https://www.empiricalpath.com/contact/">Contact us today</a> to speak with a <a href="https://www.empiricalpath.com/about/">measurement expert</a>.</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/experience-is-everything-how-financial-marketers-leverage-analytics-to-make-better-digital-experiences/">Experience Is Everything: How Financial Marketers Leverage Analytics to Make Better Digital Experiences</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Looking ahead to the new Google Analytics: first steps</title>
		<link>https://www.empiricalpath.com/insights/looking-ahead-to-the-new-google-analytics-first-steps/</link>
		
		<dc:creator><![CDATA[Elizabeth Brady]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 17:28:33 +0000</pubDate>
				<category><![CDATA[Analytics 360]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3702</guid>

					<description><![CDATA[<p>By now you’ve probably heard about a new version of Google Analytics, called GA4. It has been more than seven years since Google introduced its last platform overhaul with Universal Analytics. The new GA4 transforms how we look at analytics by marrying user data from mobile apps and traditional desktop websites. Here are some of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/looking-ahead-to-the-new-google-analytics-first-steps/">Looking ahead to the new Google Analytics: first steps</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1123" height="251" src="https://www.empiricalpath.com/wp-content/uploads/2020/11/GA4-cropped.png" alt="" class="wp-image-3706" srcset="https://www.empiricalpath.com/wp-content/uploads/2020/11/GA4-cropped.png 1123w, https://www.empiricalpath.com/wp-content/uploads/2020/11/GA4-cropped-600x134.png 600w, https://www.empiricalpath.com/wp-content/uploads/2020/11/GA4-cropped-1024x229.png 1024w" sizes="(max-width: 1123px) 100vw, 1123px" /></figure>



<p>By now you’ve probably heard about a new version of Google Analytics, called GA4. It has been more than <a href="https://www.empiricalpath.com/insights/universal-analytics-unveiled/">seven years since Google introduced its last platform overhaul</a> with Universal Analytics. The new GA4 transforms how we look at analytics by marrying user data from mobile apps and traditional desktop websites. Here are some of the advancements we’re most excited about at Empirical Path and advice for enabling them.</p>



<p>You should expect new features and more useful insights with varying degrees of implementation complexity. To get ready, Empirical Path is testing key features of GA4 before introducing them to our clients. We recommend that our clients begin planning around these change requirements in 2021. Even if you take “baby steps” toward GA4 at first, having that conversation early will help Empirical Path create a proper migration roadmap to meet your needs.</p>



<p>So what’s new? First, Google Analytics is building on the App + Web property that has been in beta since last year. The new Analytics uses machine learning to automatically produce helpful insights into your customers and their behaviors. GA4 by design will help you learn what your customers are doing on your properties regardless of platform, be that a mobile app or via a browser. (If you’re already using App + Web this change may not be such a leap.)&nbsp;</p>



<p>Secondly, the industry writ large is bracing for increased regulation around privacy, so identifiers such as 3rd party cookies will be increasingly less reliable as users opt out. To prepare for this reality, Google Analytics will make it easier to combine multiple sources of user identification into a single reporting view. <a href="https://www.empiricalpath.com/insights/integrate-web-analytics-and-crm-for-deeper-more-actionable-customer-insights/">These sources include User IDs</a> from known or logged in users, Google’s cookie, and data from users willing to allow Google to collect data for advertising purposes, i.e. Google Signals. . The goal is to follow your customer from acquisition (via an ad, an app download, or perhaps a referral) to conversion and retention, even if this journey includes multiple devices. This new way of looking at the customer journey will be reflected in GA4 reports.</p>



<p>Rather than emphasize tracking pageviews and sessions, <a href="https://www.empiricalpath.com/insights/publishers-gauge-how-users-interact-with-your-content/">GA4 provides reports on events</a> and users regardless of the platform on which they interact with your brand. It will be easier to follow user funnels in terms of navigation steps from beginning to end and thus better understand how and why a conversion happened. The goal is to narrow down which channels on which platforms, app or web, are turning leads into customers, and to maximize each.</p>



<p>Google promises that its machine learning models will alert you to trends in your data automatically, helping forecast demand and even predict what customers might do next. For instance, predictive metrics can highlight the potential revenue of specific types of customers and increase engagement with them, improving their experience and making more sales.</p>



<p>Some additional benefits of GA4 include:</p>



<ul><li>Simplified reporting interface (less overwhelming but perhaps harder to recreate current standard reports)</li><li>Many <a href="https://www.empiricalpath.com/insights/google-tag-manager-now-tracks-any-click/">typical user actions</a> will be tracked automatically, so less-complex instances are easier to set up</li><li>A more insightful and flexible conversion funnel and also content pathing (user journey) reports</li><li><a href="https://www.empiricalpath.com/services/data-visualization/">Export to BigQuery</a> of raw event data with streaming data export and regional data storage options, previously only available to Analytics 360 customers</li><li>Better and more automated <a href="https://www.empiricalpath.com/services/marketing-attribution/">remarketing audience building</a> and publishing (but just for Google Ads for now)</li></ul>



<h3><strong>Timeline</strong></h3>



<p>The challenge for many GA users will be making the shift to event-driven reporting, which <a href="https://www.empiricalpath.com/partners/">Empirical Path partners like Mixpanel and Amplitude</a> have long done. Seeing the customer as a series of decisions rather than disconnected actions is the key, but that means many traditional reports and interfaces analysts rely upon today may not cleanly translate into the new Analytics.</p>



<p>It seems clear that Google will not end support for its existing Analytics system. But it’s equally clear that Google wants to incentivize adoption of the new GA4 by providing compelling reasons to switch, such as machine learning for predictive analytics and estimating opted-out users. The good news is that the free version of GA4 currently includes all of these innovative features, <a href="https://www.empiricalpath.com/insights/case-study-motley-fool-google-analytics-360/">including BigQuery export</a>.</p>



<p>The way forward Empirical Path recommends is for clients to set up “dual tracking” by running Universal Analytics and GA4 at the same time for a while. Importantly, the ultimate move to GA4 will be a clean break from the previous way of reporting. Google thus advises that clients start early with GA4 in order to build historical data.&nbsp;</p>



<p>Empirical Path is broadly advising our clients to migrate to GA4 in stages. The first stage is basic creation steps, such as importing current Google Analytics property settings, if tagged with the gtag.js global site tag. If tagged with <a href="https://www.empiricalpath.com/services/tag-management/">Google Tag Manager</a>, you will need to create new GA4 tags within GTM. If tagged with analytics.js you will need to migrate to the global site tag or, preferably, GTM. The good news: There are a lot of custom events such as document downloads and scroll tracking that can now be turned on without additional tracking effort.&nbsp;</p>



<p>Every organization should consider advice in order to maximize the power of the new GA4 for its specific needs. For some clients, the path could be deliberate and take longer. For some app-driven businesses, there may be incentives to move faster to take advantage of new tools.</p>



<p>Empirical Path is prepared to fully brief you on what steps are important to take sooner than later and to help your analytics team prepare for a better, more useful Google Analytics. To get started, or if you would like to keep up-to-date on GA4 and receive timely advice on migration, please let us know <a href="http://www.empiricalpath.com/contact">by filling out our contact form</a>. We look forward to hearing from you.</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/looking-ahead-to-the-new-google-analytics-first-steps/">Looking ahead to the new Google Analytics: first steps</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Distinguish Prospects from Returning Members on your Marketing Site</title>
		<link>https://www.empiricalpath.com/insights/how-to-distinguish-prospects-from-returning-members-on-your-marketing-site/</link>
		
		<dc:creator><![CDATA[Rachel Carmichael]]></dc:creator>
		<pubDate>Thu, 05 Nov 2020 21:48:37 +0000</pubDate>
				<category><![CDATA[Analytics Customization]]></category>
		<category><![CDATA[Campaign Measurement]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Marketing Attribution]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3698</guid>

					<description><![CDATA[<p>Differentiating prospects from members in marketing analytics reports is not only achievable, it is not hugely difficult, and is a game-changer for marketers, especially for SaaS companies.&#160; If your marketing site is visited by existing members looking for a login link, you have probably at least scratched your head about how this extra noise affects [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/how-to-distinguish-prospects-from-returning-members-on-your-marketing-site/">How to Distinguish Prospects from Returning Members on your Marketing Site</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1440" height="768" src="https://www.empiricalpath.com/wp-content/uploads/2020/11/Distinguish-Prospects-from-Returning-Members-1440x768.jpg" alt="" class="wp-image-3699" srcset="https://www.empiricalpath.com/wp-content/uploads/2020/11/Distinguish-Prospects-from-Returning-Members-1440x768.jpg 1440w, https://www.empiricalpath.com/wp-content/uploads/2020/11/Distinguish-Prospects-from-Returning-Members-600x320.jpg 600w, https://www.empiricalpath.com/wp-content/uploads/2020/11/Distinguish-Prospects-from-Returning-Members-1024x546.jpg 1024w, https://www.empiricalpath.com/wp-content/uploads/2020/11/Distinguish-Prospects-from-Returning-Members.jpg 1500w" sizes="(max-width: 1440px) 100vw, 1440px" /></figure>



<p>Differentiating prospects from members in marketing analytics reports is not only achievable, it is not hugely difficult, and is a game-changer for marketers, especially for SaaS companies.&nbsp;<br><br>If your marketing site is visited by existing members looking for a login link, you have probably at least scratched your head about how this extra noise affects your conversion rate; perhaps you have even tried to filter out this member traffic without satisfactory results. Here’s why most attempts to do this don’t have the intended result, and how you can achieve the ultimate in segmentation and filtering by prospect and member type, using Google Analytics as an example.</p>



<h3>Who needs this level of segmentation?</h3>



<p>This will help any online service where registered members can access their login page via the marketing site or just consume content on that site. These might be B2C, or B2B tech offerings, or perhaps most in need of this level of segmentation are two-sided marketplaces. Not to mention Ecommerce sites, which can benefit tremendously from member vs. new shopper segmentation.&nbsp;</p>



<p>The exact solution, while easily replicable, should be tailored to your particular business model and site structure. For example:</p>



<ol><li><strong>Simple Membership</strong>: visitors consist of prospects and existing members (also applicable in traditional ecommerce)</li><li><strong>Trial &gt; Subscriber Membership</strong>: visitors consist of prospects, trialees, and subscribers</li><li><strong>Distinct Audience Types:</strong> visitors may consist of small-business prospects&nbsp; and enterprise prospects, small-business members and enterprise members</li><li><strong>Two-sided Marketplaces </strong>&#8211; visitors may consist of buyer prospects and seller prospects, buyer members and seller members</li></ol>



<p>In case you are wondering; yes, you should be able to segment all of the above.</p>



<h3>What is the purpose?</h3>



<p>At a minimum, you need a reporting view that filters out returning member sessions. With this, you can at least get a more accurate understanding of purely prospect traffic trends, conversion rate and behavior.</p>



<p>At most, you may want the gold mine of filtered views that isolate particular prospect types and even particular member types in addition to a unified or rollup view where you can analyze your traffic mix trends. This is particularly handy in two-sided marketplaces, where each audience affects the trends and behaviors of the other.</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh5.googleusercontent.com/Z2lPZ-CrrUMMUK1sJjSjAjMd-JwlLNPJGpzr49fuSglVny1gWaYL1yPYNIScRBIys-8EAuPCZujbZVNB0wwuq_ISXuR_uvoIJjzA1NyojkbvaFAbihAVStA9MfCZbZP1dUHuBbsE" alt=""/></figure>



<p>Example: Most of the recent growth from Branded PPC is driven by seller-prospects while other prospect types have stayed fairly steady and a moderate number of returning members, more buyers than sellers have used paid ads to return to the site.</p>



<h3>Why don’t the usual approaches to this filtering and segmentation work?</h3>



<p>The most common things we have seen businesses do to try to exclude returning members are:<br></p>



<ol><li>Using exclude filters to remove traffic to the members only area, usually a specific hostname or directory in the url.<br><br>This does not work because this sort of filtering is done at the hit level. The effect is that hits in that section of the site are excluded from the view, but their sessions are still included when the user visits the marketing site to login.<br><br>It actually makes matters worse because you can no longer detect, using segments for example, what portion of traffic to the marketing site is also going to the membership site. Furthermore, it removes your ability to analyze post-signup behavior for prospect sessions that convert. Not to mention, in the Ecommerce scenario, this is likely impossible as members and prospects are usually using the same site for their shopping experience. Lastly, it inflates session count if you ever combine the data across views.<br></li><li>Using separate properties for marketing site vs members-only areas, creates the same problems as separate views, plus can actually prevent attribution for sessions that start on the marketing site and then login to the members-only zone.<br></li><li>Filtering based on a user-scoped custom dimension that is set when the user reaches the membership area comes closer to the mark, but also does not have the intended effect on its own because it filters out ALL member sessions, including the sessions in which prospects convert which are arguably the most important sessions to include.<br></li><li>Segments can sometimes be used to exclude returning member sessions in the simplest model, but even there it has minimal usefulness and distinct disadvantages. Any meaningful analysis over time will be subject to sampling (in GA Free) which diminishes its usefulness and this same logic cannot be achieved within Google Analytics to filter a view.</li></ol>



<h3>How can this be accomplished with Google Analytics?</h3>



<p>The key is a session-scoped custom dimension (a custom dimension that remembers the last value received in a session, applies it to the entire session and can be filtered on). This can be done similarly using Adobe Analytics visit expiring, last value, eVars, or Adobe also allows you to use more complex criteria combinations without sampling, making segments a more viable option in that tool for some sites.<br><br>Using logic in your Google Analytics implementation — most easily accomplished using Javascript in Google Tag Manager — we track the users last and most-specific indicators of prospect and or member type on every hit of their session, delivering the most specific value known at the time of the hit into the custom dimension. Our approach is to treat all sessions as “prospect until proven otherwise.”<br><br>For the simplest sites, that might be as easy as hits anywhere on www are prospects (until proven otherwise). For the more complex sites with multiple prospect types, we add custom logic to deduce a prospect type based on the types of pages the user is viewing or actions they are taking during their session. For example, in a two-sided marketplace, a user visiting www might be treated as a nonspecific-prospect at first but then, when they access a seller specific page, they should be treated as a “seller prospect” from then on, even if they return to a more generic page after that.<br><br>Remember that session-scoped custom dimensions apply the last value received in the session to the entire session. The key in preserving the prospect status for prospect sessions that convert to become members is in NOT overwriting the custom dimension any time after the user is determined to be a member in their signup session. In this solution, when returning members access the membership area after first going to the marketing site, they might be treated as a candidate for their first few hits if they are on a new device. But as soon as they reach the membership area and are determined not to be a new signup, the custom dimension would be overwritten, identifying them as a returning member and that is the value that will stick for the session.&nbsp;<br><br>Whether your spread of audience types is simply “prospect” and “returning-member” — or maybe it is “seller-prospect,” “buyer-prospect,”,”seller-trial-member,” “buyer-trial-member,” “seller-subscriber-member,” “buyer-subscriber-member” — imagine what you could achieve if you could isolate each in a Google Analytics view and report the mix of these on a trendline!<br><br><a href="https://www.empiricalpath.com/contact/">Contact us</a> to tailor a solution for your business. Empirical Path is a digital measurement consulting firm that partners with Google Analytics, Adobe Analytics, product analytics tools and CDPs to help clients better track and improve their online acquisition and user experience. We’ve helped membership clients with SaaS (Bill.com, Egencia), publishing (Business Insider, The Motley Fool) and marketplace (Roadie, Vroom) models.&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/how-to-distinguish-prospects-from-returning-members-on-your-marketing-site/">How to Distinguish Prospects from Returning Members on your Marketing Site</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Integrate Web Analytics and CRM for Deeper, More Actionable Customer Insights</title>
		<link>https://www.empiricalpath.com/insights/integrate-web-analytics-and-crm-for-deeper-more-actionable-customer-insights/</link>
		
		<dc:creator><![CDATA[Jim Snyder]]></dc:creator>
		<pubDate>Thu, 05 Nov 2020 21:46:21 +0000</pubDate>
				<category><![CDATA[Analytics Customization]]></category>
		<category><![CDATA[Campaign Measurement]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3696</guid>

					<description><![CDATA[<p>Marketers often struggle to visualize online and offline customer interactions together for a more complete view of the customer journey. But they owe it to their stakeholders to track the full funnel. More importantly, they must act on those insights to drive value. As Deloitte describes in their report, Digital CRM 2.0, “The dependence on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/integrate-web-analytics-and-crm-for-deeper-more-actionable-customer-insights/">Integrate Web Analytics and CRM for Deeper, More Actionable Customer Insights</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1440" height="768" src="https://www.empiricalpath.com/wp-content/uploads/2020/11/Integrate-Web-Analytics-and-CRM-More-Actionable-Customer-Insights-1440x768.jpg" alt="" class="wp-image-3697" srcset="https://www.empiricalpath.com/wp-content/uploads/2020/11/Integrate-Web-Analytics-and-CRM-More-Actionable-Customer-Insights-1440x768.jpg 1440w, https://www.empiricalpath.com/wp-content/uploads/2020/11/Integrate-Web-Analytics-and-CRM-More-Actionable-Customer-Insights-600x320.jpg 600w, https://www.empiricalpath.com/wp-content/uploads/2020/11/Integrate-Web-Analytics-and-CRM-More-Actionable-Customer-Insights-1024x546.jpg 1024w, https://www.empiricalpath.com/wp-content/uploads/2020/11/Integrate-Web-Analytics-and-CRM-More-Actionable-Customer-Insights.jpg 1500w" sizes="(max-width: 1440px) 100vw, 1440px" /></figure>



<p>Marketers often struggle to visualize online and offline customer interactions together for a more complete view of the customer journey. But they owe it to their stakeholders to track the full funnel. More importantly, they must act on those insights to drive value.</p>



<p>As Deloitte describes in their report, <a href="https://www2.deloitte.com/content/dam/Deloitte/de/Documents/strategy/Deloitte_Digital_Digital_CRM_Study_2.0_2019.pdf"><em>Digital CRM 2.0</em></a>, “The dependence on customer insights and the responsibility for (at least) interactions with the customer make analytical know-how a top priority, even beyond the current CRM structure.” Fortunately, the integration of CRM and web analytics platforms can provide these insights and support targeted campaigns to drive that long-term value.</p>



<h3>The Business Imperative for Web Analytics and CRM Integrations</h3>



<p>Marketers rely on both digital and non-digital channels to acquire and engage customers. Understanding <a href="https://www.empiricalpath.com/insights/web-analytics-boosts-power-of-crm/">the full cycle</a> of lead generation and conversion is invaluable. When analytics can tell the whole story of the digital and non-digital experience, it enables both sales and marketing to become more data-driven. This is critical to the personalized experiences prospective customers have come to expect.</p>



<p>Web analytics platforms provide valuable insights, such as how a visitor arrives on a website, what pages that visitor consumes, and what actions that visitor takes while there. But web analytics alone cannot provide marketers with answers to business-critical questions, including</p>



<ul><li>How are contacts in the sales funnel using the site in their decision-making processes?</li><li>How valuable is a given lead, and did it convert?</li><li>What is the complete picture of a customer’s online and offline activity?&nbsp;</li></ul>



<p>Integrating CRM with web analytics can provide the answers to these questions and enable marketers to target similar segments of converters. Here’s a closer look at the business capabilities and benefits these integrations provide.</p>



<h3>Achieving a More Complete View of Activity Across Your Marketing Channels</h3>



<p>Integrating CRM with web analytics allows marketers to factor offline and online data into their attribution modeling, providing a more complete view of related activity across marketing channels. This fulfills a critical business imperative: assimilating online and offline customer data in insightful and actionable ways.</p>



<p>Integrating Google Analytics 360 with Salesforce Marketing Cloud and Sales Cloud, for example, enables a bi-directional flow of data, making customer insights more actionable for marketing and sales. Marketers can import data like firmographics, opportunity status and closed revenue from Salesforce Sales Cloud—including offline data—and link it to Google Analytics 360 data about the same person to improve bid optimization and create unique audience segments. Meanwhile, Salesforce Marketing Cloud leverages email, ad, and site data from Google Analytics 360 as well as data from Salesforce Sales Cloud to improve direct marketing channels (e.g., email, SMS) to those new and existing segments.</p>



<p>In one scenario a sales team may receive leads via CRM, then learn more about those leads through related web analytics data. Studying the results of email blasts compared to social outreach, and which results came first, can help them better understand the source and needs of those leads, then improve the contextual relevance of their outreach. Marketers can leverage these insights to determine how to get more similar leads—they can target or customize the user experience via A/B testing, for example, leveraging this newfound intelligence to drive better UX performance.</p>



<p>What’s more, marketers achieve a better understanding of customer journeys, helping them improve campaigns of all kinds—whether that’s through contact forms and lead nurturing, or even offline purchases. Marketers also benefit from a more complete understanding of how well and in what ways their marketing campaigns perform, including perspectives on which campaigns are driving the best quality leads and customers. That’s because they can visualize individual customer paths, from awareness to conversion and retention.</p>



<h3><strong>Driving Sophisticated Marketing and Customer Success&nbsp;</strong></h3>



<p>Perhaps the greatest business benefit of integrating CRM with web analytics is the timely and actionable insights they produce together, allowing marketers to develop and execute new strategies quickly as opportunities arise. The leading, agile marketing capabilities they support include: :</p>



<ul><li>Better decision-making based on deeper, strategic customer insights</li><li>Attribution across all touches</li><li>Smarter, more targeted marketing based on robust analytics</li><li>More effective prospecting based on a richer variety of customer profiles</li><li>Increased marketing automation driven by data marketers can trust</li></ul>



<h3>Next Steps</h3>



<p>Although web analytics is critical—indeed, digital initiatives are foundational for much of modern marketing—it alone does not provide a complete picture of customers and their behavior. Companies need to understand the context of customer desires and behavior to inform ongoing decision making in marketing. This applies to all dimensions of marketing and customer engagement, from content development and ad placement to overarching strategic initiatives.</p>



<p>CRM and web analytics integrations accelerate a more data-driven approach to customer engagement and retention—one that informs more successful brand initiatives by prioritizing customer insights for strategic action. The analytics and marketing experts at Empirical Path can help you develop the tools you need for a deeper, more actionable understanding of your or your clients’ customer behavior. <a href="https://www.empiricalpath.com/contact/">Contact us today for a consultation</a> and start overcoming CRM and web analytics integration hurdles now.</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/integrate-web-analytics-and-crm-for-deeper-more-actionable-customer-insights/">Integrate Web Analytics and CRM for Deeper, More Actionable Customer Insights</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Best Practices for Using UTMs to Create Business Value</title>
		<link>https://www.empiricalpath.com/insights/utms-to-create-business-value/</link>
		
		<dc:creator><![CDATA[Lachlan Brown]]></dc:creator>
		<pubDate>Fri, 09 Oct 2020 15:17:32 +0000</pubDate>
				<category><![CDATA[Campaign Measurement]]></category>
		<category><![CDATA[Digital Agencies]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Marketing Attribution]]></category>
		<category><![CDATA[Mixpanel]]></category>
		<category><![CDATA[Parsely]]></category>
		<category><![CDATA[marketing attribution]]></category>
		<category><![CDATA[utm]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3687</guid>

					<description><![CDATA[<p>Part one in a series of articles about how to successfully create and leverage UTM parameters in your landing page URLs and build a scalable naming structure for actionable cross-channel and MTA reporting. Most, or all, of you have heard of the importance of adding Google Analytics UTM tracking parameters to your campaign URLs, but [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/utms-to-create-business-value/">Best Practices for Using UTMs to Create Business Value</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="background-color:#c5e3ef" class="has-background"><strong>Part one in a series of articles about how to successfully create and leverage UTM parameters in your landing page URLs and build a scalable naming structure for actionable cross-channel and MTA reporting.</strong></p>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<p class="has-text-align-center"><img decoding="async" loading="lazy" width="859" height="573" class="wp-image-3689" style="width: 400px" src="https://www.empiricalpath.com/wp-content/uploads/2020/10/114468772-digital-marketing-strategy-con.jpeg" alt="" srcset="https://www.empiricalpath.com/wp-content/uploads/2020/10/114468772-digital-marketing-strategy-con.jpeg 859w, https://www.empiricalpath.com/wp-content/uploads/2020/10/114468772-digital-marketing-strategy-con-600x400.jpeg 600w" sizes="(max-width: 859px) 100vw, 859px" /></p>



<p class="has-text-align-left">Most, or all, of you have heard of the importance of adding Google Analytics UTM tracking parameters to your campaign URLs, but may be struggling to either implement consistently across your organization, or missing out on some added benefits that are available.</p>
</div></div>



<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>First, a quick definition: what exactly are UTMs and what do they do?</h2>
</div></div>



<p>In digital marketing, UTM stands for Urchin Tracking Module. Urchin was the name of Google Analytics before Google bought it. In practice UTMs are parameters that you add to the end of all possible links that send traffic to your website or app. They look like the bolded parts this example tracking URL:</p>



<p class="has-text-align-center">http://www.your-website.com/?<strong>utm_medium=social</strong>&amp;<strong>utm_source=linkedin</strong>&amp;<strong>utm_campaign=Oct2020-utmarticle</strong></p>



<p>While there are numerous answers to what they do, a helpful way to put it is, that by using consistent and scalable UTMs across all available sources of incoming traffic, you’ll accomplish the following:</p>



<ul><li>Clean reporting in Google Analytics (and Amplitude, <a href="https://www.empiricalpath.com/partners/mixpanel/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Mixpanel</a>, <a href="https://www.empiricalpath.com/partners/parsely/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Parse.ly</a>, Woopra among other tools) for dimensions like Medium, Source and Campaign, and possibly others, depending on how deeply you create your UTM taxonomy</li><li>Actionable cross-channel reporting and analytics in Google Analytics, including with some offline marketing and/or sales reporting</li><li>Actionable <a href="https://www.empiricalpath.com/services/marketing-attribution/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">marketing attribution</a> reporting, including both single- and multitouch-attribution models, both in Google Analytics and some MTA platforms</li></ul>



<h2>There are, however, myriad challenges for organizations to overcome to get the full benefit of consistent and scalable UTM tracking, such as:</h2>



<ul><li>Less than 100% compliance across teams or individuals creating inbound URLs. Compliance includes both “are they’re being implemented at all?”, as well as “are they being done consistently both within and across marketing channels?”<ul><li>&nbsp;Even small inconsistencies such as capitalization (Email vs. email) can wreak havoc on clean, actionable reporting.</li></ul></li><li>Lack of a centralized process and/or tool(s): As you might guess, having a well-documented and accessible Standard Operating Procedure, as well as a shared tool to both create and save tracking URLs will go a long way towards solving the previously mentioned challenge! We’ll go over some of the best practices for such a tool below.</li><li>Tagging internal promotion links (setup<a href="https://www.empiricalpath.com/insights/9-lessons-learned-implementing-enhanced-ecommerce-2/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener"> Enhanced Ecommerce</a> instead)</li><li>Over-engineered UTM naming taxonomy: In some cases there’s a desire, usually coming from analytics, to get really granular with the  naming convention, including requiring all standard + custom UTMs, and multiple parts within UTMs such as utm_campaign and utm_contn. The problem with this approach is two-fold:<ul><li>There may not be enough data at these more granular levels to allow for statistically significant cross-channel findings.</li><li>The added complexity of such a process may lead to lack of compliance. While compliance can be improved through oversight, it’s always worth asking if the juice is worth the squeeze!</li></ul></li><li>Switching&nbsp; the values for medium and source. This is one of the most common mistakes we see when helping clients. Simple examples are using ‘facebook’ or ‘twitter’ as the medium value, and ‘social’ as the source. It should be the other way around, with medium being more closely aligned with channel, and source being the actual name of the referring… source of traffic!</li></ul>



<h2>In this section we’ll look at some best practices which will help you overcome some of the common obstacles to business value from UTMs.</h2>



<ul><li>Use a shared online tool to create and store tracking URLs, primarily for traffic sources other than paid media such as Google Ads or Facebook<ul><li>Google Sheets can be a great platform, mainly for it’s relative ubiquity for online collaboration, and similarity to MS Excel in terms of ease of use. A few features to consider building into your tracking URL generator:&nbsp;<ul><li>Make sure to use drop down lists for medium values and any other where you want to enforce naming standardization.</li><li>Require that utm_medium, utm_source, and utm_campaign are filled in at a minimum</li><li>Include error checking and/or coding to handle space characters. For example if someone enters ‘spring sale’ as part of a parameter, the tracking URL should insert either a hyphen (spring-sale) or the URL encoding character which is ‘%20’ for a space (spring%20sale).</li><li>Use bit.ly or another URL shortener. There are multiple solutions posted online on how to call the bit.ly API from a spreadsheet, or use a Google Tools add-on such as the one mentioned in the<a href="https://support.bitly.com/hc/en-us/articles/360024372212-Can-I-integrate-Bitly-with-Google-Sheets-#:~:text=Open%20a%20sheet%20in%20Google,permissions%20to%20the%20add%2Don." target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener"> bit.ly documentation</a>.</li><li>Make a separate version (tab) for distinct channels. This can be helpful if, for example, different teams create far more links than others, to make it easier to manage and reference links for a particular channel.&nbsp;</li></ul></li><li>Document your taxonomy and the SOP. You’ll want to assign ownership of UTM / tracking URL compliance to an individual. Additionally you should run frequent reports out of Google Analytics including all the incoming UTM values by segmenting in only New users. While it’s virtually impossible to achieve 100% clean reporting for UTM values, by getting all parties bought into the process and managing with clear ownership, you can get the main elements needed for insightful and actionable insights!</li><li>Make sure to update Google Analytics default or custom channel definitions as needed once you have reached agreement on a shared taxonomy and accompanying processes.&nbsp; (mostly when using new medium values)</li><li>Create a scalable taxonomy that supports actionable insights, both for media optimization as well as cross- or omni-channel campaigns.&nbsp; While this can be a complex undertaking and will be the sole subject of a subsequent post, here are a few tips:<ul><li>&nbsp;Use existing naming / Internal campaign codes: If, for example, you already use a campaign naming taxonomy that contains internal codes and structured placeholders for internal reporting, why not use that in Google Analytics as well to make it that much easier to blend GA with internal/financial reporting? For example you might have an internal campaign naming structure as follows:</li></ul></li></ul></li></ul>



<p class="has-text-align-center"><strong>&nbsp;utm_campaign=Event ID-BudgetOwner-MarketName-Date</strong></p>



<ul><li>Such a naming convention brings up an interesting issue often encountered in this process: utm_campaign values that differ significantly from actual campaign names in Google Ads or other digital paid media platforms. While this will be the subject of a subsequent post in this series, the short answer is to create your base tracking URLs in a separate system, including the UTM values based on the taxonomy, and then use tracking URL templates or macros in the respective ad servers to append actual names of Campaigns, Ad Groups, Placements, etc.<ul><li>There will be a need to create custom UTMs for the Corporate campaign name vs. the paid media campaign name, and possibly others! Here’s a link to the Google Analytics documentation for creating custom UTM parameters:<a aria-label="undefined (opens in a new tab)" href="https://support.google.com/analytics/answer/1033863?hl=en" target="_blank" rel="noreferrer noopener"> https://support.google.com/analytics/answer/1033863?hl=en</a></li></ul></li><li>Another UTM value that can be used effectively for cross-channel and/or multi-touch <a href="https://www.empiricalpath.com/services/marketing-attribution/">attribution</a> analysis is the utm_content parameter, typically used to name or describe the creative associated with a click.<ul><li>An example cross-channel use case is to measure the impact of a promotion (e.g. a sale) that’s going out via multiple paid channels. Use this in the utm_content field, and hopefully with a structure that’s consistent across channels, for example:</li></ul></li></ul>



<p class="has-text-align-center"><strong>&nbsp;utm_content=Promo-Pricepoint-AdType-AdSize</strong></p>



<p>Creating and implementing a naming taxonomy and tools/processes to use Google Analytics UTM parameters is a vital step towards realizing business value from <a href="https://www.empiricalpath.com/services/marketing-attribution/">attribution</a>. The best practices in this article have helped many of our clients achieve measurable success and we hope you’ll realize the same! If not, send us a quick note to let us know how we can help:</p>




					<script>
						window.hsFormsOnReady = window.hsFormsOnReady || [];
						window.hsFormsOnReady.push(()=>{
							hbspt.forms.create({
								portalId: 2619412,
								formId: "9acec8eb-c07c-45ff-958c-dd129e5249a7",
								target: "#hbspt-form-1674344012000-5920234956",
								region: "",
								
						})});
					</script>
					<div class="hbspt-form" id="hbspt-form-1674344012000-5920234956"></div>



<p></p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/utms-to-create-business-value/">Best Practices for Using UTMs to Create Business Value</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tracking Healthcare Customer Journeys</title>
		<link>https://www.empiricalpath.com/insights/tracking-healthcare-customer-journeys/</link>
		
		<dc:creator><![CDATA[Nedie Recel]]></dc:creator>
		<pubDate>Wed, 23 Sep 2020 16:48:06 +0000</pubDate>
				<category><![CDATA[Analytics Customization]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Healthcare & Pharmaceuticals]]></category>
		<category><![CDATA[Marketing Attribution]]></category>
		<guid isPermaLink="false">https://www.empiricalpath.com/?p=3679</guid>

					<description><![CDATA[<p>Whether you are marketing to a payer, a practitioner, or a patient, mapping and monitoring their progress through the online customer journey helps you discover gaps, opportunities, and pain points hiding in your online experience.&#160; Web and app analytics data alone never paint the entire picture of your total customer experience.&#160; Using those tools to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/tracking-healthcare-customer-journeys/">Tracking Healthcare Customer Journeys</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1365" height="1024" src="https://www.empiricalpath.com/wp-content/uploads/2020/09/Tracking-Healthcare-Customer-Journeys-1365x1024.jpg" alt="" class="wp-image-3680" srcset="https://www.empiricalpath.com/wp-content/uploads/2020/09/Tracking-Healthcare-Customer-Journeys-1365x1024.jpg 1365w, https://www.empiricalpath.com/wp-content/uploads/2020/09/Tracking-Healthcare-Customer-Journeys-533x400.jpg 533w, https://www.empiricalpath.com/wp-content/uploads/2020/09/Tracking-Healthcare-Customer-Journeys-768x576.jpg 768w, https://www.empiricalpath.com/wp-content/uploads/2020/09/Tracking-Healthcare-Customer-Journeys-1536x1152.jpg 1536w, https://www.empiricalpath.com/wp-content/uploads/2020/09/Tracking-Healthcare-Customer-Journeys-scaled.jpg 2048w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption>Photo by&nbsp;<strong><a href="https://www.pexels.com/@oles-kanebckuu-34911?utm_content=attributionCopyText&amp;utm_medium=referral&amp;utm_source=pexels">Oles kanebckuu</a></strong>&nbsp;from&nbsp;<strong><a href="https://www.pexels.com/photo/woman-in-white-shirt-standing-near-glass-window-inside-room-127873/?utm_content=attributionCopyText&amp;utm_medium=referral&amp;utm_source=pexels">Pexels</a></strong></figcaption></figure>



<p>Whether you are marketing to a payer, a practitioner, or a patient, mapping and monitoring their progress through the online customer journey helps you discover gaps, opportunities, and pain points hiding in your online experience.&nbsp; Web and app analytics data alone never paint the entire picture of your total customer experience.&nbsp; Using those tools to chart user flow across multiple sessions, devices, and marketing touchpoints can greatly inform a complete customer journey map.&nbsp; Use online analytics to enrich the full story and back it up with data. Your analytics tool can identify unique customer types and note the different (or the same!) ways they go about completing tasks or moving through funnels.</p>



<h2>Execute on the Basics of Attribution</h2>



<p>Regardless of industry, sector or size, answering customer journey questions begin similarly— where and how the user started the journey. It is critical for all Google Analytics users to be able to answer this question with accuracy and relevancy.&nbsp;</p>



<p>Lucky for the digital marketing world, the attribution standard of UTM tagging is an extremely simple, free and effective way to unpack fundamental attribution answers.&nbsp;</p>



<p>If unfamiliar with UTM tagging, see this <a href="https://support.google.com/analytics/answer/1033863?hl=en">as a reference.</a>This plug-and-play open source solution is designed to be a relatively free-text method to give the marketer flexibility in meaning when done with precision.&nbsp;</p>



<p>To exemplify this effectiveness, <a href="https://www.example.com/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=July_2020_Feature_Launch&amp;utm_content=email_hero_banner_link1">here is an example</a> of where we have inherently told Google Analytics where and how the session began (email newsletter), what campaign this content pertains to (July 2020 Feature Launch), and specifically which click contributed towards the visit.</p>



<p>In light of this flexibility, we recommend as many marketers in the organization collaborate in establishing a comprehensive UTM naming convention.&nbsp;</p>



<p>You may be an organization currently paying for a marketing service automating UTM parameters by default. There is a chance there are syntax / taxonomy changes your organization would like to make within the configuration.&nbsp;</p>



<p>You may be a small healthcare organization wanting to save a nickel on a tool to automate yet still want to leverage UTM tagging—<a href="https://ga-dev-tools.appspot.com/campaign-url-builder/">Google’s free Campaign URL builder</a> makes that an easy task. Simply input the landing page URL, the respective values your organization has established per source, medium, campaign, term, and content and include within marketing content embedded links.&nbsp;</p>



<p>Taking the time to establish a consistent and organizationally-understood UTM taxonomy is a low-cost-high-reward essential to set the stage for uncovering future customer journey and/or conversion questions.&nbsp;</p>



<p>A couple things to keep in mind with UTM tagging:&nbsp;</p>



<ul><li>Be sure to only use UTM tagging on <strong>external </strong>content. One common mistake is to include UTM tagging internally within the site—Unfortunately, Google will interpret these clicks as new sessions and will lead to inaccurate reporting.&nbsp;</li><li>For medium,there are several predefined variable names Google Analytics recognizes and in most cases it’s in your best interest to adhere where possible. If you opt to go rogue, traffic may end up separated out from its natural habitat.</li></ul>



<p>Lastly, UTM tags are only as good as how often they are being used. The more consistent your organization makes use of them, the better reporting you will have in the long term.&nbsp;</p>



<h2>Discover Actual Customer Journeys with User Explorer and Behavior Flow Reports</h2>



<p>Instead of guessing, actually see how your most valuable or most typical customers are interacting with your site over time.&nbsp; Visit the User Explorer report in Google Analytics and filter the list of anonymized users by segment to get your candidates.&nbsp; Start at the top of the list, sorted by revenue or number of sessions and spend a little time looking through session history for a few different ID’s to get a real-world sense of how your users are or are not accomplishing tasks on your site. These anonymized IDs within Google Analytics comply with regulations and do not include Personally Identifiable Information (PII).&nbsp;</p>



<p><img decoding="async" loading="lazy" width="624" height="253" src="https://lh6.googleusercontent.com/EO7hs4FABPjI8Qv52iCcbVfNyHLgpCEdPP0tyfbydWfW87vWgm3D3SgV1NzTRz2U8g3GkisGYaQoCwhglwGpwR9M7SDzLOvGd-EBMcBnBaRVzNJgJ6Lo4TLbSOsiCUPl2YcbkY7w"><br><em>Google Analytics User Explorer Reports are pure gold for turning up real-world user journeys.</em></p>



<p>The Behavior Flow report visualizes the path users travel from one page to the next. This report can help you uncover what content keeps users the most engaged. It can also help identify potential content issues. By analyzing the behavior flow, you should be able to see which paths through your site are the most popular so you can confirm whether those are the paths that you actually want users to follow.&nbsp;</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh4.googleusercontent.com/RFHIjk2VZbYVCQSPWPXZ93wKxpVVpAiWGYZadJLSJcf4BojqKo5C8nsRMit7LG_gVxFnrFDZqZFfT3ZCvaPN1IbOySKCFYGUrwWNObKY8zp0dwRGjSG_JQTRt_EmtKbKSntvAiCG" alt=""/><figcaption><em>A Behavior Flow report can provide a sense of content and event flow across areas of the site.</em></figcaption></figure>



<h2>Top Conversion Paths Report Reveals Marketing Touchpoints</h2>



<p>When it comes to understanding how your marketing efforts are drawing users through the customer journey, the Top Conversion Paths report in Google Analytics is another great place to derive useful insights by toggling to different goals and to uncover common paths. Discussions about first vs last vs distributed touch <a href="https://www.empiricalpath.com/insights/7-types-of-attribution-models/">attribution models </a>have their place when it comes to budget allocation, but for customer journey mapping, you can dispense with all that and focus instead on what mix of channels and campaigns most often result in a success for you and your users.</p>



<p>Like with the User Explorer Report, there are often surprises and “aha” moments when reports don’t exactly match our preconceptions.&nbsp; Occasionally, especially for this report, those “aha” moments are realizations that your campaign tracking and attribution data maybe isn’t in great shape.&nbsp; That’s never a happy insight, but it is definitely a useful one.&nbsp; It’s also not that uncommon.&nbsp; <a href="https://www.empiricalpath.com/services/marketing-attribution/">Let us know how we can help</a>.</p>



<p>Assuming your analytics data is in good shape and mapped to channel categories and groupings that are meaningful to your business, these reports help marketing teams avoid tunnel-vision and embrace the impact of marketing mix and attribution over time.</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh3.googleusercontent.com/12etrVdGHFsRtqxTOJLuW8-Ua5SDVrFS09Xv04TiqYwFAXgUL3yWBc8s30I4tfcuI_-aQSJKVC1RJRn4L9QTr0MP-oYemuPgu07wzk3pxM2OjyzXvFdsWogcFa7Gs88kL4vyFgph" alt=""/></figure>



<p>Google Analytics provides a rich set of reports that should be a starting point for understanding and charting your customer journey.&nbsp; Instead of guesswork, opinions, and over-reliance on anecdote, begin to understand the customer experience with real-world insights based on solid, validated web and mobile analytics data. This will not only provide near-term value in its own right, but will also help lay the foundation for future steps on an <a href="https://www.empiricalpath.com/services/marketing-attribution/">Attribution roadmap</a>.&nbsp;</p>



<h2>Empirical Path Expert Consultants Can Help</h2>



<p>Medical marketing is evolving and embracing more advanced digital strategies. Tracking your customer journey can help discover gaps, opportunities, and pain points hiding in your online experience. If you’re a healthcare marketer, <a href="https://www.empiricalpath.com/contact/">contact us</a> to discuss your most pressing measurement challenges.</p>
<p>The post <a rel="nofollow" href="https://www.empiricalpath.com/insights/tracking-healthcare-customer-journeys/">Tracking Healthcare Customer Journeys</a> appeared first on <a rel="nofollow" href="https://www.empiricalpath.com">Empirical Path</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
