<?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 | Logan Miller | Activity</title>
	<link>https://googleanalytics4.co/members/loganm/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/loganm/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Logan Miller.</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">ee004d9965329e4d0bd3f9f82f4b696b</guid>
				<title>Logan replied to the discussion Guide to integrating Google Analytics 4 with Vue.js 2 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/guide-to-integrating-google-analytics-4-with-vue-js-2/#post-7428</link>
				<pubDate>Fri, 28 Jul 2023 08:31:04 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/guide-to-integrating-google-analytics-4-with-vue-js-2/#post-7428"><span class="bb-reply-lable">Reply to</span> Guide to integrating Google Analytics 4 with Vue.js 2</a></p> <div class="bb-content-inr-wrap"><p>Sure, I can certainly break that down for you!</p>
<p>You&#8217;ve actually got a solution already: vue-gtag version 1.16.1 will work with GA4 in Vue2. You can install it easily in your terminal by typing <code>npm install vue-gtag@1.16.1</code>.</p>
<p>After it&#8217;s installed, you need to configure vue-gtag in your <code>main.js</code>:</p>
<p>First things first, import <code>Vue</code>, <code>VueGtag</code>, and your <code>router&hellip;</code><span class="activity-read-more" id="activity-read-more-1779"><a href="http://googleanalytics4.co/forums/discussion/guide-to-integrating-google-analytics-4-with-vue-js-2/#post-7428" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3000d41e8de64a544850266611990e68</guid>
				<title>Logan replied to the discussion Is it possible to exclude internal traffic from Measurement Protocol sent data? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/is-it-possible-to-exclude-internal-traffic-from-measurement-protocol-sent-data/#post-7407</link>
				<pubDate>Fri, 28 Jul 2023 08:30:09 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/is-it-possible-to-exclude-internal-traffic-from-measurement-protocol-sent-data/#post-7407"><span class="bb-reply-lable">Reply to</span> Is it possible to exclude internal traffic from Measurement Protocol sent data?</a></p> <div class="bb-content-inr-wrap"><p>It sounds like you&#8217;re having a tough time with this, huh? Unfortunately, yes, it&#8217;s true that GA&#8217;s filters don&#8217;t apply to data sent via Measurement Protocol. So, you can&#8217;t directly filter out internal traffic for such data using GA&#8217;s standard filter functions. Those &#8220;No data currently available&#8221; messages can be pretty annoying!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9c0af69b3cbd5ff1a23697b5309c361</guid>
				<title>Logan started the discussion Analyzing Client IDs in Google Analytics: Comparing Data Across Time Periods in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/analyzing-client-ids-in-google-analytics-comparing-data-across-time-periods/</link>
				<pubDate>Fri, 28 Jul 2023 08:25:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/analyzing-client-ids-in-google-analytics-comparing-data-across-time-periods/">Analyzing Client IDs in Google Analytics: Comparing Data Across Time Periods</a></p> <div class="bb-content-inr-wrap"><p>Hey there, I was trying to check on Google Analytics if a user who was there on 13/08/2020 came back at all between then and now. I used the &#8220;User Explorer&#8221; and tried to compare two time periods but it only shows me 10001 rows and I am pretty sure there&#8217;s more than that. Is there a workaround for this?</p>
