<?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 | Henry Lewis | Activity</title>
	<link>https://googleanalytics4.co/members/henryh/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/henryh/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Henry Lewis.</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">09ab8d46ab0015b93c644b72c0385615</guid>
				<title>Henry replied to the discussion Troubleshooting Browser Back Function with gtag.js in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-browser-back-function-with-gtag-js-in-ga4/#post-7711</link>
				<pubDate>Fri, 28 Jul 2023 08:43:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-browser-back-function-with-gtag-js-in-ga4/#post-7711"><span class="bb-reply-lable">Reply to</span> Troubleshooting Browser Back Function with gtag.js in GA4</a></p> <div class="bb-content-inr-wrap"><p>Sounds like there could be an issue with the way your scripts are interacting with the browser&#8217;s history. This often happens when something interrupts the natural flow of the &#8220;back&#8221; function. Without seeing your scripts, it&#8217;s hard to be exact, but a common issue could be that your scripts might be adding entries to the history stack, which then&hellip;<span class="activity-read-more" id="activity-read-more-2060"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-browser-back-function-with-gtag-js-in-ga4/#post-7711" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95305f8001d4d3a3409f036649a0f12d</guid>
				<title>Henry started the discussion Trouble integrating Google Analytics 4 .NET client library in a .NET framework 4.7.2 project in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/trouble-integrating-google-analytics-4-net-client-library-in-a-net-framework-4-7-2-project/</link>
				<pubDate>Fri, 28 Jul 2023 08:41:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/trouble-integrating-google-analytics-4-net-client-library-in-a-net-framework-4-7-2-project/">Trouble integrating Google Analytics 4 .NET client library in a .NET framework 4.7.2 project</a></p> <div class="bb-content-inr-wrap"><p>So, I&#8217;m trying to use NuGet to install the Google.Analytics.Data.V1Beta package but it&#8217;s been a no-go, it&#8217;s not installing. </p>
<blockquote>
<p>I&#8217;m getting this: &#8220;Install failed. Rolling back&#8230; Could not install package &#8216;Grpc.Net.Client 2.46.0&#8217;. The package is meant to go into a project that targets &#8216;.NETFramework, Version=v4.7.2&#8217;, but the package isn&#8217;t compatible&hellip;</p>
</blockquote>
<p><span class="activity-read-more" id="activity-read-more-2014"><a href="http://googleanalytics4.co/forums/discussion/trouble-integrating-google-analytics-4-net-client-library-in-a-net-framework-4-7-2-project/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1788bb5891188d94259b7b17268f201b</guid>
				<title>Henry started the discussion Alternative method to retrieve google analytics property id without accessing the google analytics dashboard in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/alternative-method-to-retrieve-google-analytics-property-id-without-accessing-the-google-analytics-dashboard/</link>
				<pubDate>Fri, 28 Jul 2023 08:41:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/alternative-method-to-retrieve-google-analytics-property-id-without-accessing-the-google-analytics-dashboard/">Alternative method to retrieve google analytics property id without accessing the google analytics dashboard</a></p> <div class="bb-content-inr-wrap"><p>&#8220;Hey, I&#8217;m working on this project using the Google Analytics data API. I was wondering if there&#8217;s a way to suggest a user&#8217;s Google Analytics property ID directly from my site, rather than having them go to their dashboard and copying it over. Any ideas? Cheers!&#8221;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ae87d64fe8b6a4bc9bb576fd3ab0986</guid>
				<title>Henry started the discussion Retrieving data from multiple schemas in BigQuery in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/retrieving-data-from-multiple-schemas-in-bigquery/</link>
				<pubDate>Fri, 28 Jul 2023 08:28:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/retrieving-data-from-multiple-schemas-in-bigquery/">Retrieving data from multiple schemas in BigQuery</a></p> <div class="bb-content-inr-wrap"><p>So, I&#8217;ve been wrestling with GA4 data in BigQuery, right? Got this event table that seems to span like a bazillion different schemas. Thought I&#8217;d use UNION ALL to stitch &#8217;em together, but the sheer number of schemas has me rethinking that real quick.</p>
