<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Google Analytics 4 | Casey Sutton | Activity</title>
	<link>https://googleanalytics4.co/members/caseyc/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/caseyc/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Casey Sutton.</description>
	<lastBuildDate>Wed, 23 Jul 2025 10:52:47 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-AU</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">8009834403c92799fbde02542506b550</guid>
				<title>Casey replied to the discussion Can GA4 track email open rates? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/can-ga4-track-email-open-rates/#post-7402</link>
				<pubDate>Fri, 28 Jul 2023 08:29:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/can-ga4-track-email-open-rates/#post-7402"><span class="bb-reply-lable">Reply to</span> Can GA4 track email open rates?</a></p> <div class="bb-content-inr-wrap"><p>Google Analytics 4 (GA4) does have the Measurement Protocol similar to Universal Analytics but with a more flexible approach. Their version, called the GA4 Measurement Protocol, allows developers to make HTTP requests to send raw user interaction data directly to Google Analytics servers. This can encompass various data types, including email&hellip;<span class="activity-read-more" id="activity-read-more-1753"><a href="http://googleanalytics4.co/forums/discussion/can-ga4-track-email-open-rates/#post-7402" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4325feb7246cb25ed47483625ba55e77</guid>
				<title>Casey replied to the discussion Effectively retrieving Google Ads metrics from GA4 API in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/effectively-retrieving-google-ads-metrics-from-ga4-api/#post-7338</link>
				<pubDate>Fri, 28 Jul 2023 08:27:04 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/effectively-retrieving-google-ads-metrics-from-ga4-api/#post-7338"><span class="bb-reply-lable">Reply to</span> Effectively retrieving Google Ads metrics from GA4 API</a></p> <div class="bb-content-inr-wrap"><p>Unfortunately, as of now, Google&#8217;s GA4 API does not directly support fetching Google Ads related metrics similar to how you can see it in their dashboard. This deficiency has been noted by other users as well, and it is suggested to keep an eye on updates from the GA4 API documentation for any future inclusion of these metrics. Another potential&hellip;<span class="activity-read-more" id="activity-read-more-1689"><a href="http://googleanalytics4.co/forums/discussion/effectively-retrieving-google-ads-metrics-from-ga4-api/#post-7338" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7205cc00046f56965c5d3e22c2216f65</guid>
				<title>Casey replied to the discussion Rearranging Columns in GA4 Exploration - Any Manual Sorting Options? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/rearranging-columns-in-ga4-exploration-any-manual-sorting-options/#post-6525</link>
				<pubDate>Wed, 12 Jul 2023 00:42:04 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/rearranging-columns-in-ga4-exploration-any-manual-sorting-options/#post-6525"><span class="bb-reply-lable">Reply to</span> Rearranging Columns in GA4 Exploration - Any Manual Sorting Options?</a></p> <div class="bb-content-inr-wrap"><p>It&#8217;s hard to provide specific code without knowing the format your data is in, however, the general way to accomplish this in any language would be to check each nested list for a &#8216;video_complete&#8217; value. </p>
<p>In Python for instance, a basic way to do this would be to iterate over your list of lists using a for loop. Inside the loop, you would use an&hellip;<span class="activity-read-more" id="activity-read-more-1245"><a href="http://googleanalytics4.co/forums/discussion/rearranging-columns-in-ga4-exploration-any-manual-sorting-options/#post-6525" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4d90f0eb559331c05370614b99ee2c54</guid>
				<title>Casey replied to the discussion Troubleshooting a sudden tracking issue with e-commerce purchases on a WordPress site in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-a-sudden-tracking-issue-with-e-commerce-purchases-on-a-wordpress-site/#post-6431</link>
				<pubDate>Wed, 12 Jul 2023 00:38:08 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-a-sudden-tracking-issue-with-e-commerce-purchases-on-a-wordpress-site/#post-6431"><span class="bb-reply-lable">Reply to</span> Troubleshooting a sudden tracking issue with e-commerce purchases on a WordPress site</a></p> <div class="bb-content-inr-wrap"><p>It could be one of two things &#8211; either something on your site&#8217;s checkout page has changed and the &#8216;purchase&#8217; event code got misplaced somewhere in the process, or it could be a bug with Google&#8217;s algorithms. I suggest doing a thorough audit of the &#8216;purchase&#8217; event code on your site. If stuff still isn’t clearing up, you might want to contact Google Support.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">166813efd53eb64f8c2fa74404658f9f</guid>
				<title>Casey replied to the discussion Troubleshooting GA4: Debugging Real-time Event Tracking with User ID in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-ga4-debugging-real-time-event-tracking-with-user-id/#post-6389</link>
				<pubDate>Wed, 12 Jul 2023 00:36:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-ga4-debugging-real-time-event-tracking-with-user-id/#post-6389"><span class="bb-reply-lable">Reply to</span> Troubleshooting GA4: Debugging Real-time Event Tracking with User ID</a></p> <div class="bb-content-inr-wrap"><p>Sure, I can break that down a little bit more.<br />
