<?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 | Olivia Edwards | Activity</title>
	<link>https://googleanalytics4.co/members/oliviae/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/oliviae/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Olivia Edwards.</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">25299f2fd637f90ce8c5bbb46340f9af</guid>
				<title>Olivia replied to the discussion Implementing GA4 property and webstream programmatically in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/implementing-ga4-property-and-webstream-programmatically/#post-7576</link>
				<pubDate>Fri, 28 Jul 2023 08:37:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/implementing-ga4-property-and-webstream-programmatically/#post-7576"><span class="bb-reply-lable">Reply to</span> Implementing GA4 property and webstream programmatically</a></p> <div class="bb-content-inr-wrap"><p>Sure thing! Although the Analytics Data API is excellent for drawing data from your GA4 properties, it&#8217;s not designed for management tasks. For admin work, you&#8217;ll want to look at the Admin API. Specifically, to code a property, you can use the properties.create method. Similarly, to set up a webstream, the properties.dataStreams.create method will&hellip;<span class="activity-read-more" id="activity-read-more-1925"><a href="http://googleanalytics4.co/forums/discussion/implementing-ga4-property-and-webstream-programmatically/#post-7576" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d97b0fafd9fd4e989f871689b609bc48</guid>
				<title>Olivia replied to the discussion GA4 events_ in BigQuery fragmented into multiple tables in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/ga4-events_-in-bigquery-fragmented-into-multiple-tables/#post-6687</link>
				<pubDate>Wed, 12 Jul 2023 00:48:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/ga4-events_-in-bigquery-fragmented-into-multiple-tables/#post-6687"><span class="bb-reply-lable">Reply to</span> GA4 events_ in BigQuery fragmented into multiple tables</a></p> <div class="bb-content-inr-wrap"><p>It sounds like it could be a sharding issue. Google BigQuery automatically creates a new shard (or table) each day for GA4 data, and this might be why you&#8217;re seeing the data split into separate tables. To view all your data as one singular table, you should use a wildcard to query across all the &#8220;events_&#8221; tables. It should look something like&hellip;<span class="activity-read-more" id="activity-read-more-1406"><a href="http://googleanalytics4.co/forums/discussion/ga4-events_-in-bigquery-fragmented-into-multiple-tables/#post-6687" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ab9c62020885b49dd0cd449a80a08ac</guid>
				<title>Olivia started the discussion Exploring Assisted Conversions in GA4: Unveiling Data API Capabilities in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/exploring-assisted-conversions-in-ga4-unveiling-data-api-capabilities/</link>
				<pubDate>Wed, 12 Jul 2023 00:38:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/exploring-assisted-conversions-in-ga4-unveiling-data-api-capabilities/">Exploring Assisted Conversions in GA4: Unveiling Data API Capabilities</a></p> <div class="bb-content-inr-wrap"><p>Is there an alternate way to pull up the assisted conversion paths data from GA4 using the API, similar to how it was done in the Multi-Channel Funnels Reporting API for UA? And given that GA4 limits us to &#8220;first user source&#8221; and &#8220;session source&#8221;, do I need to devise a new method to generate the same data?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3620d0c28fdc18af8653776f1d333718</guid>
				<title>Olivia started the discussion Improving Integration of gtag and gtm with partytown in a React Application in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/improving-integration-of-gtag-and-gtm-with-partytown-in-a-react-application/</link>
				<pubDate>Wed, 12 Jul 2023 00:30:12 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/improving-integration-of-gtag-and-gtm-with-partytown-in-a-react-application/">Improving Integration of gtag and gtm with partytown in a React Application</a></p> <div class="bb-content-inr-wrap"><p>Hey there! I&#8217;m trying to get a grip on using google analytics, gtag and gtm scripts and it&#8217;s proving to be a real head-scratcher. Let me walk you through what I&#8217;ve done so far. </p>