<p>And, is there a way to download user data or&hellip;<span class="activity-read-more" id="activity-read-more-1652"><a href="http://googleanalytics4.co/forums/discussion/analyzing-client-ids-in-google-analytics-comparing-data-across-time-periods/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">deb6056c7784416299860244262bd940</guid>
				<title>Logan replied to the discussion Troubleshooting compatibility issues when accessing detailed transactions on GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-compatibility-issues-when-accessing-detailed-transactions-on-ga4/#post-6680</link>
				<pubDate>Wed, 12 Jul 2023 00:48:15 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-compatibility-issues-when-accessing-detailed-transactions-on-ga4/#post-6680"><span class="bb-reply-lable">Reply to</span> Troubleshooting compatibility issues when accessing detailed transactions on GA4</a></p> <div class="bb-content-inr-wrap"><p>The compatibility issue you are facing is due to the nature of GA4&#8217;s data model which is event-based, compared to the session-based model of Universal Analytics. This affects the ability to mix dimensions and metrics like you were able to do in GA3. Specifically, the issue arises when trying to mix event-scoped dimensions (like itemId and&hellip;<span class="activity-read-more" id="activity-read-more-1399"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-compatibility-issues-when-accessing-detailed-transactions-on-ga4/#post-6680" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">80a963ace27e0e1b1c8202d3ef2ab590</guid>
				<title>Logan replied to the discussion Sharing or Exporting Custom Report Templates in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/sharing-or-exporting-custom-report-templates-in-ga4/#post-6592</link>
				<pubDate>Wed, 12 Jul 2023 00:44:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/sharing-or-exporting-custom-report-templates-in-ga4/#post-6592"><span class="bb-reply-lable">Reply to</span> Sharing or Exporting Custom Report Templates in GA4</a></p> <div class="bb-content-inr-wrap"><p>Yes, you can share the template of your custom reports in GA4 (Google Analytics 4) without including any data. GA4 allows you to share your Explorations, which are basically your custom reports, through a feature called template linking. This way, you can share the template link with others and they can use this in their own GA4 properties. This&hellip;<span class="activity-read-more" id="activity-read-more-1312"><a href="http://googleanalytics4.co/forums/discussion/sharing-or-exporting-custom-report-templates-in-ga4/#post-6592" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77b064bd358f60936f07f3776aa87dbe</guid>
				<title>Logan replied to the discussion Segment GA4 conversions based on associated events in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/segment-ga4-conversions-based-on-associated-events/#post-6459</link>
				<pubDate>Wed, 12 Jul 2023 00:39:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/segment-ga4-conversions-based-on-associated-events/#post-6459"><span class="bb-reply-lable">Reply to</span> Segment GA4 conversions based on associated events</a></p> <div class="bb-content-inr-wrap"><p>Yes, it is possible to use GA4 and Data Studio to break down reports by specific conversions. In Google Analytics 4 reports, you can analyze each individual event in the event count metrics. This allows you to observe the different conversion events in separate reports, instead of just seeing the total sum in one place. Similarly, in Data Studio,&hellip;<span class="activity-read-more" id="activity-read-more-1179"><a href="http://googleanalytics4.co/forums/discussion/segment-ga4-conversions-based-on-associated-events/#post-6459" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">526464890229a3735b901d106d9efd14</guid>
				<title>Logan started the discussion Understanding the Differentiation in UI Analytics Library: Pageviews vs Other Events in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/understanding-the-differentiation-in-ui-analytics-library-pageviews-vs-other-events/</link>
				<pubDate>Wed, 12 Jul 2023 00:38:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/understanding-the-differentiation-in-ui-analytics-library-pageviews-vs-other-events/">Understanding the Differentiation in UI Analytics Library: Pageviews vs Other Events</a></p> <div class="bb-content-inr-wrap"><p>Why can&#8217;t we treat a page view as just another type of event like clicking a button or logging in, in Google Analytics? Wouldn&#8217;t this help us get rid of the analytics.page method?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">870eacf3ece811c34c479cec72f0ff13</guid>
				<title>Logan started the discussion Exploring Google Analytics 4 Integration in Mobile Apps sans Firebase in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/exploring-google-analytics-4-integration-in-mobile-apps-sans-firebase/</link>
				<pubDate>Wed, 12 Jul 2023 00:37:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/exploring-google-analytics-4-integration-in-mobile-apps-sans-firebase/">Exploring Google Analytics 4 Integration in Mobile Apps sans Firebase</a></p> <div class="bb-content-inr-wrap"><p>We&#8217;re trying to link our Android and iOS apps with Google Analytics 4. All the guides we&#8217;ve come across so far talk about going through Firebase. Like this GA4 guide, for example: <a target='_blank' href="https://support.google.com/analytics/answer/9304153#zippy=%2Cios-app-or-android-app" rel="nofollow noreferrer" rel="nofollow">https://support.google.com/analytics/answer/9304153#zippy=%2Cios-app-or-android-app</a></p>
