Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
59 views

I have an Android app that users install by downloading an APK directly from my website (not on Google Play). I need to track the funnel: Google Ads click → landing page → APK download → install → ...
Phuc Nguyen's user avatar
0 votes
1 answer
98 views

We are in the process of merging 2 separate applications(Android & iOS) into one. Each of the application has its own Firebase project, and its own Google Analytics 4 property. So essentially we ...
Ihmune's user avatar
  • 1
1 vote
0 answers
118 views

I have a single-page app. I send virtual pageviews on route change via gtag.js. On each client-side route change I do (for example): document.querySelector('.button-news').addEventListener('click', ...
chromanna's user avatar
  • 124
0 votes
1 answer
68 views

My Firebase project contains multiple apps, each one is different, and each one has GA4/Google Analytics added. But I would like to see events and reports in the Analytica console for each app ...
Tehleel Mir's user avatar
0 votes
0 answers
56 views

Problem Description: App Id is not captured in Google Tag manager some time on submit button click event in Mobile App. Problem Background : I am having verify OTP page(OTP grid) and Submit button in ...
vikas thakur's user avatar
1 vote
1 answer
93 views

I am using the Google Analytics 4 Data API with the Python client library to run reports. I'm able to run a report with a single FilterExpression to filter traffic where the country equals "...
Stevoisiak's user avatar
  • 27.8k
0 votes
0 answers
62 views

I'm working on a Next.js project and have a GA4 property set up to track my website's performance. The main issue is that my GA4 dashboard is collecting traffic data from my local development and ...
Rafay Rashed's user avatar
0 votes
0 answers
98 views

I am trying to understand new approach SKAdNetwork which is supported by Google Analytics. What i want to do : I want to check my on Google Analytics 1000$ spent where on ads marketing like ...
Jatin's user avatar
  • 911
1 vote
1 answer
202 views

I log a custom event from my Flutter app whenever a doctor expands the auto-interpretations. The event contains multiple identifying parameters (doctor id/name, organization id/name, test id, ...
Player91's user avatar
  • 153
0 votes
1 answer
80 views

The nextjs project uses Google Analytics, which works fine on localhost, but fails to execute after Docker deployment. The following is a screenshot of the console network. export default function ...
Teeeeee's user avatar
1 vote
1 answer
139 views

I’m currently working on pushing ecommerce and non-ecommerce dataLayer events to GTM + GA4 setup. My goal is to ensure that when event parameter values are unavailable, they appear as empty cells in ...
user31103993's user avatar
1 vote
0 answers
101 views

We are working on an Open Source Chrome extension: Digital Assistant Client I'm trying to send event and page view data to Google Analytics 4 (GA4) without using the gtag.js script or Google Tag ...
Yureshwar Ravuri's user avatar
1 vote
0 answers
116 views

I'm using react-ga4 for my [portfolio[(https://vicentereyes.org). I have a PageViewTracker.jsx which has: import { useEffect } from 'react'; import { useLocation } from 'react-router-dom'; import { ...
Vicente Antonio G. Reyes's user avatar
2 votes
1 answer
348 views

In the previous XML-based Android development, it was relatively straightforward to track screen views in Google Analytics by using separate activities for each screen. Now that I’m using Jetpack ...
Curious Head's user avatar
0 votes
0 answers
63 views

I am having the option to update the cookie consent of user when browse my site. Also, I have implemented the Google Analytics in my site. These GA cookies are non-essential cookies. When I accept the ...
Lalitha's user avatar
  • 67
0 votes
0 answers
66 views

What I'm trying to do: I want to query GA4 to get a matrix of the top 1000 pages that match a specific regex, which is this: r"^/page/[a-zA-Z]+$" I have run other queries with this regex, ...
JClaussFTW's user avatar
0 votes
1 answer
153 views

I'm relatively new to GA4 and I made this simple table with 'Page path and screen class' and 'Event name' as rows, 'Event count' as values. There is a bunch of events with mostly clear names, but I ...
Layron's user avatar
  • 47
0 votes
0 answers
78 views

We have recently migrated our E-commerce application's front-end from Rails driven views to NextJS. We are using Google Analytics4 to send analytics data. The issue I am facing is, after migrating to ...
Puneet Pandey's user avatar
2 votes
1 answer
142 views

Looking at the official tutorial on Chrome Developer website for tracking extension usage with Google Analytics, it says that: The first step is to obtain an api_secret and measurement_id. Follow the ...
TSR's user avatar
  • 21.5k
0 votes
0 answers
50 views

I'm trying to analyze user activity in user explorer in GA4. I'm sending custom events in android via: bundle.putString(com.google.firebase.analytics.FirebaseAnalytics.Param.SCREEN_NAME, ...
nutella_eater's user avatar
0 votes
1 answer
90 views

I'm running into an issue and would appreciate some pointers. I have a production Django app where I included Google Analytics using a context processor and conditionally render it in my base.html ...
k3r0's user avatar
  • 327
1 vote
2 answers
191 views

I'm trying to send a purchase event to Google Analytics 4 using the Measurement Protocol from my Laravel backend. I'm not using gtag.js or Firebase — only server-side requests. Here’s what I’m doing: ...
Jivko Jelev's user avatar
0 votes
4 answers
550 views

I seem to be missing the “Include user-provided data from website” option in my web GTM GA4 event tag. Other past checkboxes have disappeared too. Checking other Google Tag Manager containers, too, ...
mattyp's user avatar
  • 32
0 votes
0 answers
80 views

I'm using the Google Analytics Data API v1beta to pull campaign-wise key events from my GA4 property, specifically tracking a custom event called Phone_Number_Click (configured via Google Tag Manager)....
sainandan naik's user avatar
0 votes
0 answers
28 views

I'm curious why the completion rate, abandonments, and abandonment rate appear blank in the Purchase section, despite purchase events successfully triggering from the website. Here is the screenshot ...
Ris's user avatar
  • 1,184
0 votes
0 answers
71 views

I have Firebase configured in my app, but I'm having issues getting Debug view working. We're able to see the analytics in GA4, so they're getting through, but when I try to open the Debug view, I don'...
kbartlett's user avatar
  • 160
0 votes
0 answers
71 views

I'm using Flutter with Firebase, and recently made a few upgrades. After the update, all Firebase analytics data from Android dropped to zero, while iOS data remains unaffected. What I changed: ...
toney's user avatar
  • 1
0 votes
1 answer
189 views

I'm building a React app (using react-ga4) and trying to track pageviews/events with Google Analytics 4 (GA4). I want to verify events using the GA4 DebugView, but no events or debug devices ever show ...
Kaigo's user avatar
  • 1,621
1 vote
0 answers
109 views

I'm working with Google Tag Manager 360 and GA4, and I'm trying to ensure that no sensitive information is sent in the page URL or path when data is sent to Google Analytics. My Application is a ...
Leo Farmer's user avatar
  • 7,960
0 votes
1 answer
263 views

I'm using a strict CSP without allowlists on my statically generated Astro website. I have no access to nonce-based CSP, only hash-based. Do I need to add permitted domains to a CSP allowlist if I'm ...
zaitovalisher's user avatar
1 vote
1 answer
34 views

In GA in reports snapshot for screen_changed event in screen_id params I see 44 different params for 27-28 april. I created custom dimension on 22 april and In free-form I see only 9 different ...
nutella_eater's user avatar
1 vote
1 answer
170 views

In GA4 there are two metrics called Entrances and Exits, that shows the number of times the first event in a session happened on a page or screen. The problem is that when searching in the API ...
traponsix's user avatar
0 votes
0 answers
60 views

I am setting up Google Analytics for a web application. In addition to the standard client-side implementation, I want to track some events from the server, using the measurement protocol. This should ...
Matt Saunders's user avatar
0 votes
1 answer
51 views

Im using the function details summary to show content on click. <details> <summary> <a class="btn class goes here">My text to expand the content</a> </summary> ...
korvelvis's user avatar
0 votes
0 answers
65 views

For some reason, certain events that are normally visible in Firebase Analytics cannot be found in our BigQuery database. Specifically, this concerns the screen_view and user_engagement events. These ...
Piotr Sękara's user avatar
0 votes
0 answers
112 views

I am missing the ads consent signals as shown in the image - would they affect event tracking in analytics reporting? Because it says above "Demographic & interest insights" would be ...
Ray92's user avatar
  • 463
0 votes
1 answer
106 views

I have a laravel project, where I try to get user's google analytics data. I created a OAuth2 authentication to get user's credentials. I also set a google cloud project, created a service account and ...
MuratCan's user avatar
0 votes
1 answer
97 views

we recently upgraded a TYPO3 website from version 11 to version 12, and since the update, Google Tag Manager (GTM) tracking is no longer working properly. Here’s what we’ve observed: GTM is ...
codingbear's user avatar
0 votes
0 answers
45 views

enter image description here Seems that Google Tag shares destination with Google Analytics Tag (G-xxx) and Google Ads (AW-xxx). What can't I separate them and what is the issue if I leave them as is? ...
Dimi UA's user avatar
0 votes
1 answer
242 views

So, if I press the "Set up consent mode" button, it just redirects to the Set up consent mode for apps page, which only shows that we can: Add the following to the manifest: <meta-data ...
user924's user avatar
  • 12.9k
1 vote
1 answer
228 views

I'm using Google Tag Manager (GTM) to integrate Google Analytics 4 (GA4) into my web project. My setup involves dynamic event tracking using custom variables like {{event}}, {{custom_trigger}}, and {{...
NIRAV PATIL's user avatar
3 votes
2 answers
251 views

I have a user set up as follows with Google tag, gtag.js: <!-- Google tag (gtag.js) --> <script async src='https://www.googletagmanager.com/gtag/js?id=G-Lxxxxxxx'></script> <...
peter's user avatar
  • 337
1 vote
1 answer
303 views

I have this crazy issue with setting up GoogleTagManager in my NextJs project and I can't figure out what the issue is. This is my RootLayout component: "use client" import { Amplify } from &...
JustANoob's user avatar
0 votes
0 answers
54 views

I want to track when user clicks on the button which redirect to external page. Implementation: gtag("event", name, { event_callback: () => onLinkOpen ? onLinkOpen(link) : window....
drent's user avatar
  • 124
0 votes
0 answers
26 views

This is where I use my gTag for all server pages google.ejs <!DOCTYPE html> <html lang="en"> <head> <script async src="https://www....
Shubham Singhvi's user avatar
0 votes
0 answers
68 views

I'm using Firebase Cloud Messaging (FCM) to send push notifications to users of my mobile app Drooid, which is available on both Android and iOS. I want to track whether a user opens a notification ...
Swapnil Karale's user avatar
0 votes
1 answer
87 views

I'm unable to get user id tracking working on a "new" GA4 property but it works on an "old" GA4 property. https://support.google.com/analytics/answer/9213390?hl=en I have Google ...
Matthew's user avatar
  • 3,091
0 votes
0 answers
70 views

I'm debugging an e-commerce site which isn't seeing any attribution data on checkouts. I've set up the GA4 BigQuery export and have found that within event_params the session id is sometimes being ...
Adam Hopkinson's user avatar
1 vote
0 answers
52 views

I have a react native application using the Firebase SDK Analytics. I tried comparing the in_app_purchase event with the Order Management tool in the Play Store console. I noticed some inconsistencies,...
mabc21's user avatar
  • 412
3 votes
0 answers
311 views

I have a small Flutter app and plan to promote it through both posts and ads on Google, Meta, and TikTok. The customer journey follows one of these paths: Ad/Post or organic traffic → Website → Click ...
Camron's user avatar
  • 813

1
2 3 4 5
426