<?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 | Daniel Davis | Activity</title>
	<link>https://googleanalytics4.co/members/danieldb/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/danieldb/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Daniel Davis.</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">de6f6c79611b75a55ed756050c9903d7</guid>
				<title>Daniel replied to the discussion Retrieving Organic Search Data with Google Analytics 4 API in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/retrieving-organic-search-data-with-google-analytics-4-api/#post-7663</link>
				<pubDate>Fri, 28 Jul 2023 08:41:40 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/retrieving-organic-search-data-with-google-analytics-4-api/#post-7663"><span class="bb-reply-lable">Reply to</span> Retrieving Organic Search Data with Google Analytics 4 API</a></p> <div class="bb-content-inr-wrap"><p>Sure thing! I think you might have better luck using <code>sessionDefaultChannelGrouping</code> instead of <code>defaultChannelGrouping</code>. This guidance comes from Google Analytics 4&#8217;s migration guides, which suggests the use of <code>sessionDefaultChannelGrouping</code> in GA4, much like how we used <code>ga:channelGrouping</code> in Universal Analytics.</p>
<p>Here&#8217;s the thing to note though: <code>defau&hellip;</code><span class="activity-read-more" id="activity-read-more-2012"><a href="http://googleanalytics4.co/forums/discussion/retrieving-organic-search-data-with-google-analytics-4-api/#post-7663" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c32320fa671017e2f680057de9d04783</guid>
				<title>Daniel started the discussion Analyzing GA4 custom event parameter not updating in UI in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/analyzing-ga4-custom-event-parameter-not-updating-in-ui/</link>
				<pubDate>Fri, 28 Jul 2023 08:32:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/analyzing-ga4-custom-event-parameter-not-updating-in-ui/">Analyzing GA4 custom event parameter not updating in UI</a></p> <div class="bb-content-inr-wrap"><p>So, here&#8217;s the rundown. I&#8217;m dispatching a custom event (&#8220;ebook&#8221;) with some added parameters (&#8220;titolo&#8221;) over to GA4. After that&#8217;s all set up, I&#8217;m making sure these parameters are marked as a Custom Dimension in the GA User Interface.</p>
<p>I&#8217;m sending out the event from my own website using a bit of code that looks like this:</p>
<pre><code>function&hellip;</code></pre>
<p><span class="activity-read-more" id="activity-read-more-1810"><a href="http://googleanalytics4.co/forums/discussion/analyzing-ga4-custom-event-parameter-not-updating-in-ui/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cca1d8a94a9152f392fdfa708f8e6717</guid>
				<title>Daniel replied to the discussion Implementing Metric Filtering in GA4 API with PHP Library in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/implementing-metric-filtering-in-ga4-api-with-php-library/#post-7411</link>
				<pubDate>Fri, 28 Jul 2023 08:30:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/implementing-metric-filtering-in-ga4-api-with-php-library/#post-7411"><span class="bb-reply-lable">Reply to</span> Implementing Metric Filtering in GA4 API with PHP Library</a></p> <div class="bb-content-inr-wrap"><p>It appears the code is expecting a GoogleAnalyticsDataV1betaNumericValue instance in the &#8216;value&#8217; field of numeric_filter, not a string or integer as currently passed (&#8216;10000&#8217;). </p>
