<?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 | Benjamin Jackson | Activity</title>
	<link>https://googleanalytics4.co/members/benjaminb/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/benjaminb/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Benjamin Jackson.</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">1db1808f433157308721c2bf16064625</guid>
				<title>Benjamin started the discussion Discrepancies in Ecommerce Transaction Lists between GA4 and UA in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/discrepancies-in-ecommerce-transaction-lists-between-ga4-and-ua/</link>
				<pubDate>Wed, 12 Jul 2023 00:43:00 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/discrepancies-in-ecommerce-transaction-lists-between-ga4-and-ua/">Discrepancies in Ecommerce Transaction Lists between GA4 and UA</a></p> <div class="bb-content-inr-wrap"><p>Hey there, I&#8217;ve noticed a bit of a discrepancy with my GA4 and UA. I&#8217;ve been tracking transactions on both and out of 184 transactions on UA, 15 of them don&#8217;t seem to be reflecting on GA4. Got any thoughts on why I might be seeing this? Cheers, Will</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">883c47435391f9d81a1afa6e4ea33d8c</guid>
				<title>Benjamin started the discussion Why is the GA4 Measurement Protocol Tag redirecting events to a different endpoint? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/why-is-the-ga4-measurement-protocol-tag-redirecting-events-to-a-different-endpoint/</link>
				<pubDate>Wed, 12 Jul 2023 00:33:35 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/why-is-the-ga4-measurement-protocol-tag-redirecting-events-to-a-different-endpoint/">Why is the GA4 Measurement Protocol Tag redirecting events to a different endpoint?</a></p> <div class="bb-content-inr-wrap"><p>&#8220;Hey there! I&#8217;ve been playing around with GA4&#8217;s Measurement Protocol to send event data to this GTM Server-Side thing and then onto GA4 again. Usually, everything goes as planned, but this time something odd&#8217;s happened. Check this out:</p>
<p>When I give GTMS Client a certain event, it looks like this:</p>
<p><code></code>`<br />
{&hellip;<span class="activity-read-more" id="activity-read-more-1037"><a href="http://googleanalytics4.co/forums/discussion/why-is-the-ga4-measurement-protocol-tag-redirecting-events-to-a-different-endpoint/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aad9d0d4223d1a651f176b6ec877a8d0</guid>
				<title>Benjamin started the discussion How to monitor social media interactions with Google Analytics 4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-monitor-social-media-interactions-with-google-analytics-4/</link>
				<pubDate>Wed, 12 Jul 2023 00:10:31 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-monitor-social-media-interactions-with-google-analytics-4/">How to monitor social media interactions with Google Analytics 4</a></p> <div class="bb-content-inr-wrap"><p>&#8220;Hey there,</p>
<p>So I was using Universal Analytics (it has since been deprecated). There, I had my way around tracking share events. Here&#8217;s the code of how I was doing it:</p>
<p><code></code>`js<br />
gtag(&#8216;event&#8217;, &#8216;facebook&#8217;, {<br />
  &#8216;event_category&#8217;: &#8216;share&#8217;,<br />
  &#8216;event_label&#8217;: &#8216;abc123&#8217;,<br />
});<br />
<code></code>`</p>
<p>Then, to get the share data count, I queried like this:</p>
<p><code></code>`php<br />
// endpoint:&hellip;<span class="activity-read-more" id="activity-read-more-469"><a href="http://googleanalytics4.co/forums/discussion/how-to-monitor-social-media-interactions-with-google-analytics-4/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d4cca195ab159987735391fa7fc3510a</guid>
				<title>Benjamin replied to the discussion How to track phone click links in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-track-phone-click-links-in-ga4/#post-5583</link>
				<pubDate>Tue, 11 Jul 2023 10:11:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-track-phone-click-links-in-ga4/#post-5583"><span class="bb-reply-lable">Reply to</span> How to track phone click links in GA4</a></p> <div class="bb-content-inr-wrap"><p>Sure, let me try to break it down for you. </p>
<p>Some third party services track events on GA4 with the help of a library called gtag.js. If you don&#8217;t want to use Google Tag Manager, you can also use this library to track phone click links. </p>
<p>First, you need to load the gtag.js library onto your page. Next, you&#8217;ll have to define a function called&hellip;<span class="activity-read-more" id="activity-read-more-309"><a href="http://googleanalytics4.co/forums/discussion/how-to-track-phone-click-links-in-ga4/#post-5583" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a0d83ee7af00c8db8a06862b13e59eeb</guid>
				<title>Benjamin replied to the discussion Trouble listing Metrics and Dimensions with Google Analytics Data API in SSIS Integration using Kingswaysoft in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/trouble-listing-metrics-and-dimensions-with-google-analytics-data-api-in-ssis-integration-using-kingswaysoft/#post-5259</link>
				<pubDate>Wed, 05 Jul 2023 22:56:49 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/trouble-listing-metrics-and-dimensions-with-google-analytics-data-api-in-ssis-integration-using-kingswaysoft/#post-5259"><span class="bb-reply-lable">Reply to</span> Trouble listing Metrics and Dimensions with Google Analytics Data API in SSIS Integration using Kingswaysoft</a></p> <div class="bb-content-inr-wrap"><p>Thank you for your question. If you are not seeing the dimensions and metrics in the dropdown list of the &#8216;Google Analytics Data API&#8217; in SSIS, it could be because the token you are using does not have the necessary permissions to access them. As a result, only the dimensions and metrics that you have access to are being displayed.</p>
<p>To resolve this&hellip;<span class="activity-read-more" id="activity-read-more-22"><a href="http://googleanalytics4.co/forums/discussion/trouble-listing-metrics-and-dimensions-with-google-analytics-data-api-in-ssis-integration-using-kingswaysoft/#post-5259" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		