<?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 | Quinn Stone | Activity</title>
	<link>https://googleanalytics4.co/members/quinnq/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/quinnq/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Quinn 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">bc7801390ae1ef54ca93757d5699043c</guid>
				<title>Quinn replied to the discussion Disabling Google Tag Manager on localhost to prevent tag firing in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/disabling-google-tag-manager-on-localhost-to-prevent-tag-firing/#post-7076</link>
				<pubDate>Fri, 28 Jul 2023 08:15:26 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/disabling-google-tag-manager-on-localhost-to-prevent-tag-firing/#post-7076"><span class="bb-reply-lable">Reply to</span> Disabling Google Tag Manager on localhost to prevent tag firing</a></p> <div class="bb-content-inr-wrap"><p>Of course, there are practical solutions to avoid firing events to your GA from non-production environments &#8211; or when debugging. Indeed, you can also stop GA from recording those events. Let&#8217;s go through the process.</p>
<p>Generally, to start firing events to GA4 from GTM, you need a GA4 configuration tag, which requires a measurement ID. But hey, no&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-1428"><a href="http://googleanalytics4.co/forums/discussion/disabling-google-tag-manager-on-localhost-to-prevent-tag-firing/#post-7076" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f827dfd1b5555e10ba5934ab12d24c8c</guid>
				<title>Quinn replied to the discussion Optimal approach for managing extensive subdomain tracking in a single GA4 account in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/optimal-approach-for-managing-extensive-subdomain-tracking-in-a-single-ga4-account/#post-6393</link>
				<pubDate>Wed, 12 Jul 2023 00:36:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/optimal-approach-for-managing-extensive-subdomain-tracking-in-a-single-ga4-account/#post-6393"><span class="bb-reply-lable">Reply to</span> Optimal approach for managing extensive subdomain tracking in a single GA4 account</a></p> <div class="bb-content-inr-wrap"><p>Switching from traditional Google Analytics to GA4 presents a unique set of challenges, especially with your complex setup where you look after numerous subdomains and apps. In GA4, the concept of views doesn&#8217;t exist anymore. However, you can use data streams within a single GA4 property to represent different apps or sites. For a big organization&hellip;<span class="activity-read-more" id="activity-read-more-1113"><a href="http://googleanalytics4.co/forums/discussion/optimal-approach-for-managing-extensive-subdomain-tracking-in-a-single-ga4-account/#post-6393" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bbe4c8eff4bd9027bad608120db9349d</guid>
				<title>Quinn started the discussion Google Analytics 4: Accessing Minute-Level Data in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/google-analytics-4-accessing-minute-level-data/</link>
				<pubDate>Wed, 12 Jul 2023 00:16:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/google-analytics-4-accessing-minute-level-data/">Google Analytics 4: Accessing Minute-Level Data</a></p> <div class="bb-content-inr-wrap"><p>Sure! Here&#8217;s one way to rephrase it: &#8220;Hey, I&#8217;m currently facing a bit of difficulty trying to extract the minute dimension in GA4 for my website. It seems to only support data up to the hour level. Do you know of any method that might help me with extracting minute-level data?&#8221;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7de947bd72559606cf1a7004032b1037</guid>
				<title>Quinn started the discussion Integrating Google Analytics 4 with Inertia React in Laravel 10 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/integrating-google-analytics-4-with-inertia-react-in-laravel-10/</link>
				<pubDate>Wed, 12 Jul 2023 00:13:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/integrating-google-analytics-4-with-inertia-react-in-laravel-10/">Integrating Google Analytics 4 with Inertia React in Laravel 10</a></p> <div class="bb-content-inr-wrap"><p>Hey pals, so I&#8217;ve been working with laravel 10, which comes built in with reactjs and inertia &#8211; plus SSR &#8211; for my newest app.</p>
