<?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 | John Lucas | Activity</title>
	<link>https://googleanalytics4.co/members/johnthedebugger/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/johnthedebugger/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for John Lucas.</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">00ce8bb909856853e2b846eefdfd0700</guid>
				<title>John replied to the discussion Implementing Google Analytics 4 within a Chrome Extension using Manifest V3 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/implementing-google-analytics-4-within-a-chrome-extension-using-manifest-v3/#post-7568</link>
				<pubDate>Fri, 28 Jul 2023 08:37:22 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/implementing-google-analytics-4-within-a-chrome-extension-using-manifest-v3/#post-7568"><span class="bb-reply-lable">Reply to</span> Implementing Google Analytics 4 within a Chrome Extension using Manifest V3</a></p> <div class="bb-content-inr-wrap"><p>In simple terms, when you&#8217;re working with a Chrome extension &#8211; in background scripts or content scripts or inside a new HTML page or a pop-up HTML &#8211; you can&#8217;t directly import scripts from links. This might sound tricky, but there&#8217;s a way around it. Instead of pulling scripts directly from a website, you need to bring those scripts into your own&hellip;<span class="activity-read-more" id="activity-read-more-1918"><a href="http://googleanalytics4.co/forums/discussion/implementing-google-analytics-4-within-a-chrome-extension-using-manifest-v3/#post-7568" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f9dbcfca9b5b07fcc9b2cbe6db4aeeae</guid>
				<title>John replied to the discussion Analyzing Event Source on an Embedded Page with GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/analyzing-event-source-on-an-embedded-page-with-ga4/#post-7369</link>
				<pubDate>Fri, 28 Jul 2023 08:28:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/analyzing-event-source-on-an-embedded-page-with-ga4/#post-7369"><span class="bb-reply-lable">Reply to</span> Analyzing Event Source on an Embedded Page with GA4</a></p> <div class="bb-content-inr-wrap"><p>To correct your GA4 setup on two websites to ensure that the source doesn&#8217;t display as &#8216;direct&#8217; for the embedded site, it may be beneficial to use Google Tag Manager (GTM). This can help to manage the data layer and control which data is sent and when. Additionally, it is important to ensure that each website is set up as a separate data stream in&hellip;<span class="activity-read-more" id="activity-read-more-1720"><a href="http://googleanalytics4.co/forums/discussion/analyzing-event-source-on-an-embedded-page-with-ga4/#post-7369" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fcae94b9d2d4f6423ea5d802dfbaddd9</guid>
				<title>John replied to the discussion Integrating Exploration Data into Customized Reports: A Guide for GA4 Users in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/integrating-exploration-data-into-customized-reports-a-guide-for-ga4-users/#post-7263</link>
				<pubDate>Fri, 28 Jul 2023 08:23:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/integrating-exploration-data-into-customized-reports-a-guide-for-ga4-users/#post-7263"><span class="bb-reply-lable">Reply to</span> Integrating Exploration Data into Customized Reports: A Guide for GA4 Users</a></p> <div class="bb-content-inr-wrap"><p>Yes, it is indeed possible to display data from explorations in a report format. The data obtained from your different explorations can be collated, analyzed, and presented in a structured report format. This way, you can create a detailed or summary report featuring the findings from your targeted explorations, helping you or your stakeholders to&hellip;<span class="activity-read-more" id="activity-read-more-1614"><a href="http://googleanalytics4.co/forums/discussion/integrating-exploration-data-into-customized-reports-a-guide-for-ga4-users/#post-7263" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc46efc8bd95cb33a1fb2397295629c3</guid>
				<title>John started the discussion How to include website domain in GA4 Google Analytics? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-include-website-domain-in-ga4-google-analytics/</link>
				<pubDate>Fri, 28 Jul 2023 08:22:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-include-website-domain-in-ga4-google-analytics/">How to include website domain in GA4 Google Analytics?</a></p> <div class="bb-content-inr-wrap"><p>You know, I&#8217;ve been using this bit of code to append variables to each page for Google Analytics tracking:</p>
