642 questions
0
votes
0
answers
19
views
Firebase Google analytics doesn't work in jetpack compose
I carefully did all the tutorial said, like 5 times already, and nothing works.
there's no any data in my firebase console, and yes i'm sure its this project.
Here is all i did:
Installed all ...
0
votes
0
answers
47
views
Firebase/Google Analytics for UWP apps
Im developing an react native app for android and UWP(windows). For analytics im currently using app center (microsoft) since they provide sdks for all platforms. App center will be retired next year ...
0
votes
0
answers
60
views
App Crashing while trying to use Firebase analytics
Im developing a C++ Desktop application and trying to use Firebase Analytics using the Firebase C++ SDK from https://firebase.google.com/download/cpp
I tried initializing the analytics module but the ...
0
votes
1
answer
69
views
Not able to store collected_traffic_source values in google analytics
I am working with Firebase Analytics to track custom data in my Android app. Specifically, I want to store source and campaign_id values inside the collected_traffic_source.manual_source and ...
0
votes
0
answers
80
views
BigQuery and GA4 total users cant match
I'm trying to find out how many distinct user records there are for an event between certain dates with BigQuery.
The results of BigQuery query does not match with the Google Analytics and Firebase ...
0
votes
0
answers
33
views
Can data from firebase analytics exported to bigquey be missing?
My firebase project has bigquery integration but there is a problem, the data I see on the firebase console does not match the data I query on bigquey. Specifically, I checked new user data from 2024/...
0
votes
0
answers
19
views
How to segregate debug/release Firebase Crashlytics data from android application
My organisation has recenlty implemented Firebase Crashlytics and Google Analytics into one of their Android applications.
We wish segregate the Crashlytics/Analytics data for debug and release ...
0
votes
0
answers
75
views
The Gross Purchase Revenue figures between Google Play Console and Google Analytics 4 do not match
Discrepancy in Gross Purchase Revenue Between Google Play Console and Google Analytics 4
We have observed a discrepancy in the Gross Purchase Revenue figures reported by Google Play Console and Google ...
0
votes
0
answers
84
views
How can I setup Google Analytics for my React App?
I'm currently integrating Firebase with my Web React App.
To integrate Google Analytics I was using the Google Tag Manager script on the page header tag, and without any extra configuration, I was ...
0
votes
0
answers
41
views
Google Analytics: doesn't log geo of users
Our team use Firebase for event analytics in mobile app. My goal right now - explore how people change themself geolocation in time (or sessions). I wrote sql-query in BigQuery and tried the logic of ...
0
votes
0
answers
44
views
firebase integration export to bigquery error message
We using firebase to collect events, google analytics is enabled in firebase.
Also integration with bigquery is enabled. How can we see error message when something crashes uploading events into ...
0
votes
0
answers
73
views
Android Google analytics long average session time
We are using Google analytics in our app(iOS and Android). The Android average session time(8-10mins) seems way higher compared to the iOS(Avg: 1-2 mins).
The Android data certainly isn't right. I ...
0
votes
0
answers
159
views
Firebase Messaging works, but Analytics does not
I have empty analytics in firebase dashboard.
Firebase Messaging is working fine though.
This is my dependency :
implementation platform('com.google.firebase:firebase-bom:32.7.3')
implementation 'com....
1
vote
0
answers
245
views
Google Analytics Issue for auto track event `in_app_purchase`
We are facing an issue tracking an event named in_app_purchse Normally this event is auto-tracked by the Firebase Analytics event when the user makes any purchase for our game.
However, we are not ...
0
votes
0
answers
47
views
GA runReport get crashFreeUsersRate by special app
According to this page(https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema), I could get by 'crashFreeUsersRate' metrics by 'platform' dimension. And it really works well.
...