21,092 questions
Advice
0
votes
1
replies
39
views
Google Gateway scope in a two-domain booking flow
I would like to understand how Google tag gateway is expected to work in a booking flow where the user starts on Site A, completes the main conversion on Site B, and only Site A is under our DNS/CDN/...
0
votes
0
answers
60
views
GA4 Web property can't be linked to the Firebase console [closed]
I have a mobile app which uses Firebase as the Analytics module, which I then have it viewed on the GA4 console. Within the GA4 console, I created a new Web stream to start tracking data on web. I was ...
Advice
0
votes
0
replies
36
views
RTOS connection with analytics
My data in firebase is getting updated by nodered and is being shown in firebase realtime database.Its has temperature,pressure,humidity.I want to analyze in firebase itself using Google analytics.Can ...
1
vote
0
answers
106
views
How to make gtm.js SPFX integration work with the new Content Security Policy (CSP)?
My organisation couldn't test the new Sharepoint CSP policies ahead of time on our dev tenant and now I am trying to make our Google Tag Manager integration through SPFX Extension Custom Appplication ...
0
votes
0
answers
83
views
Google Analytics for logged-in users wildly off?
I set up Google Analytics for my Ruby on Rails site a while ago, and configured it to include a field to indicate if a user is logged in. The tag code looks like this (included in the page header on ...
674
votes
35
answers
812k
views
No matching client found for package name (Google Analytics) - multiple productFlavors & buildTypes
Context:
I'm trying to set up Google Analytics for my app. (having 4 custom buildTypes and more than a few productFlavors)
It works fine when I select the Build Variant which has the applicationId ...
0
votes
1
answer
119
views
Getting screen views and events after 1 hour in realtime overview in google analytics
I am using firebase analytics in my flutter app . In debug mode the screen views and events are visible within few seconds in realtime overview but in release build I get the screen views and events ...
Advice
2
votes
2
replies
331
views
How to check total downloads / installs of an Android app in the new Google Play Console UI?
In the latest Google Play Console UI updates, the total download / install count is no longer shown directly on the app dashboard.
Previously, it was easy to see the total number of downloads, but ...
Best practices
0
votes
1
replies
73
views
How to track custom conversion events in GA4 using Google Tag Manager?
I am trying to track a custom form submission event in GA4 using Google Tag Manager. The form does not redirect to a thank-you page and instead shows a success message dynamically.
What is the best ...
130
votes
17
answers
124k
views
How to use google analytics with next.js app?
I'm using styled-components with next.js so my styles need to be server-side rendered, hence how can I add google analytics to my website?
I checked next.js google analytics example but as I said my ...
0
votes
2
answers
141
views
How to create multiple dashboard widgets for different sets of Event Actions in Matomo?
I am planning to use Matomo for my internal web project and currently setting it up.
I am tracking events using the JavaScript tracker like below:
_paq.push([‘trackEvent’, ‘Plan A’, ‘Plan A Landing ...
2
votes
0
answers
186
views
Firebase Analytics first_open event has update_with_analytics = 1 after iOS device reset — why?
I’m using Google Firebase Analytics on my React Native iOS app and I’m seeing an unexpected behavior with the first_open event and the update_with_analytics parameter.
According to the Firebase ...
-1
votes
1
answer
145
views
Logging numbers preceding with zeros like 00123456789 as string loses zeros
Trying to save numbers(00123456789) as string to firebase from web browsers and service, but it appears without zeros in firebase console.
But when we save the same data from native mobile apps it ...
1
vote
0
answers
110
views
GA4 BigQuery Daily Export Missing Data After Specific Date
I have a GA4 property linked to BigQuery for daily export (both iOS and Web data streams selected, “export all events” enabled, no filters).
Everything was working fine until 2025-11-23, when the ...
0
votes
1
answer
189
views
Migration of Firebase projects / Google analytics 4 properties
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 ...