<pre><code>function pageViewGa(pagePath, pageUrl, host) {
    gtag("event", "page_view", {
        "page_title": pagePath,
        "page_location": pageUrl,
        "page_path": pagePath
    });
}
</code></pre>
<p>It&#8217;s been working well for the most part, but there&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-1574"><a href="http://googleanalytics4.co/forums/discussion/how-to-include-website-domain-in-ga4-google-analytics/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6decca7c2e89afb5740c82172382f137</guid>
				<title>John replied to the discussion How can I ensure consistent _ga cookie creation between GA4 and UA? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-can-i-ensure-consistent-_ga-cookie-creation-between-ga4-and-ua/#post-7213</link>
				<pubDate>Fri, 28 Jul 2023 08:21:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-can-i-ensure-consistent-_ga-cookie-creation-between-ga4-and-ua/#post-7213"><span class="bb-reply-lable">Reply to</span> How can I ensure consistent _ga cookie creation between GA4 and UA?</a></p> <div class="bb-content-inr-wrap"><p>The _ga cookie value, like GA1.2 or GA1.1, doesn&#8217;t correspond to different Google Analytics versions like GA4 or UA. Instead, these numbers are labeled as domain-creation flags where &#8220;GA1&#8221; is a fixed value, the subsequent &#8220;.1&#8221; or &#8220;.2&#8221; corresponds to the domain level of your website, not to the version of the Google Analytics. It doesn&#8217;t affect the&hellip;<span class="activity-read-more" id="activity-read-more-1564"><a href="http://googleanalytics4.co/forums/discussion/how-can-i-ensure-consistent-_ga-cookie-creation-between-ga4-and-ua/#post-7213" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdbaad84ab99e1e436cddad2b11294a5</guid>
				<title>John replied to the discussion How to Simultaneously Utilize Google Analytics 4 and Universal Analytics in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-simultaneously-utilize-google-analytics-4-and-universal-analytics/#post-6334</link>
				<pubDate>Wed, 12 Jul 2023 00:34:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-simultaneously-utilize-google-analytics-4-and-universal-analytics/#post-6334"><span class="bb-reply-lable">Reply to</span> How to Simultaneously Utilize Google Analytics 4 and Universal Analytics</a></p> <div class="bb-content-inr-wrap"><p>The idea of running Universal Analytics (UA) and Google Analytics 4 (GA4) simultaneously on the same webpage is a common approach when transitioning from UA to GA4, as it allows you to have both versions running at the same time. The script you presented does reflect this approach. However, you don&#8217;t need to include the &#8216;gtag.js&#8217; script twice for&hellip;<span class="activity-read-more" id="activity-read-more-1054"><a href="http://googleanalytics4.co/forums/discussion/how-to-simultaneously-utilize-google-analytics-4-and-universal-analytics/#post-6334" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c24430b74414d15803f1e18a5da31ce8</guid>
				<title>John replied to the discussion Creating Form Funnels in GA4 with Single URL Structure: Exploring Options in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/creating-form-funnels-in-ga4-with-single-url-structure-exploring-options/#post-6301</link>
				<pubDate>Wed, 12 Jul 2023 00:32:57 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/creating-form-funnels-in-ga4-with-single-url-structure-exploring-options/#post-6301"><span class="bb-reply-lable">Reply to</span> Creating Form Funnels in GA4 with Single URL Structure: Exploring Options</a></p> <div class="bb-content-inr-wrap"><p>In GA4, if all the form steps are on the same page, you&#8217;ll need to send each form interaction as an event to Google Analytics. That way, you can track the progress of users through the form. Each text box or form step can be tracked as a unique event. For instance, you might send an event when a user starts the form, another for each section they&hellip;<span class="activity-read-more" id="activity-read-more-1021"><a href="http://googleanalytics4.co/forums/discussion/creating-form-funnels-in-ga4-with-single-url-structure-exploring-options/#post-6301" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d0c2a6451ba861c411833646dca421ea</guid>
				<title>John 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-6093</link>
				<pubDate>Wed, 12 Jul 2023 00:24:30 +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-6093"><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, you can modify the page-view event trigger while keeping other events intact in Google Tag Manager (GTM) for Google Analytics 4 by using trigger exceptions. Here are the steps:</p>
