<?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 | Isabella Wilson | Activity</title>
	<link>https://googleanalytics4.co/members/isabellaiotironlady/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/isabellaiotironlady/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Isabella Wilson.</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">4fff918539559f6000111079cfa91a5f</guid>
				<title>Isabella replied to the discussion Troubleshooting email sending issues in Google Apps Script in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-email-sending-issues-in-google-apps-script/#post-7676</link>
				<pubDate>Fri, 28 Jul 2023 08:42:13 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-email-sending-issues-in-google-apps-script/#post-7676"><span class="bb-reply-lable">Reply to</span> Troubleshooting email sending issues in Google Apps Script</a></p> <div class="bb-content-inr-wrap"><p>The issue could reside in a couple of potential areas in your code. </p>
<p>One problem could be in how you determine the data range in your Google Sheets. The code &#8220;B2: L80&#8221; + sh.getLastRow() is meant to get data from B2 to the last row of the L column. However, it may not be working as you expect because &#8220;B2: L80&#8221; + sh.getLastRow() translates to &#8220;B2:&hellip;<span class="activity-read-more" id="activity-read-more-2025"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-email-sending-issues-in-google-apps-script/#post-7676" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1c1cf5c9f95796d52ec6e76e13b78430</guid>
				<title>Isabella replied to the discussion Possible Explanations for Missing Events per Client in Google Optimize-GA4 Integration in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/possible-explanations-for-missing-events-per-client-in-google-optimize-ga4-integration/#post-6543</link>
				<pubDate>Wed, 12 Jul 2023 00:42:48 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/possible-explanations-for-missing-events-per-client-in-google-optimize-ga4-integration/#post-6543"><span class="bb-reply-lable">Reply to</span> Possible Explanations for Missing Events per Client in Google Optimize-GA4 Integration</a></p> <div class="bb-content-inr-wrap"><p>Alright, so here&#8217;s the deal. The same weird thing you&#8217;re seeing on your site with Google Optimize and GA4, I&#8217;m seeing it on my site too! GA4 seems totally fine, and according to Google Optimize it&#8217;s all set up correctly. But here&#8217;s the snag &#8211; it&#8217;s showing zero for experiment sessions. Also, your screenshot has this weird &#8220;Experiment Clients&#8221;&hellip;<span class="activity-read-more" id="activity-read-more-1263"><a href="http://googleanalytics4.co/forums/discussion/possible-explanations-for-missing-events-per-client-in-google-optimize-ga4-integration/#post-6543" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdffc396f8b413642ed3dae0aab88af1</guid>
				<title>Isabella started the discussion Troubleshooting the issue of (other) language in Google Analytics 4 during migration from Universal Analytics in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-the-issue-of-other-language-in-google-analytics-4-during-migration-from-universal-analytics/</link>
				<pubDate>Wed, 12 Jul 2023 00:37:23 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-the-issue-of-other-language-in-google-analytics-4-during-migration-from-universal-analytics/">Troubleshooting the issue of (other) language in Google Analytics 4 during migration from Universal Analytics</a></p> <div class="bb-content-inr-wrap"><p>So here&#8217;s the deal: I&#8217;ve been using a couple of code snippets to set the language for visitors on my site. The first snippet does just that &#8211; sets the language. The second one does the same but also throws a &#8220;page_view&#8221; event into the mix:</p>