<p>Take a look at the JSON equivalent provided, the value is an object:<br />
<code></code>`<br />
&#8220;value&#8221;: {<br />
    &#8220;int64Value&#8221;: &#8220;10000&#8221;<br />
}<br />
<code></code>`<br />
Translating this to PHP, it likely expects an equivalent&hellip;<span class="activity-read-more" id="activity-read-more-1762"><a href="http://googleanalytics4.co/forums/discussion/implementing-metric-filtering-in-ga4-api-with-php-library/#post-7411" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5dc65c9c9ee5e2fbcfd5f4eda37eec2b</guid>
				<title>Daniel replied to the discussion Analyzing Discrepancies in Page Views and Users between GA4 and UA in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/analyzing-discrepancies-in-page-views-and-users-between-ga4-and-ua/#post-7342</link>
				<pubDate>Fri, 28 Jul 2023 08:27:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/analyzing-discrepancies-in-page-views-and-users-between-ga4-and-ua/#post-7342"><span class="bb-reply-lable">Reply to</span> Analyzing Discrepancies in Page Views and Users between GA4 and UA</a></p> <div class="bb-content-inr-wrap"><p>Sure thing! The difference you&#8217;re seeing might be because UA and GA4 measure things differently. For instance, GA4 only registers single page app movements when you set them up, and treats multiple interactions in one &#8216;session&#8217; as separate events. This might make it look like there are fewer pageviews or users in GA4. You&#8217;d have to check your&hellip;<span class="activity-read-more" id="activity-read-more-1693"><a href="http://googleanalytics4.co/forums/discussion/analyzing-discrepancies-in-page-views-and-users-between-ga4-and-ua/#post-7342" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4d9f44d672a261248639427896b95a77</guid>
				<title>Daniel replied to the discussion How can I access the page URLs when analyzing user behavior in GA4? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-can-i-access-the-page-urls-when-analyzing-user-behavior-in-ga4/#post-7230</link>
				<pubDate>Fri, 28 Jul 2023 08:22:20 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-can-i-access-the-page-urls-when-analyzing-user-behavior-in-ga4/#post-7230"><span class="bb-reply-lable">Reply to</span> How can I access the page URLs when analyzing user behavior in GA4?</a></p> <div class="bb-content-inr-wrap"><p>In Google Analytics 4 (GA4), some of the parameters like page_path are no longer sent automatically like they used to be in the previous Universal Analytics version. You&#8217;ll find that GA4 captures page_location by default which holds the full URL (including query parameters) of the page where the event was captured. You&#8217;ll need to implement custom&hellip;<span class="activity-read-more" id="activity-read-more-1581"><a href="http://googleanalytics4.co/forums/discussion/how-can-i-access-the-page-urls-when-analyzing-user-behavior-in-ga4/#post-7230" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">984008b737f1367ee9afbd559d3c7b64</guid>
				<title>Daniel replied to the discussion Transferring Cookie Data from Google Analytics to a Public DMP: Is It Possible? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/transferring-cookie-data-from-google-analytics-to-a-public-dmp-is-it-possible/#post-7141</link>
				<pubDate>Fri, 28 Jul 2023 08:18:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/transferring-cookie-data-from-google-analytics-to-a-public-dmp-is-it-possible/#post-7141"><span class="bb-reply-lable">Reply to</span> Transferring Cookie Data from Google Analytics to a Public DMP: Is It Possible?</a></p> <div class="bb-content-inr-wrap"><p>Google&#8217;s Terms of Service actually prohibit directly exporting personally identifiable information (like raw cookie data) from Google Analytics, so you can&#8217;t directly transfer this data into a public Data Management Platform (DMP). Instead, you can use Google&#8217;s own data activation tools or consider indirect methods such as exporting aggregated&hellip;<span class="activity-read-more" id="activity-read-more-1492"><a href="http://googleanalytics4.co/forums/discussion/transferring-cookie-data-from-google-analytics-to-a-public-dmp-is-it-possible/#post-7141" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9d3a2a1ac82e7631b7aba614b15c7f08</guid>
				<title>Daniel replied to the discussion Understanding the Unavailability of Item Category Parameters in GA4 Explore Reports in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/understanding-the-unavailability-of-item-category-parameters-in-ga4-explore-reports/#post-7122</link>
				<pubDate>Fri, 28 Jul 2023 08:17:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/understanding-the-unavailability-of-item-category-parameters-in-ga4-explore-reports/#post-7122"><span class="bb-reply-lable">Reply to</span> Understanding the Unavailability of Item Category Parameters in GA4 Explore Reports</a></p> <div class="bb-content-inr-wrap"><p>It sounds like somehow the parameters of &#8216;item_category&#8217; have become unassociated with your reports. There may have been an update or change in your system setup which could have caused this issue. I would suggest reiterating the entire process of setting up &#8216;item_category&#8217; parameters again, as they might not have been properly established or they&hellip;<span class="activity-read-more" id="activity-read-more-1474"><a href="http://googleanalytics4.co/forums/discussion/understanding-the-unavailability-of-item-category-parameters-in-ga4-explore-reports/#post-7122" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f74c1a28a9b44a677d4f983d85ddb706</guid>
				<title>Daniel started the discussion Troubleshooting undefined values with GA4 configuration tag fields in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-undefined-values-with-ga4-configuration-tag-fields/</link>
				<pubDate>Wed, 12 Jul 2023 00:45:51 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-undefined-values-with-ga4-configuration-tag-fields/">Troubleshooting undefined values with GA4 configuration tag fields</a></p> <div class="bb-content-inr-wrap"><p>Yo, I&#8217;ve got this little problem here that&#8217;s really bugging me, and I was thinking maybe one of you wizards could help me out. I&#8217;m doing a thing with the GA4 Configuration tag, right? But something&#8217;s off. The fields that have been set in it keep giving me these pesky undefined values when the tag gets fired. Weird, huh?</p>