<p>If you&#8217;re into visual aids, <a target='_blank' href="https://i.stack.imgur.com/El0XQ.png" rel="nofollow noreferrer" rel="nofollow">here&#8217;s a lil&#8217; screenshot</a> of my BigQuery schemas struggle.</p>
<p>Thought I&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-1730"><a href="http://googleanalytics4.co/forums/discussion/retrieving-data-from-multiple-schemas-in-bigquery/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e777e89f4a417725c529df1cb2fcb022</guid>
				<title>Henry replied to the discussion Effective methods for including session_id when sending events to GA4 through Measurement protocol in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/effective-methods-for-including-session_id-when-sending-events-to-ga4-through-measurement-protocol/#post-7282</link>
				<pubDate>Fri, 28 Jul 2023 08:24:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/effective-methods-for-including-session_id-when-sending-events-to-ga4-through-measurement-protocol/#post-7282"><span class="bb-reply-lable">Reply to</span> Effective methods for including session_id when sending events to GA4 through Measurement protocol</a></p> <div class="bb-content-inr-wrap"><p>In simple terms, these individuals are encountering some trouble when trying to send purchase events from their client&#8217;s server using a certain protocol. The issue is that a crucial &#8216;session_id&#8217; parameter is missing, which causes other important information about source and medium to be lost. This has remained a problem even after trying to&hellip;<span class="activity-read-more" id="activity-read-more-1633"><a href="http://googleanalytics4.co/forums/discussion/effective-methods-for-including-session_id-when-sending-events-to-ga4-through-measurement-protocol/#post-7282" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2327d9a438638befe92d00a4bd53eb08</guid>
				<title>Henry replied to the discussion Disabling Page View Tracking for a Specific Webpage in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/disabling-page-view-tracking-for-a-specific-webpage/#post-6092</link>
				<pubDate>Wed, 12 Jul 2023 00:24:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/disabling-page-view-tracking-for-a-specific-webpage/#post-6092"><span class="bb-reply-lable">Reply to</span> Disabling Page View Tracking for a Specific Webpage</a></p> <div class="bb-content-inr-wrap"><p>Sure, here&#8217;s the deal. You can adjust the trigger in Google Tag Manager to exclude the page view event for a specific page. Essentially, you&#8217;ll be setting up an exception to the rule.</p>
<p>Just like this: check out the image link for a visual idea! </p>
<p>[Click here](<a target='_blank' href="https://i.stack.imgur.com/qajWk.png" rel="nofollow">https://i.stack.imgur.com/qajWk.png</a>)</p>
<p>So, it&#8217;s a bit tricky if you have a Single Page&hellip;<span class="activity-read-more" id="activity-read-more-812"><a href="http://googleanalytics4.co/forums/discussion/disabling-page-view-tracking-for-a-specific-webpage/#post-6092" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d42cca9d2d15c7e16c3ebfc82f125e50</guid>
				<title>Henry replied to 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/#post-5426</link>
				<pubDate>Tue, 11 Jul 2023 09:53:22 +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/#post-5426"><span class="bb-reply-lable">Reply to</span> The Mystery of Not Set in GA4 New vs Established Dimension</a></p> <div class="bb-content-inr-wrap"><p>In Google Analytics, the &#8220;(not set)&#8221; entry is quite common and it occurs when Analytics hasn&#8217;t received any information for the dimension you&#8217;ve selected. For the case of &#8216;New vs Established&#8217;, it&#8217;s possible that for 0.5% of your sessions, Google Analytics was unable to determine whether the user was new or returning. There can be multiple reasons&hellip;<span class="activity-read-more" id="activity-read-more-153"><a href="http://googleanalytics4.co/forums/discussion/the-mystery-of-not-set-in-ga4-new-vs-established-dimension/#post-5426" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e6268f242d061a5936d71d785f8ae35</guid>
				<title>Henry replied to the discussion What to Expect from Google Analytics 4 Streaming Export to BigQuery? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/what-to-expect-from-google-analytics-4-streaming-export-to-bigquery/#post-5416</link>
				<pubDate>Tue, 11 Jul 2023 09:52:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/what-to-expect-from-google-analytics-4-streaming-export-to-bigquery/#post-5416"><span class="bb-reply-lable">Reply to</span> What to Expect from Google Analytics 4 Streaming Export to BigQuery?</a></p> <div class="bb-content-inr-wrap"><p>It seems like you&#8217;re right about the user-attribution data (things like traffic name, source, and medium) not being included in the streaming export to BigQuery. From how I interpret Google&#8217;s statement, it looks like this data does take around 24 hours to fully process, so it won&#8217;t appear right away in your intraday tables. Rather, it would be&hellip;<span class="activity-read-more" id="activity-read-more-143"><a href="http://googleanalytics4.co/forums/discussion/what-to-expect-from-google-analytics-4-streaming-export-to-bigquery/#post-5416" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		