Setting <code>debug_mode</code> to true essentially helps you see more detailed data in GA4&#8217;s <code>debug_view</code>. It&#8217;s like turning on a flashlight in a dark room — it helps you see all the details you wouldn&#8217;t normally see. And, this information would also show up on the <code>Realtime Report</code> in GA4.</p>
<p>But, the tricky part h&hellip;<span class="activity-read-more" id="activity-read-more-1109"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-ga4-debugging-real-time-event-tracking-with-user-id/#post-6389" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">efa43b70f015cde310adcde43e3d1b04</guid>
				<title>Casey replied to the discussion Discrepancy in GA4&#039;s Today&#039;s Active Users Data in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/discrepancy-in-ga4s-todays-active-users-data/#post-6017</link>
				<pubDate>Wed, 12 Jul 2023 00:21:23 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/discrepancy-in-ga4s-todays-active-users-data/#post-6017"><span class="bb-reply-lable">Reply to</span> Discrepancy in GA4&#039;s Today&#039;s Active Users Data</a></p> <div class="bb-content-inr-wrap"><p>Based on Joel&#8217;s observation, there seems to be a discrepancy in the &#8220;Active users today&#8221; data when transitioning from Universal Analytics (UA) to Google Analytics 4 (GA4). The metrics for the current active users are off between the two platforms, but the main issue lies in the count for active users today. The figures being reported on GA4 are&hellip;<span class="activity-read-more" id="activity-read-more-737"><a href="http://googleanalytics4.co/forums/discussion/discrepancy-in-ga4s-todays-active-users-data/#post-6017" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8828feca2fea79f4b1fb2c01600f2644</guid>
				<title>Casey started the discussion How to override platform tracking in GA4 manually? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-override-platform-tracking-in-ga4-manually/</link>
				<pubDate>Wed, 12 Jul 2023 00:09:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-override-platform-tracking-in-ga4-manually/">How to override platform tracking in GA4 manually?</a></p> <div class="bb-content-inr-wrap"><p>Hey there!</p>
<p>At the moment, we&#8217;re in the process of updating our Hybrid Web app to Google Analytics 4 and we&#8217;re trying to track the platform using gtag, but we&#8217;ve hit a bit of a snag. It appears that regardless of the platform, the app seems to only track it as the &#8216;web&#8217; platform. Does anyone know if we can tweak this somehow?</p>
<p>I&#8217;ve been digging&hellip;<span class="activity-read-more" id="activity-read-more-445"><a href="http://googleanalytics4.co/forums/discussion/how-to-override-platform-tracking-in-ga4-manually/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">59b5326bd5f2b55b53a777ebbeb6b93a</guid>
				<title>Casey started the discussion The Mystery of Not Set in GA4 New vs Established Dimension in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/the-mystery-of-not-set-in-ga4-new-vs-established-dimension/</link>
				<pubDate>Tue, 11 Jul 2023 09:53:17 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/the-mystery-of-not-set-in-ga4-new-vs-established-dimension/">The Mystery of Not Set in GA4 New vs Established Dimension</a></p> <div class="bb-content-inr-wrap"><p>Hey there!</p>
<p>I&#8217;ve been playing around with this GA4 exploration I set up. I made it pretty simple &#8211; just one dimension (<strong>New vs Established</strong>), and one metric (<strong>sessions</strong>). It seems straightforward, right? But here&#8217;s the funny thing – I&#8217;ve noticed a smidge of the sessions, like only 0.5%, are coming up as &#8216;<strong>(not set)</strong>&#8216; in the &#8216;New vs Established&#8217; d&hellip;<span class="activity-read-more" id="activity-read-more-151"><a href="http://googleanalytics4.co/forums/discussion/the-mystery-of-not-set-in-ga4-new-vs-established-dimension/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2532457fd54d8794621c5801e61d971a</guid>
				<title>Casey started the discussion How can the application version be included in Google Analytics 4 Measurement Protocol? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-can-the-application-version-be-included-in-google-analytics-4-measurement-protocol/</link>
				<pubDate>Sat, 08 Jul 2023 22:53:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-can-the-application-version-be-included-in-google-analytics-4-measurement-protocol/">How can the application version be included in Google Analytics 4 Measurement Protocol?</a></p> <div class="bb-content-inr-wrap"><p>Hey there, I&#8217;m currently working on transitioning from Google Analytics 3 to 4 for my Electron application. I&#8217;ve run into a bit of a snag since the &#8216;gtag&#8217; method doesn&#8217;t work when the application is built, probably an issue with the app:// URL. So, I&#8217;ve decided to use the same work-around we did for Google Analytics 3, the measurement protocol.&hellip;<span class="activity-read-more" id="activity-read-more-48"><a href="http://googleanalytics4.co/forums/discussion/how-can-the-application-version-be-included-in-google-analytics-4-measurement-protocol/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		