635 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
81
views
Firebase analytics events not showing in BigQuery
I have a website that uses Google Analytics for Firebase (web SDK). When using the GA Debugger Chrome extension I'm seeing events arrive in the Firebase Console Debug View, so everything is connected ...
0
votes
0
answers
84
views
Firebase Android analytics data dropped to zero after Flutter and Gradle upgrade
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:
...
0
votes
0
answers
73
views
How to log Firebase Analytics custom event details in logcat
I would like to debug Firebase Analytics events that our app is sending on my phone. Since the DebugView is not working, I’m wondering if there’s a way to use the logcat tool locally to get enough ...
1
vote
0
answers
56
views
Inconsistent in_app_purchase Logging Firebase Analytics
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,...
0
votes
0
answers
58
views
How it it possible to have engagement_time_msec of 1 millisecond?
This is regarding using Firebase with an iOS/Android app.
I have lot of users who have a strange sequence of events.
first_open and session_start at exactly the same timestamp.
Then user_engagement 1 ...
0
votes
0
answers
86
views
Integrating Firebase analytics into unity leads to iOS build failure
I integrated firebase analytics into my unity game and made an android and iOS build, the android build works fine but the iOS build fails and gives me errors. This is the build log where the errors ...
0
votes
0
answers
71
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
142
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
49
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
48
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 ...
1
vote
0
answers
358
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
305
views
Unity Google Analytics Custom Events Not Showing
I implement Google Analytics in my Unity game to track users and their events. I'm using most of their predefined events along with some others. The issue is, none of these events show up in the ...
1
vote
0
answers
360
views
GA4: Wrong engagement times with manual screenview tracking? (Android)
We are using GA4 in our Android app and we recently switched from automatic to manual screenview tracking. So we switched off google_analytics_automatic_screen_reporting_enabled in the AndroidManifest ...
1
vote
2
answers
1k
views
Does the GA event first_open even trigger without tracking consent?
As the title suggests, I am wondering whether consent is required for the standard even, First_open in GA4 app analytics can be triggered even though consent has not been accepted (yet). I am asking ...
0
votes
1
answer
335
views
How to find the Analytics Label field from FCM in GA4 (GBQ tables)
We are creating push notifications campaigns with Firebase Cloud Messaging. When you create a campaign, you have an analytics label field, as you can see in the image below:
Is there any way to ...