<?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 | Roman Perry | Activity</title>
	<link>https://googleanalytics4.co/members/romanp/activity/</link>
	<atom:link href="https://googleanalytics4.co/members/romanp/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Roman Perry.</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">4e6261882f66699b1bda2888bb4880dc</guid>
				<title>Roman started the discussion Understanding gtag parameters and addressing issues with page URL and button text in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/understanding-gtag-parameters-and-addressing-issues-with-page-url-and-button-text/</link>
				<pubDate>Fri, 28 Jul 2023 08:25:18 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/understanding-gtag-parameters-and-addressing-issues-with-page-url-and-button-text/">Understanding gtag parameters and addressing issues with page URL and button text</a></p> <div class="bb-content-inr-wrap"><p>Hey buddy! Need a little help here. So, I was messing around with the gtag on my site and, you know, it&#8217;s like this now:</p>
<pre><code>gtag('event', 'CTA Click', {
    'page_url' : 'page_url', // What's supposed to go here? 
    'button_text' : 'button_text', // This's right, right?
    'event_label' : 'CTA Clicks'
  });
</code></pre>
<p>I&#8217;ve been going through the docs like&hellip;<span class="activity-read-more" id="activity-read-more-1649"><a href="http://googleanalytics4.co/forums/discussion/understanding-gtag-parameters-and-addressing-issues-with-page-url-and-button-text/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c6108792e23ce497352d3f50b5501a99</guid>
				<title>Roman started the discussion Solutions for Tags Not Appearing in Google Tag Manager Debug View in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/solutions-for-tags-not-appearing-in-google-tag-manager-debug-view/</link>
				<pubDate>Fri, 28 Jul 2023 08:20:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/solutions-for-tags-not-appearing-in-google-tag-manager-debug-view/">Solutions for Tags Not Appearing in Google Tag Manager Debug View</a></p> <div class="bb-content-inr-wrap"><p>Hey there! Could you help me out? I&#8217;ve got a tag that&#8217;s firing on Google Tag Manager, but it&#8217;s not popping up in the debug view. I&#8217;ve tried remaking the event, used the debugger extension and even the developer tools network but no luck. Any ideas what I should do next?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">124447e5ae6c3a7ae6f4c822a4071ed0</guid>
				<title>Roman replied to the discussion Optimizing event tracking with multiple gtag codes in Google Analytics 4 (GA4) in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/optimizing-event-tracking-with-multiple-gtag-codes-in-google-analytics-4-ga4/#post-6523</link>
				<pubDate>Wed, 12 Jul 2023 00:41:59 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/optimizing-event-tracking-with-multiple-gtag-codes-in-google-analytics-4-ga4/#post-6523"><span class="bb-reply-lable">Reply to</span> Optimizing event tracking with multiple gtag codes in Google Analytics 4 (GA4)</a></p> <div class="bb-content-inr-wrap"><p>You&#8217;re correct in surmising that it may be due to not specifying exactly which Google Analytics property you wish to send the event to. When you call <code>gtag(&#039;event&#039;,...)</code>, it sends that event to all configured properties, hence the double reporting. To send an event to a specific property, you should use the following syntax: <code>gtag(&#039;config&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-1243"><a href="http://googleanalytics4.co/forums/discussion/optimizing-event-tracking-with-multiple-gtag-codes-in-google-analytics-4-ga4/#post-6523" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">79a1b279c83dfc016a9d304eb3d1d7fc</guid>
				<title>Roman started the discussion Troubleshooting &#039;google.rpc&#039; Module Error While Running Google Analytics Data API on AWS Lambda Python Function in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/troubleshooting-google-rpc-module-error-while-running-google-analytics-data-api-on-aws-lambda-python-function/</link>
				<pubDate>Wed, 12 Jul 2023 00:34:19 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/troubleshooting-google-rpc-module-error-while-running-google-analytics-data-api-on-aws-lambda-python-function/">Troubleshooting &#039;google.rpc&#039; Module Error While Running Google Analytics Data API on AWS Lambda Python Function</a></p> <div class="bb-content-inr-wrap"><p>Hey! I was trying to follow the Python code sample from <a target='_blank' href="https://developers.google.com/analytics/devguides/reporting/data/v1/basics" rel="nofollow noreferrer" rel="nofollow">https://developers.google.com/analytics/devguides/reporting/data/v1/basics</a> and wanted to run it using AWS Lambda on python3.8 x86_64. </p>
<p>To make it work, I included certain dependencies like google_analytics_data-0.16.1-py2.py3&#8211;any.whl,&hellip;<span class="activity-read-more" id="activity-read-more-1055"><a href="http://googleanalytics4.co/forums/discussion/troubleshooting-google-rpc-module-error-while-running-google-analytics-data-api-on-aws-lambda-python-function/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5e3f396974f44de5e86a3c248304dc24</guid>
				<title>Roman replied to the discussion Calculating the Percentage of xyz Event in Comparison to Page View Event in GA4 in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/calculating-the-percentage-of-xyz-event-in-comparison-to-page-view-event-in-ga4/#post-6289</link>
				<pubDate>Wed, 12 Jul 2023 00:32:27 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/calculating-the-percentage-of-xyz-event-in-comparison-to-page-view-event-in-ga4/#post-6289"><span class="bb-reply-lable">Reply to</span> Calculating the Percentage of xyz Event in Comparison to Page View Event in GA4</a></p> <div class="bb-content-inr-wrap"><p>It sounds like you&#8217;re on the right track, trying to find the event frequency as a percentage of the total views. The &#8220;xyz&#8221; event might not be captured correctly, or there could be an issue in how you&#8217;re setting up your Google Analytics 4 or Google Data Studio. You should ensure your tracking tag for the &#8220;xyz&#8221; event is installed correctly and&hellip;<span class="activity-read-more" id="activity-read-more-1009"><a href="http://googleanalytics4.co/forums/discussion/calculating-the-percentage-of-xyz-event-in-comparison-to-page-view-event-in-ga4/#post-6289" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">55e76b4ad1f371e6f514bb48e3b10dd4</guid>
				<title>Roman replied to the discussion How to Monitor GTM Server-Side Response Codes and Bodies in Log Explorer of Google Cloud? in the forum Google Analytics 4</title>
				<link>http://googleanalytics4.co/forums/discussion/how-to-monitor-gtm-server-side-response-codes-and-bodies-in-log-explorer-of-google-cloud/#post-6129</link>
				<pubDate>Wed, 12 Jul 2023 00:26:01 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://googleanalytics4.co/forums/discussion/how-to-monitor-gtm-server-side-response-codes-and-bodies-in-log-explorer-of-google-cloud/#post-6129"><span class="bb-reply-lable">Reply to</span> How to Monitor GTM Server-Side Response Codes and Bodies in Log Explorer of Google Cloud?</a></p> <div class="bb-content-inr-wrap"><p>Indeed, the response body of your requests doesn&#8217;t currently appear on Google Cloud Log Explorer as a default option. This is a standard design due to privacy and costs, regarding logging everything by default. However, you can enable body logging in some Google Cloud services like Google Cloud Functions and Cloud Run by modifying the function&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-849"><a href="http://googleanalytics4.co/forums/discussion/how-to-monitor-gtm-server-side-response-codes-and-bodies-in-log-explorer-of-google-cloud/#post-6129" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		