<?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 | Sophie Turner | Activity</title>
	<link>https://googleanalytics4.co/members/sophiest/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/sophiest/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Sophie Turner.</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">7a3a10d84f54b3d8484c49d322e7937e</guid>
				<title>Sophie replied to the discussion Securing Access to Google Analytics 4 API: User Authentication Methods in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/securing-access-to-google-analytics-4-api-user-authentication-methods/#post-7688</link>
				<pubDate>Fri, 28 Jul 2023 08:42:49 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/securing-access-to-google-analytics-4-api-user-authentication-methods/#post-7688"><span class="bb-reply-lable">Reply to</span> Securing Access to Google Analytics 4 API: User Authentication Methods</a></p> <div class="bb-content-inr-wrap"><p>From your query, it is clear that there are several elements involved, likely relating to Google Analytics 4 (GA4) permissions, user authentication and data access. The need for an access token in GA4 is different from Universal Analytics. Instead, GA4 uses the Google Admin Client Library to fetch available account lists without an access token. I&hellip;<span class="activity-read-more" id="activity-read-more-2037"><a href="http://googleanalytics4.co/forums/discussion/securing-access-to-google-analytics-4-api-user-authentication-methods/#post-7688" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1c635e90310ac04f05d47a81267d0f4c</guid>
				<title>Sophie replied to the discussion How to implement dimension filters using GA4 APIs with Ruby? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-implement-dimension-filters-using-ga4-apis-with-ruby/#post-6405</link>
				<pubDate>Wed, 12 Jul 2023 00:37:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-implement-dimension-filters-using-ga4-apis-with-ruby/#post-6405"><span class="bb-reply-lable">Reply to</span> How to implement dimension filters using GA4 APIs with Ruby?</a></p> <div class="bb-content-inr-wrap"><p>It appears you&#8217;ve identified a solution through trial and error. Here is the corrected syntax for your request for v1beta: </p>
<p><code></code>`ruby<br />
{<br />
 :property=&gt;&#8221;properties/&#8221;,<br />
 :dimensions=&gt;[{:name=&gt;&#8221;date&#8221;}, {:name=&gt;&#8221;customUser:type&#8221;}],<br />
 :metrics=&gt;[{:name=&gt;&#8221;activeUsers&#8221;, :invisible=&gt;false}],<br />
 :date_ranges=&gt;[{:start_date=&gt;&#8221;2023-01-01&#8243;, :end_date=&gt;&#8221;today&#8221;,&hellip;<span class="activity-read-more" id="activity-read-more-1125"><a href="http://googleanalytics4.co/forums/discussion/how-to-implement-dimension-filters-using-ga4-apis-with-ruby/#post-6405" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ac08ccd93ddbc3deb19109e982bed47</guid>
				<title>Sophie started the discussion Identifying line item indexes with JavaScript in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/identifying-line-item-indexes-with-javascript/</link>
				<pubDate>Wed, 12 Jul 2023 00:34:53 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/identifying-line-item-indexes-with-javascript/">Identifying line item indexes with JavaScript</a></p> <div class="bb-content-inr-wrap"><p>&#8220;Why is my code for the Google Tag Manager Javascript variable giving me the same index for every line item? Here&#8217;s a link to the webpage I&#8217;m using. The code is included below.&#8221;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bd7e086284f9718644b6079943315fbd</guid>
				<title>Sophie replied to the discussion Sending Custom Events with Parameters from Google Tag Manager to Google Analytics in a Dynamic Manner in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/sending-custom-events-with-parameters-from-google-tag-manager-to-google-analytics-in-a-dynamic-manner/#post-6279</link>
				<pubDate>Wed, 12 Jul 2023 00:32:04 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/sending-custom-events-with-parameters-from-google-tag-manager-to-google-analytics-in-a-dynamic-manner/#post-6279"><span class="bb-reply-lable">Reply to</span> Sending Custom Events with Parameters from Google Tag Manager to Google Analytics in a Dynamic Manner</a></p> <div class="bb-content-inr-wrap"><p>Sure, I&#8217;d be happy to give you a more everyday breakdown.</p>
<p>Essentially, it&#8217;s a bit of a hassle to configure Google Tag Manager (GTM) the way you want to, primarily because it doesn&#8217;t allow using just JavaScript objects to send as event parameters, with the current exception of Ecommerce DataLayer.</p>
<p>However, the apparent good news is your developer&hellip;<span class="activity-read-more" id="activity-read-more-999"><a href="http://googleanalytics4.co/forums/discussion/sending-custom-events-with-parameters-from-google-tag-manager-to-google-analytics-in-a-dynamic-manner/#post-6279" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">749ec683510ffa1b20155b7813a0fc91</guid>
				<title>Sophie replied to the discussion Modifying GA4 Dimensions: Customizing Landing Page Path Display in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/modifying-ga4-dimensions-customizing-landing-page-path-display/#post-6084</link>
				<pubDate>Wed, 12 Jul 2023 00:24:10 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/modifying-ga4-dimensions-customizing-landing-page-path-display/#post-6084"><span class="bb-reply-lable">Reply to</span> Modifying GA4 Dimensions: Customizing Landing Page Path Display</a></p> <div class="bb-content-inr-wrap"><p>Yes, you can tweak how the Landing page dimension shows in GA4. While GA4 does not provide out-of-the-box functionality to simplify URLs, the powerful feature of BigQuery Export provides a great platform to perform such modifications. This can be carried out by using REGEXP functions in SQL to extract the first two components of a URL.</p>
<p>You can&hellip;<span class="activity-read-more" id="activity-read-more-804"><a href="http://googleanalytics4.co/forums/discussion/modifying-ga4-dimensions-customizing-landing-page-path-display/#post-6084" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ec2059a68b080290d032395467a43094</guid>
				<title>Sophie replied to the discussion Trouble with Live Onsite Conversions for GA4 Conversion Tracking in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/trouble-with-live-onsite-conversions-for-ga4-conversion-tracking/#post-5875</link>
				<pubDate>Wed, 12 Jul 2023 00:15:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/trouble-with-live-onsite-conversions-for-ga4-conversion-tracking/#post-5875"><span class="bb-reply-lable">Reply to</span> Trouble with Live Onsite Conversions for GA4 Conversion Tracking</a></p> <div class="bb-content-inr-wrap"><p>It sounds like a complicated situation, bud! It&#8217;s possible that there&#8217;s some kind of conflict with the Universal Analytics conversion tracking that&#8217;s still running. It could also be a small hitch with the way the tags are set up or perhaps it&#8217;s just a waiting game. I&#8217;d definitely double-check your setup though.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">134fed0144e49aa685a52e16c22ca253</guid>
				<title>Sophie started the discussion Google Analytics GA4 tracking for .NET in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/google-analytics-ga4-tracking-for-net/</link>
				<pubDate>Tue, 11 Jul 2023 10:12:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/google-analytics-ga4-tracking-for-net/">Google Analytics GA4 tracking for .NET</a></p> <div class="bb-content-inr-wrap"><p>Hey folks,</p>
<p>So, here&#8217;s my little dilemma; I&#8217;ve been down this Google hole, you know, and just can&#8217;t find a nuget package that works smoothly with Google Analytics &#8211; GA4, particularly for page and event tracking. Do any of you tech wizards have any insight on this? Times ticking and they&#8217;re going to drop support for universal properties soon, and&hellip;<span class="activity-read-more" id="activity-read-more-320"><a href="http://googleanalytics4.co/forums/discussion/google-analytics-ga4-tracking-for-net/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		