<pre><code><span class="hljs-title function_">gtag</span>(<span class="hljs-string">'set'</span>, <span class="hljs-string">'language'</span>, <span class="hljs-string">'client language'</span>);
</code></pre>
<pre><code><span class="hljs-title function_">gtag</span>(<span class="hljs-string">'event'</span>, <span class="hljs-string">'page_view'</span>, {
    <span class="hljs-attr">page_title</span>: <span class="hljs-string">'PAGE TITLE'</span>,&hellip;</code></pre>
<p><span class="activity-read-more" id="activity-read-more-1132"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-the-issue-of-other-language-in-google-analytics-4-during-migration-from-universal-analytics/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1805ec66d707a60fb477ea4b66a7e065</guid>
				<title>Isabella replied to the discussion Troubleshooting Incompatibility Issues with Google Analytics 4 Reporting in Python in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-incompatibility-issues-with-google-analytics-4-reporting-in-python/#post-6354</link>
				<pubDate>Wed, 12 Jul 2023 00:35:05 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-incompatibility-issues-with-google-analytics-4-reporting-in-python/#post-6354"><span class="bb-reply-lable">Reply to</span> Troubleshooting Incompatibility Issues with Google Analytics 4 Reporting in Python</a></p> <div class="bb-content-inr-wrap"><p>The error you’re getting is due to an issue with the compatibility between the dimensions and metrics in your request. According to the link provided in the error message, not all combinations of dimensions and metrics are valid. The lists of dimensions and metrics used in a request must be compatible with each other and with the API itself. A&hellip;<span class="activity-read-more" id="activity-read-more-1074"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-incompatibility-issues-with-google-analytics-4-reporting-in-python/#post-6354" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef6a2b9aeb10d73d94abbb310541d058</guid>
				<title>Isabella replied to the discussion Resolving error while setting up Google Analytics 4 Admin service client in PHP in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/resolving-error-while-setting-up-google-analytics-4-admin-service-client-in-php/#post-6197</link>
				<pubDate>Wed, 12 Jul 2023 00:28:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/resolving-error-while-setting-up-google-analytics-4-admin-service-client-in-php/#post-6197"><span class="bb-reply-lable">Reply to</span> Resolving error while setting up Google Analytics 4 Admin service client in PHP</a></p> <div class="bb-content-inr-wrap"><p>This error can occur when the PHP client library fails to find any HTTP handlers to make HTTP requests. You might need to install and enable certain PHP extentions, like &#8216;ext-curl&#8217; or &#8216;ext-openssl&#8217;. Check your PHP configuration and installed extensions. The error usually arises due to missing extensions or misconfiguration.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45086ab6aa53af77bf32d1daea5a8397</guid>
				<title>Isabella replied to the discussion Analyzing User Pathways in GA4: Understanding Website Navigation Sequences in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/analyzing-user-pathways-in-ga4-understanding-website-navigation-sequences/#post-5966</link>
				<pubDate>Wed, 12 Jul 2023 00:19:20 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/analyzing-user-pathways-in-ga4-understanding-website-navigation-sequences/#post-5966"><span class="bb-reply-lable">Reply to</span> Analyzing User Pathways in GA4: Understanding Website Navigation Sequences</a></p> <div class="bb-content-inr-wrap"><p>Hey there! What you&#8217;re looking to do is totally doable in GA4. It&#8217;s all about creating a &#8220;multi-step funnel.&#8221; Here&#8217;s how you can do that:</p>
<p>Start off with your homepage and then just add the other pages (like the resource page and the career page, using your example) as steps in the funnel. </p>
<p>Now, to actually make this happen, take a look to the&hellip;<span class="activity-read-more" id="activity-read-more-686"><a href="http://googleanalytics4.co/forums/discussion/analyzing-user-pathways-in-ga4-understanding-website-navigation-sequences/#post-5966" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f0f28e482a4c8eddd6a02ea2b1f23e39</guid>
				<title>Isabella replied to the discussion How to track dynamic dataLayer values as custom dimensions in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-track-dynamic-datalayer-values-as-custom-dimensions-in-ga4/#post-5954</link>
				<pubDate>Wed, 12 Jul 2023 00:18:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-track-dynamic-datalayer-values-as-custom-dimensions-in-ga4/#post-5954"><span class="bb-reply-lable">Reply to</span> How to track dynamic dataLayer values as custom dimensions in GA4</a></p> <div class="bb-content-inr-wrap"><p>Sure, you got it! So, you can simply plug this in as a parameter in your GA4 config tag, that way it&#8217;ll log the parameter&#8217;s value with each page. But here&#8217;s the thing: if that value can shift around on one single page without that page getting refreshed or swapped out, you would be better off going ahead and whipping up a new datalayer event.&hellip;<span class="activity-read-more" id="activity-read-more-674"><a href="http://googleanalytics4.co/forums/discussion/how-to-track-dynamic-datalayer-values-as-custom-dimensions-in-ga4/#post-5954" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b274be3f6eb29a0923101465cf9f430</guid>
				<title>Isabella replied to the discussion GA4 - Can You Use Item Scoped Custom Dimensions with GTM GA4 Event Tags? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/ga4-can-you-use-item-scoped-custom-dimensions-with-gtm-ga4-event-tags/#post-5695</link>
				<pubDate>Wed, 12 Jul 2023 00:08:29 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/ga4-can-you-use-item-scoped-custom-dimensions-with-gtm-ga4-event-tags/#post-5695"><span class="bb-reply-lable">Reply to</span> GA4 - Can You Use Item Scoped Custom Dimensions with GTM GA4 Event Tags?</a></p> <div class="bb-content-inr-wrap"><p>It appears from the documentation found <a target='_blank' href="https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtm#add_or_remove_an_item_from_a_shopping_cart" rel="nofollow noreferrer" rel="nofollow">here</a>, that you can set your item parameters in the event parameters section. It should look something like <a target='_blank' href="https://i.stack.imgur.com/I1swy.png" rel="nofollow noreferrer" rel="nofollow"><img src="https://i.stack.imgur.com/I1swy.png" alt="Screenshot of setting parameters" /></a>.</p>
<p>Here&#8217;s an example of how it could be structured in the variable:</p>
<pre><code>[
    {
      item_id: "SKU_12345",
      item_name: "Stan and Friends Tee",
      affiliation: "Google Merchandise Store",&hellip;</code></pre>
<p><span class="activity-read-more" id="activity-read-more-416"><a href="http://googleanalytics4.co/forums/discussion/ga4-can-you-use-item-scoped-custom-dimensions-with-gtm-ga4-event-tags/#post-5695" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d5ba624a08195482f801090f73fc8c10</guid>
				<title>Isabella started the discussion Google Analytics 4: How to Get the Most Out of the Minute Dimension in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/google-analytics-4-how-to-get-the-most-out-of-the-minute-dimension/</link>
				<pubDate>Tue, 11 Jul 2023 10:13:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/google-analytics-4-how-to-get-the-most-out-of-the-minute-dimension/">Google Analytics 4: How to Get the Most Out of the Minute Dimension</a></p> <div class="bb-content-inr-wrap"><p>Hey there, I was looking at how to request a &#8216;minute&#8217; from this guide: <a target='_blank' href="https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions" rel="nofollow noreferrer" rel="nofollow">https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions</a>. But when I tried to use this in the GA4 API, I got an error that said my request&#8217;s dimensions and metrics are not getting along and I should drop &#8216;minute&#8217;. Here&#8217;s the error I&hellip;<span class="activity-read-more" id="activity-read-more-359"><a href="http://googleanalytics4.co/forums/discussion/google-analytics-4-how-to-get-the-most-out-of-the-minute-dimension/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">98aaae320f7524d8c6f59290dea60e5b</guid>
				<title>Isabella started the discussion Troubleshooting Data Traffic Across Multiple Properties in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-data-traffic-across-multiple-properties-in-ga4/</link>
				<pubDate>Tue, 11 Jul 2023 09:56:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-data-traffic-across-multiple-properties-in-ga4/">Troubleshooting Data Traffic Across Multiple Properties in GA4</a></p> <div class="bb-content-inr-wrap"><p>Hey, I&#8217;m having a bit of a mess with my ga4 account. I&#8217;ve got 6 properties all lumped together. I&#8217;ve installed GTM and added it to the site. But, for whatever reason, one property&#8217;s page-view data shows up in the reports of all the properties. I remember there used to be a filter for this in GAU, but I can&#8217;t find the same thing in GA4. I tried&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-229"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-data-traffic-across-multiple-properties-in-ga4/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		