All Questions
Tagged with google-analytics-4 analytics
48 questions
1
vote
0
answers
52
views
How to enable DebugView in Google Analytics for dev and staging environments using @next/third-parties/google in NextJS 14?
I’m using Next 14 with page router to create my app and I integrated Google Analytics (GA).
I’m using the @next/third-parties/google library, so I’m not interacting with the Google Tag (gtag.js) API ...
0
votes
0
answers
34
views
Google analytics batch reports
I have a problem, I am not sure how can I make this work, so i have
ecommerce website and since everyone can sell on it i need to make it
possible for every seller to see how many page views his ...
1
vote
1
answer
70
views
How can i calculate the average of a custom event value on GA4?
i have login time for multiple users and i want to show the average, min and max of the login time. how can i do that on GA4 ? following is my code:
gtag('event', 'login_time', {
event_category: '...
0
votes
1
answer
77
views
New Dimension in RunReportRequest Reduces Results in Google Analytics (GA4) Python Data API
The behaviour I’m looking to understand (and ideally resolve) has to do with generating custom reports with a new companyId dimension created last week.
I notice that with the code below, when I ...
0
votes
1
answer
185
views
How to exclude traffic from users who click 'Login' to navigate to a subdomain in Google Analytics reports?
I have a website www.example.com and webapp app.example.com.
(Both are being monitored under the same GA4 property.)
On the website, there's a 'Login' button in the navbar that directs users to our ...
1
vote
1
answer
101
views
Google Analytics GA4 - Dimensions that count for the 25 parameters limit per event
So we have reached the limit of the 25 parameters per event (which we had not noticed existed), and we are in the process of optimizing our tagging plan.
If there any clear info regarding if native ...
0
votes
2
answers
263
views
How to retrieve Purchase Conversion Rate in Google Analytics 4?
I want to build an API to retrieve the Conversion Rates of Purchases via Google Analytics 4. (I understand after reading blogs these are now called 'Key Events')
I am new to GA4 so learning as I go.
...
0
votes
0
answers
268
views
How to see Custom Events in GA4 User Activity
I have set up GA4 for my website and used Google Tag Manager to create events and triggers. The tags are all firing and I can see event counts for these custom events in the Google Analytics Dashboard ...
0
votes
1
answer
417
views
Google Tag manager - sending a custom event to multile tags
New to google tag manager, I have just moved my ga4 tags to it and I have the following set up, intentionally under 1 container.
mydomain.com (gtag 1)
site2.mydomain.com (gtag 2)
I am using a lookup ...
0
votes
0
answers
273
views
Google Analytics integration with laravel 10
I am trying to connect laravel with google analytics. I am using package for that. I unable all the settings from google and added credentials file in my project.
but it is giving me this error
There ...
1
vote
0
answers
68
views
Add_to_cart, purchase, begin_checkout events without products
I'm trying to setup a measurement plan in a website with GA4. I have a form to ask for information and I would to use ecommerce events: add_to_cart, begin_checkout, purchase, etc.
I'm worried because ...
0
votes
0
answers
78
views
Hit builder event not showing on GA4 reports, but only in real time reports
I need to track email opens in GA4, I have managed to do so by including an img in the HTML code of the email. When I recieve the email and open it the event is fired and GA4 tracks it. It is shown in ...
0
votes
0
answers
53
views
Is Google Ad Manager tracking users that didn't consented to be tracked?
I'm supporting a friend who is using Google Ad Manager to serve ads to people that view the website. I know that Ads can get served to all users, but we aren't allowed to track users that don't ...
0
votes
1
answer
468
views
GA4 Configuration sending browser Title instead of CustomVirtualPageTitle
I have followed the steps mentioned in this guide: https://www.analyticsmania.com/post/single-page-web-app-with-google-tag-manager/ to dataLayer.push code whenever a user navigates between pages/...
1
vote
1
answer
210
views
How do I track a conversion which captures users from Mailchimp that complete a form on a separate page?
GTM task for Google Analytics 4
I have Mailchimp email campaigns which include links to pages advertising our events. The links from the email include a UTM query string like so: https://www.example....