<p>I&#8217;ve decided to use this <a target='_blank' href="https://github.com/codler/react-ga4" rel="nofollow noreferrer" rel="nofollow">react-ga4</a> package, but honestly, I&#8217;m drawing a blank. Where exactly do I put the initialization code in the app root?</p>
<pre><code>ReactGA.initialize(<span class="hljs-string">"your GA measurement id"</span>);
</code></pre>
<p>Here&#8217;s how my <code>app.jsx</code>&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-532"><a href="http://googleanalytics4.co/forums/discussion/integrating-google-analytics-4-with-inertia-react-in-laravel-10/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9dcbd34f119d718d267026cb7e8a45a3</guid>
				<title>Quinn replied to the discussion &#039;GA4 Custom Dimensions Not Working Properly&#039; in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/ga4-custom-dimensions-not-working-properly/#post-5620</link>
				<pubDate>Tue, 11 Jul 2023 10:13:16 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/ga4-custom-dimensions-not-working-properly/#post-5620"><span class="bb-reply-lable">Reply to</span> &#039;GA4 Custom Dimensions Not Working Properly&#039;</a></p> <div class="bb-content-inr-wrap"><p>Based on your code, it seems you&#8217;ve done everything correctly. However, there is a chance you might be running into a race condition issue where the data is not fully registered before the page view event is sent.</p>
<p>In order to debug this, I would suggest checking how you are setting your custom dimensions. Make sure you are using the correct&hellip;<span class="activity-read-more" id="activity-read-more-346"><a href="http://googleanalytics4.co/forums/discussion/ga4-custom-dimensions-not-working-properly/#post-5620" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ac4a6f89ac411e11e781094f25873e7e</guid>
				<title>Quinn replied to the discussion Transitioning to GA4 Analytics Data API in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/transitioning-to-ga4-analytics-data-api/#post-5464</link>
				<pubDate>Tue, 11 Jul 2023 09:54:55 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/transitioning-to-ga4-analytics-data-api/#post-5464"><span class="bb-reply-lable">Reply to</span> Transitioning to GA4 Analytics Data API</a></p> <div class="bb-content-inr-wrap"><p>In layman&#8217;s terms, it sounds like you&#8217;re switching over to a new system, GA4, for tracking web traffic data. You&#8217;ve mapped some old terms to new ones and want to double-check if you&#8217;re on the right track &#8211; always a smart move! In addition, you&#8217;ve noticed some new terms in GA4 that seem similar to the old ones, and you&#8217;re keen to know the&hellip;<span class="activity-read-more" id="activity-read-more-191"><a href="http://googleanalytics4.co/forums/discussion/transitioning-to-ga4-analytics-data-api/#post-5464" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f53700f8a4aa48b3ca2906ce5645a723</guid>
				<title>Quinn started the discussion Access Denied: GA4 Property API Restriction - Reach Out to Google Analytics API Support for Assistance in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/access-denied-ga4-property-api-restriction-reach-out-to-google-analytics-api-support-for-assistance/</link>
				<pubDate>Sat, 08 Jul 2023 22:54:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/access-denied-ga4-property-api-restriction-reach-out-to-google-analytics-api-support-for-assistance/">Access Denied: GA4 Property API Restriction - Reach Out to Google Analytics API Support for Assistance</a></p> <div class="bb-content-inr-wrap"><p>Hey there, I&#8217;ve been using the run report API with GA&#8217;s data API v1beta and I&#8217;ve stumbled across this error message. It reads:</p>
<p><code></code>`json<br />
{<br />
    &#8220;response&#8221;: {<br />
        &#8220;error&#8221;: {<br />
            &#8220;code&#8221;: 429,<br />
            &#8220;message&#8221;: &#8220;This property is denied access to the API. Contact Google Analytics API Support for more information.&#8221;,<br />
            &#8220;status&#8221;:&hellip;<span class="activity-read-more" id="activity-read-more-84"><a href="http://googleanalytics4.co/forums/discussion/access-denied-ga4-property-api-restriction-reach-out-to-google-analytics-api-support-for-assistance/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">22872fdb6024fb3f20f940932ae95156</guid>
				<title>Quinn replied to the discussion Identifying the origin of unexpected events in Google Analytics 4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/identifying-the-origin-of-unexpected-events-in-google-analytics-4/#post-5321</link>
				<pubDate>Sat, 08 Jul 2023 22:53:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/identifying-the-origin-of-unexpected-events-in-google-analytics-4/#post-5321"><span class="bb-reply-lable">Reply to</span> Identifying the origin of unexpected events in Google Analytics 4</a></p> <div class="bb-content-inr-wrap"><p>It sounds like someone else might have access and is adding these events. Check who has permissions to your GTM and analytics. Once you&#8217;ve done that, you can simply remove or modify these events in your GTM &#8211; just look for triggers related to these events and remove or disable them.</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		