<p>First, go to your GA4 configuration tag in GTM and deselect the &#8216;Send a page view event when this configuration loads&#8217; option. This will stop the default page view&hellip;<span class="activity-read-more" id="activity-read-more-813"><a href="http://googleanalytics4.co/forums/discussion/disabling-page-view-tracking-for-a-specific-webpage/#post-6093" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b5e4f60d78624aef40a4cd0a47994dbc</guid>
				<title>John replied to the discussion Trouble with City Data in GA4 Measurement Protocol API in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/trouble-with-city-data-in-ga4-measurement-protocol-api/#post-5833</link>
				<pubDate>Wed, 12 Jul 2023 00:13:55 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/trouble-with-city-data-in-ga4-measurement-protocol-api/#post-5833"><span class="bb-reply-lable">Reply to</span> Trouble with City Data in GA4 Measurement Protocol API</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m sorry for the inconvenience, but when it comes to geo-information, it&#8217;s available only through automatic collection methods such as gtag, GTM, or Google Analytics for Firebase. As a result, I&#8217;m afraid we won&#8217;t be able to furnish that information from the Measurement Protocol (MP).</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a347f94dff943500ca495906f857749b</guid>
				<title>John replied to the discussion Analyzing Page Load Times in GA4: Metrics and Visualization in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/analyzing-page-load-times-in-ga4-metrics-and-visualization/#post-5791</link>
				<pubDate>Wed, 12 Jul 2023 00:12:14 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/analyzing-page-load-times-in-ga4-metrics-and-visualization/#post-5791"><span class="bb-reply-lable">Reply to</span> Analyzing Page Load Times in GA4: Metrics and Visualization</a></p> <div class="bb-content-inr-wrap"><p>The method you are using is actually one of the effective ways to track load speeds, particularly in a system with Google Analytics setup. However, you could look into the Performance API to measure other aspects of your page or web app&#8217;s loading times. The Performance API offers a more detailed breakdown of the loading process, which might be&hellip;<span class="activity-read-more" id="activity-read-more-512"><a href="http://googleanalytics4.co/forums/discussion/analyzing-page-load-times-in-ga4-metrics-and-visualization/#post-5791" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0033eba123f00327a5f2af162f0dfd8d</guid>
				<title>John started the discussion Google Tag Manager: Unable to track firing trigger&#039;s source or name in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/google-tag-manager-unable-to-track-firing-triggers-source-or-name/</link>
				<pubDate>Tue, 11 Jul 2023 10:14:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/google-tag-manager-unable-to-track-firing-triggers-source-or-name/">Google Tag Manager: Unable to track firing trigger&#039;s source or name</a></p> <div class="bb-content-inr-wrap"><p>Hey! I&#8217;ve got a bit of a puzzle I&#8217;m trying to solve. I have this tag that has multiple firing triggers. Only one trigger at a time fires without any hiccups, which is great. But here&#8217;s the catch, I need to push the trigger&#8217;s source or name along with the Google Analytics: GA4 Event tracking. Is that even possible using a Data layer variable or&hellip;<span class="activity-read-more" id="activity-read-more-371"><a href="http://googleanalytics4.co/forums/discussion/google-tag-manager-unable-to-track-firing-triggers-source-or-name/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">90d5df80a239efea33c10a63bb53b5c4</guid>
				<title>John replied to the discussion GA4 purchase event is duplicated on first purchase only in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/ga4-purchase-event-is-duplicated-on-first-purchase-only/#post-5637</link>
				<pubDate>Tue, 11 Jul 2023 10:14:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/ga4-purchase-event-is-duplicated-on-first-purchase-only/#post-5637"><span class="bb-reply-lable">Reply to</span> GA4 purchase event is duplicated on first purchase only</a></p> <div class="bb-content-inr-wrap"><p>Based on your observations, the issue with the purchase event being triggered twice appears to be linked to the ga_session_id and ga_session_number. This anomaly is quite unusual and it&#8217;s clear you&#8217;ve been thorough in your efforts to resolve it. Since altering the site&#8217;s theme, disabling plugins, and checking the gtag scripts didn&#8217;t help, we might&hellip;<span class="activity-read-more" id="activity-read-more-363"><a href="http://googleanalytics4.co/forums/discussion/ga4-purchase-event-is-duplicated-on-first-purchase-only/#post-5637" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0cb5849f06f567b8924dce23746ff499</guid>
				<title>John replied to the discussion The data discrepancy between Google Analytics 4 and Universal Analytics in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/the-data-discrepancy-between-google-analytics-4-and-universal-analytics/#post-5605</link>
				<pubDate>Tue, 11 Jul 2023 10:12:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/the-data-discrepancy-between-google-analytics-4-and-universal-analytics/#post-5605"><span class="bb-reply-lable">Reply to</span> The data discrepancy between Google Analytics 4 and Universal Analytics</a></p> <div class="bb-content-inr-wrap"><p>Hey there! You&#8217;re not alone, many people have noticed disparities between Google Analytics 4 and Universal Analytics. It&#8217;s because they use different tracking systems, so the results won&#8217;t always match exactly. Don&#8217;t worry, both are giving you valuable data, they&#8217;re just showing it in different ways!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d29b979d0c12a808d58f4fb6d7d55cb6</guid>
				<title>John started the discussion Trouble listing Metrics and Dimensions with Google Analytics Data API in SSIS Integration using Kingswaysoft in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/trouble-listing-metrics-and-dimensions-with-google-analytics-data-api-in-ssis-integration-using-kingswaysoft/</link>
				<pubDate>Wed, 05 Jul 2023 22:56:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/trouble-listing-metrics-and-dimensions-with-google-analytics-data-api-in-ssis-integration-using-kingswaysoft/">Trouble listing Metrics and Dimensions with Google Analytics Data API in SSIS Integration using Kingswaysoft</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I&#8217;m currently exploring the integration of GA4 with SSIS using Kingswaysoft and I&#8217;ve encountered an issue I hope someone can help me resolve. When I attempt to use &#8216;Google Analytics Data API&#8217;, I&#8217;m not seeing any Metrics &amp; Dimensions displayed in the dropdown list I&#8217;m working in visual studio 2019.</p>
<p>The following link should direct you to the&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-21"><a href="http://googleanalytics4.co/forums/discussion/trouble-listing-metrics-and-dimensions-with-google-analytics-data-api-in-ssis-integration-using-kingswaysoft/" rel="nofollow"> Read more</a></span></p>
<div class="bb-link-preview-container"><div class="bb-link-preview-image"><div class="bb-link-preview-image-cover"><a href="https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema" target="_blank"><img src="https://googleanalytics4.co/wp-content/uploads/2023/07/developers-social-media-1.png" /></a></div></div><div class="bb-link-preview-info"><p class="bb-link-preview-link-name">developers.google.com</p><p class="bb-link-preview-title"><a href="https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema" target="_blank" rel="nofollow">404  |  Page Not Found  |  Google for Developers</a></p><div class="bb-link-preview-excerpt"><p>404  |  Page Not Found  |  Google for Developers</p></div></div></div></div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		