<p>I&#8217;ve got this partytown snippet generated in webpack, with some debug utility and fields to forward certain types of data. I also have a bit where I&#8217;m setting up proxy&hellip;<span class="activity-read-more" id="activity-read-more-954"><a href="http://googleanalytics4.co/forums/discussion/improving-integration-of-gtag-and-gtm-with-partytown-in-a-react-application/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cc7894a89086fd8cd3ce6e6b04b1eaaa</guid>
				<title>Olivia started the discussion Why are all my GA4 events being categorized as unassigned in channel grouping and (not set) in source/medium? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/why-are-all-my-ga4-events-being-categorized-as-unassigned-in-channel-grouping-and-not-set-in-source-medium/</link>
				<pubDate>Wed, 12 Jul 2023 00:15:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/why-are-all-my-ga4-events-being-categorized-as-unassigned-in-channel-grouping-and-not-set-in-source-medium/">Why are all my GA4 events being categorized as unassigned in channel grouping and (not set) in source/medium?</a></p> <div class="bb-content-inr-wrap"><p>Yo, there&#8217;s something that&#8217;s been messing with my head for a bit. Almost all of my conversion events (90%) in GA4 get slapped with &#8216;Unassigned&#8217; and the source/medium ends up as &#8216;not set&#8217;. Check out this <a target='_blank' href="https://i.stack.imgur.com/rxihL.png" rel="nofollow noreferrer" rel="nofollow">GA4 Report</a>. </p>
<p>Weird thing is, it&#8217;s only happening with 2 of my GA4 accounts. So is this &#8217;cause there&#8217;s something off with how the website dishes&hellip;<span class="activity-read-more" id="activity-read-more-603"><a href="http://googleanalytics4.co/forums/discussion/why-are-all-my-ga4-events-being-categorized-as-unassigned-in-channel-grouping-and-not-set-in-source-medium/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25d55143e2ab854f8594a5092f410dca</guid>
				<title>Olivia replied to the discussion Extract Daily Ad Revenue from GA4-linked BigQuery Using Query Language in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/extract-daily-ad-revenue-from-ga4-linked-bigquery-using-query-language/#post-5392</link>
				<pubDate>Tue, 11 Jul 2023 09:51:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/extract-daily-ad-revenue-from-ga4-linked-bigquery-using-query-language/#post-5392"><span class="bb-reply-lable">Reply to</span> Extract Daily Ad Revenue from GA4-linked BigQuery Using Query Language</a></p> <div class="bb-content-inr-wrap"><p>You&#8217;ll need to look for the &#8216;ad_revenue&#8217; event in GA4 for ad revenue details. However, GA4 doesn&#8217;t natively capture this data, so you might integrate it with a third-party tool. LTV revenue returning NULL might be due to the tool not capturing or processing this data right now.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4bf68d8f25c5687a488e24053213634c</guid>
				<title>Olivia replied to the discussion Understanding Traffic Sources for a Specific Page in Google Analytics 4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/understanding-traffic-sources-for-a-specific-page-in-google-analytics-4/#post-5344</link>
				<pubDate>Sat, 08 Jul 2023 22:54:56 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/understanding-traffic-sources-for-a-specific-page-in-google-analytics-4/#post-5344"><span class="bb-reply-lable">Reply to</span> Understanding Traffic Sources for a Specific Page in Google Analytics 4</a></p> <div class="bb-content-inr-wrap"><p>In Google Analytics 4, viewing traffic sources for a particular page is not as straightforward as it was in the previous versions, but it is possible. Using the &#8216;Compare&#8217; feature along with custom dimensions can help derive the required information. First, it&#8217;s advisable to create a new custom dimension if you haven&#8217;t yet, named &#8220;Page path and&hellip;<span class="activity-read-more" id="activity-read-more-88"><a href="http://googleanalytics4.co/forums/discussion/understanding-traffic-sources-for-a-specific-page-in-google-analytics-4/#post-5344" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		