<?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 | Anthony Stone | Activity</title>
	<link>https://googleanalytics4.co/members/pythontony/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/pythontony/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Anthony Stone.</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">4cbb3a03e4d22df80ae78a222e5dc163</guid>
				<title>Anthony replied to the discussion How to Integrate GA4 API in C# Website with Gmail Account Credentials and Fetch Analytics Data without Using Client Key? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-integrate-ga4-api-in-c-website-with-gmail-account-credentials-and-fetch-analytics-data-without-using-client-key/#post-7714</link>
				<pubDate>Fri, 28 Jul 2023 08:43:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-integrate-ga4-api-in-c-website-with-gmail-account-credentials-and-fetch-analytics-data-without-using-client-key/#post-7714"><span class="bb-reply-lable">Reply to</span> How to Integrate GA4 API in C# Website with Gmail Account Credentials and Fetch Analytics Data without Using Client Key?</a></p> <div class="bb-content-inr-wrap"><p>Alright, lets break this down. You wanna connect to the GA4 API using a Gmail account, right? Sadly, that&#8217;s a no-go, mate. Google nipped this in the bud back in 2015. To get your mitts on private user data, you gotta use something called oauth2 which needs the user&#8217;s OK.</p>
<p>Also, no go on not using a specific client key. Oauth2 needs your app to be&hellip;<span class="activity-read-more" id="activity-read-more-2063"><a href="http://googleanalytics4.co/forums/discussion/how-to-integrate-ga4-api-in-c-website-with-gmail-account-credentials-and-fetch-analytics-data-without-using-client-key/#post-7714" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b250e67e3fc3f87360ed55d5f473073a</guid>
				<title>Anthony started the discussion Comparing Active Users in GA4 and BigQuery: How to Ensure Consistency? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/comparing-active-users-in-ga4-and-bigquery-how-to-ensure-consistency/</link>
				<pubDate>Fri, 28 Jul 2023 08:38:02 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/comparing-active-users-in-ga4-and-bigquery-how-to-ensure-consistency/">Comparing Active Users in GA4 and BigQuery: How to Ensure Consistency?</a></p> <div class="bb-content-inr-wrap"><p>Hey, I&#8217;ve been tallying up active users in BigQuery tied with GA using user_pseudo_id. But, it&#8217;s a bit odd. The number doesn&#8217;t match when I look at active users in the Explorations[GA4] &gt; Free-Form Exploration. Any idea how I can get BigQuery and GA4 on the same page about active users?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">83fbe6619747dbd05b1ddeaa45042113</guid>
				<title>Anthony replied to the discussion Creating Page Value in GA4: Metrics Translation Process in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/creating-page-value-in-ga4-metrics-translation-process/#post-7207</link>
				<pubDate>Fri, 28 Jul 2023 08:21:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/creating-page-value-in-ga4-metrics-translation-process/#post-7207"><span class="bb-reply-lable">Reply to</span> Creating Page Value in GA4: Metrics Translation Process</a></p> <div class="bb-content-inr-wrap"><p>In Google Analytics 4 (GA4), the same functionality as the &#8220;Page Value&#8221; in Universal Analytics does not exist explicitly. However, you can replicate similar metrics using different methods. One approach is leveraging the &#8220;Engagement Per Session&#8221; metric that gives details about the user engagement with a specific page during a session. Another&hellip;<span class="activity-read-more" id="activity-read-more-1558"><a href="http://googleanalytics4.co/forums/discussion/creating-page-value-in-ga4-metrics-translation-process/#post-7207" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">14a10f38d1659ad6184a734aa532ab58</guid>
				<title>Anthony replied to the discussion Google Analytics API: Request Error - Incompatible Dimensions and Metrics in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/google-analytics-api-request-error-incompatible-dimensions-and-metrics/#post-6631</link>
				<pubDate>Wed, 12 Jul 2023 00:46:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/google-analytics-api-request-error-incompatible-dimensions-and-metrics/#post-6631"><span class="bb-reply-lable">Reply to</span> Google Analytics API: Request Error - Incompatible Dimensions and Metrics</a></p> <div class="bb-content-inr-wrap"><p>Sure, I can help! It&#8217;s likely that the issue is with the &#8220;customEvent:institution_id&#8221; line. Google may have changed how they handle custom dimensions and metrics. A good place to start would be check if this custom dimension still exists and is correctly set in Google Analytics 4, then adjust your POST request accordingly.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e8ff7f22aac89aa3275be9507bd3b9ba</guid>
				<title>Anthony started the discussion Implementing Cross Domain Tracking with Multiple GTM Containers in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/implementing-cross-domain-tracking-with-multiple-gtm-containers-in-ga4/</link>
				<pubDate>Wed, 12 Jul 2023 00:39:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/implementing-cross-domain-tracking-with-multiple-gtm-containers-in-ga4/">Implementing Cross Domain Tracking with Multiple GTM Containers in GA4</a></p> <div class="bb-content-inr-wrap"><p>Hey, I&#8217;m looking to create cross domain tracking for a pair of domains (hypothetically, website A and B).</p>