<p>But, here&#8217;s the thing! Is it possible to do this without Firebase? Just Google&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-1147"><a href="http://googleanalytics4.co/forums/discussion/exploring-google-analytics-4-integration-in-mobile-apps-sans-firebase/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">79e4c3c2b015ac9e1dd99582aed3d3e9</guid>
				<title>Logan replied to the discussion Transitioning _setDomainName from legacy to Google Analytics 4: Need guidance in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/transitioning-_setdomainname-from-legacy-to-google-analytics-4-need-guidance/#post-6399</link>
				<pubDate>Wed, 12 Jul 2023 00:36:54 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/transitioning-_setdomainname-from-legacy-to-google-analytics-4-need-guidance/#post-6399"><span class="bb-reply-lable">Reply to</span> Transitioning _setDomainName from legacy to Google Analytics 4: Need guidance</a></p> <div class="bb-content-inr-wrap"><p>Moving to Google Analytic 4 (GA4), there is no direct equivalent <code>setDomainName</code> as in Universal Google Analytics. The new GA4 has a unique data model and configuration settings. Also, the <code>gtag()</code> function does not have a <code>_setDomainName</code> method that&#8217;s why you&#8217;re getting an error. </p>
<p>In GA4, you can configure your domain at a property level through the&hellip;<span class="activity-read-more" id="activity-read-more-1119"><a href="http://googleanalytics4.co/forums/discussion/transitioning-_setdomainname-from-legacy-to-google-analytics-4-need-guidance/#post-6399" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b9273f954a336ecf121dd53ada570d43</guid>
				<title>Logan replied to the discussion Trouble with GTM Ecommerce Conversion Tracking in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/trouble-with-gtm-ecommerce-conversion-tracking-in-ga4/#post-6312</link>
				<pubDate>Wed, 12 Jul 2023 00:33:23 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/trouble-with-gtm-ecommerce-conversion-tracking-in-ga4/#post-6312"><span class="bb-reply-lable">Reply to</span> Trouble with GTM Ecommerce Conversion Tracking in GA4</a></p> <div class="bb-content-inr-wrap"><p>Hey there! It looks to me like the trigger is waiting for a <code>add_to_cart</code> datalayer event. What this means is that you need your developer to create a datalayer event with the ecommerce item when a user successfully performs an <code>add_to_cart</code> event. There are useful details about all ecommerce events and their datalayers on the Google Developers site&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-1032"><a href="http://googleanalytics4.co/forums/discussion/trouble-with-gtm-ecommerce-conversion-tracking-in-ga4/#post-6312" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7657b49f8e81df1d76dc97990c55b362</guid>
				<title>Logan replied to the discussion How to connect to the Google Analytics 4 API using PHP in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-connect-to-the-google-analytics-4-api-using-php/#post-5699</link>
				<pubDate>Wed, 12 Jul 2023 00:08:39 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-connect-to-the-google-analytics-4-api-using-php/#post-5699"><span class="bb-reply-lable">Reply to</span> How to connect to the Google Analytics 4 API using PHP</a></p> <div class="bb-content-inr-wrap"><p>It seems like your service account doesn&#8217;t have the right permissions, despite you using admin permission. Make sure you&#8217;ve added the client_email from your service account to your Google Analytics with correct permissions. Also, check if your view&#8217;s ID is correct. If all else fails, try starting the process from scratch to catch any unseen errors.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">424cfefd9c9426c9220f9f86302d86f3</guid>
				<title>Logan replied to the discussion What could be causing the absence of the price dimension on my scatterplot in Google Analytics 4 Explorer – Custom Dimension or data type issue? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/what-could-be-causing-the-absence-of-the-price-dimension-on-my-scatterplot-in-google-analytics-4-explorer-custom-dimension-or-data-type-issue/#post-5447</link>
				<pubDate>Tue, 11 Jul 2023 09:54:13 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/what-could-be-causing-the-absence-of-the-price-dimension-on-my-scatterplot-in-google-analytics-4-explorer-custom-dimension-or-data-type-issue/#post-5447"><span class="bb-reply-lable">Reply to</span> What could be causing the absence of the price dimension on my scatterplot in Google Analytics 4 Explorer – Custom Dimension or data type issue?</a></p> <div class="bb-content-inr-wrap"><p>I believe your suspicions might be correct. It could indeed be due to the presence of the Custom Dimension named &#8220;price&#8221;. If it&#8217;s spelled and named identically to your price parameter within your ecommerce data, it can lead to confusion and conflicts which might be causing the problem. By archiving the custom dimension, you&#8217;ve made a good step&hellip;<span class="activity-read-more" id="activity-read-more-174"><a href="http://googleanalytics4.co/forums/discussion/what-could-be-causing-the-absence-of-the-price-dimension-on-my-scatterplot-in-google-analytics-4-explorer-custom-dimension-or-data-type-issue/#post-5447" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		