<p>Now check this out -&hellip;<span class="activity-read-more" id="activity-read-more-1340"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-undefined-values-with-ga4-configuration-tag-fields/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e7720ae6e72da4f775edfaeea18b1750</guid>
				<title>Daniel replied to the discussion Trouble viewing Custom Event data in GA4 Debug View in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/trouble-viewing-custom-event-data-in-ga4-debug-view/#post-6304</link>
				<pubDate>Wed, 12 Jul 2023 00:33:03 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/trouble-viewing-custom-event-data-in-ga4-debug-view/#post-6304"><span class="bb-reply-lable">Reply to</span> Trouble viewing Custom Event data in GA4 Debug View</a></p> <div class="bb-content-inr-wrap"><p>It seems like you&#8217;re facing a timing issue where the data layer is pushed after the GA4 tag is fired, which subsequently leaves an empty parameter in your custom event. To overcome this, you may want to reconsider the trigger for your tag to ensure the necessary data layer variable is available before the tag fires &#8211; for instance, you could delay&hellip;<span class="activity-read-more" id="activity-read-more-1024"><a href="http://googleanalytics4.co/forums/discussion/trouble-viewing-custom-event-data-in-ga4-debug-view/#post-6304" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d0e7c61b2773e48c2ddde913f16e1458</guid>
				<title>Daniel started the discussion Troublesome Purchase Tracking via Google Tag Manager for GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troublesome-purchase-tracking-via-google-tag-manager-for-ga4/</link>
				<pubDate>Wed, 12 Jul 2023 00:13:28 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troublesome-purchase-tracking-via-google-tag-manager-for-ga4/">Troublesome Purchase Tracking via Google Tag Manager for GA4</a></p> <div class="bb-content-inr-wrap"><p>Hey there, I&#8217;m grappling with getting GA4 set up for my online store and I&#8217;ve got a wee bit of a headache with the purchase tag. Oddly enough, some purchases aren&#8217;t logged correctly in GA4 &#8211; recorded twice or not at all. But when I peek into the Google Tag Manager&#8217;s Preview mode to test the tag, it&#8217;s cool as a cucumber.</p>
<p>Then there&#8217;s the curse of&hellip;<span class="activity-read-more" id="activity-read-more-544"><a href="http://googleanalytics4.co/forums/discussion/troublesome-purchase-tracking-via-google-tag-manager-for-ga4/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd05b2b9328178b70b3552da9fe794e9</guid>
				<title>Daniel replied to the discussion Understanding How to Access and Distribute Custom Reports in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/understanding-how-to-access-and-distribute-custom-reports-in-ga4/#post-5411</link>
				<pubDate>Tue, 11 Jul 2023 09:52:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/understanding-how-to-access-and-distribute-custom-reports-in-ga4/#post-5411"><span class="bb-reply-lable">Reply to</span> Understanding How to Access and Distribute Custom Reports in GA4</a></p> <div class="bb-content-inr-wrap"><p>I understand your confusion. Using the edit mode is currently the way to view custom reports in Google Analytics 4 (GA4). GA4 is designed as such that when you click on your customer report from the library, it takes you to the edit mode where you can review and modify your report. If you want to simply view the report, you can do so by first&hellip;<span class="activity-read-more" id="activity-read-more-138"><a href="http://googleanalytics4.co/forums/discussion/understanding-how-to-access-and-distribute-custom-reports-in-ga4/#post-5411" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f892541000dd55588b09c0cad6f7df5</guid>
				<title>Daniel replied to the discussion Maximizing Google Ads Tracking with Conversion Identification in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/maximizing-google-ads-tracking-with-conversion-identification/#post-5363</link>
				<pubDate>Sat, 08 Jul 2023 22:55:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/maximizing-google-ads-tracking-with-conversion-identification/#post-5363"><span class="bb-reply-lable">Reply to</span> Maximizing Google Ads Tracking with Conversion Identification</a></p> <div class="bb-content-inr-wrap"><p>Unfortunately, Google Analytics 4 (GA4) works a bit differently than its predecessor, wherein it is largely event-based. This means setting up Google Ads Conversion tracking in GA4 does require setting up events and subsequently marking them as conversions. Your Google Conversion ID remains crucial, however, it should be used in conjunction with&hellip;<span class="activity-read-more" id="activity-read-more-107"><a href="http://googleanalytics4.co/forums/discussion/maximizing-google-ads-tracking-with-conversion-identification/#post-5363" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		