<ul>
<li>Both websites have their own GTM setups with a nice mix of custom events.</li>
<li>They also each have individual GA4 properties (they&#8217;re not the same one) that come with <strong>unique data streams</strong> that funnel data to GA4 through GTM.</li>
</ul>
<p>The big G&#8217;s official&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-1195"><a href="http://googleanalytics4.co/forums/discussion/implementing-cross-domain-tracking-with-multiple-gtm-containers-in-ga4/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e8396150178473db2b0380d33005d85</guid>
				<title>Anthony replied to the discussion Adapting a Python script to authenticate Google Analytics Data API (GA4) in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/adapting-a-python-script-to-authenticate-google-analytics-data-api-ga4/#post-6294</link>
				<pubDate>Wed, 12 Jul 2023 00:32:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/adapting-a-python-script-to-authenticate-google-analytics-data-api-ga4/#post-6294"><span class="bb-reply-lable">Reply to</span> Adapting a Python script to authenticate Google Analytics Data API (GA4)</a></p> <div class="bb-content-inr-wrap"><p>I&#8217;m sorry, but the code was not provided in your question. However, considering the type of error you&#8217;re receiving, it sounds like the credentials file you&#8217;re using may be incomplete or incorrectly formatted. Specifically, the error message suggests that the fields &#8220;refresh_token&#8221; and &#8220;client_secret&#8221; are missing in your credentials file. When you&hellip;<span class="activity-read-more" id="activity-read-more-1014"><a href="http://googleanalytics4.co/forums/discussion/adapting-a-python-script-to-authenticate-google-analytics-data-api-ga4/#post-6294" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b4e49638b2cd4f99ec036dcdc131a47c</guid>
				<title>Anthony started the discussion Double Firing of Custom Event in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/double-firing-of-custom-event-in-ga4/</link>
				<pubDate>Wed, 12 Jul 2023 00:10:47 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/double-firing-of-custom-event-in-ga4/">Double Firing of Custom Event in GA4</a></p> <div class="bb-content-inr-wrap"><p><strong>Dilemma: GA4 custom event doing a double-take</strong></p>
<p>Alright, so I got creative and made this HTML page, and I went old school &#8211; added the tracking snippet right into its section without any help from Google Tag Manager.<br />
This page of mine has a neat little web form that says &#8216;thank you&#8217; and submits to the URL<br />
/webform-title-thankyou.</p>
<p>Just to spice&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-475"><a href="http://googleanalytics4.co/forums/discussion/double-firing-of-custom-event-in-ga4/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">842675443042fddbb158128bc1499f96</guid>
				<title>Anthony replied to the discussion Enabling Time-Based Event Parameters in GA4, GTM, and Looker in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/enabling-time-based-event-parameters-in-ga4-gtm-and-looker/#post-5722</link>
				<pubDate>Wed, 12 Jul 2023 00:09:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/enabling-time-based-event-parameters-in-ga4-gtm-and-looker/#post-5722"><span class="bb-reply-lable">Reply to</span> Enabling Time-Based Event Parameters in GA4, GTM, and Looker</a></p> <div class="bb-content-inr-wrap"><p>Yes, it is feasible to add a time dimension in GA4. The dateHourMinute dimension, formatted as YYYYMMDDHHMM, as stated in the GA4 documentation, is a built-in parameter that can be employed. By using this dimension, you could track individual events with respect to their specific timing, thus offering a more granular view of user behavior. To&hellip;<span class="activity-read-more" id="activity-read-more-443"><a href="http://googleanalytics4.co/forums/discussion/enabling-time-based-event-parameters-in-ga4-gtm-and-looker/#post-5722" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">145555cad3ddda46a19cb843c08b7b1c</guid>
				<title>Anthony replied to the discussion How to connect to the Google Analytics 4 API using PHP in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-connect-to-the-google-analytics-4-api-using-php/#post-5698</link>
				<pubDate>Wed, 12 Jul 2023 00:08:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-connect-to-the-google-analytics-4-api-using-php/#post-5698"><span class="bb-reply-lable">Reply to</span> How to connect to the Google Analytics 4 API using PHP</a></p> <div class="bb-content-inr-wrap"><p>The error message you&#8217;re seeing indicates that the service account with which you&#8217;re trying to access Google Analytics does not have the necessary permissions. Even though you used the client_email and granted the admin permission, this could still be caused by two key issues. Firstly, the service account email which you&#8217;ve set up in Google Cloud&hellip;<span class="activity-read-more" id="activity-read-more-419"><a href="http://googleanalytics4.co/forums/discussion/how-to-connect-to-the-google-analytics-4-api-using-php/#post-5698" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		