2,461 questions
3
votes
2
answers
2k
views
GTM + GA4: iOS app not sending events to GA4 using GTM
My app is white-labeled app, we have a single source code, and based on few configurations will publish the app to different customers.
Customers can configure events(tags and triggers) in containers ...
0
votes
1
answer
924
views
Accessing User ID as a variable in Google Tag Manager for mobile
I'm getting started with Google Tag Manager for Android/iOS, and can't find a way to access the User ID as a variable. I can access Firebase User Properties and Event Parameters just fine.
So far, I'...
0
votes
1
answer
407
views
Track how many time video is play in website using firebase analytics for react js
i am trying to track video information in firebase analytics for react js.
In firebase analytics option is not showing and also event also not generating.
2
votes
1
answer
2k
views
Cannot see Flutter Web activity history in Firebase Analytics
I have added Firebase Analytics to a game I have developed as a Flutter web project and can see real-time data bars coming through for users in the last 30 minutes, but cannot see any historic user or ...
1
vote
1
answer
674
views
Firebase Data stream not visible. No data received in past 48 hrs.(React Native)
I've integrated react native firebase analytics with custom events. I see data being present in GA, also in debug view I'm able to view all the events triggered. I'm unable to view the data in data ...
0
votes
1
answer
824
views
Google Analytics for Firebase events as conversions in Google Ads not working for Android
After Importing our Firebase app events in Google Ads as conversions, their status stays at "no recent conversions". The events are recording fine in Firebase.
1
vote
0
answers
412
views
Why does my Vue+Vite app break as soon as I add firebase analytics import?
I have an app which uses firebase firestore, hosting and authentication and I want to add analytics to it. I'm following the documentation at:
https://firebase.google.com/docs/analytics/get-started?...
1
vote
1
answer
1k
views
Sending data from mobile app GTM to Server Side GTM doesn't work
I want to send data from Google Tag Manager for mobile apps to Server Side GTM (SGTM). I found that it is possible to do it in docs - https://developers.google.com/tag-platform/tag-manager/server-side/...
1
vote
0
answers
155
views
Materialized view on firebase events data in big query
I have a table in bigquery which fetches data from my firebase events analytics. The table is made in such a way that it appears to create a new table based on the date. But inside the databaseUI it ...
0
votes
1
answer
454
views
Android - Event does not have parameter "firebase_screen_class" and no default value was defined. Returning "undefined"
Getting this warning from firebase in Android :
Event does not have parameter "firebase_screen_class" and no default value was defined. Returning "undefined".
As of my knowledge ...
1
vote
1
answer
361
views
Create a web app project that is linked to firebase analytics in C#
I created a web app and wanted to enable the analytics using api in C# library. I implemented it as follows :
public static void CreateWebProject()
{
var body = new WebApp()
{
...
0
votes
1
answer
29
views
jHa, Ala, GMa, etc. in Firebase Analytics. display of events
I am using Firebase Analytics in my Flutter project. I am triggering the names of my pages with runtimeType as an event for firebase analytics. jHa, Ala, GMa etc. in RealTime. events appear. But this ...
0
votes
1
answer
306
views
Google.Apis.GoogleAnalyticsAdmin.v1alpha raising insufficientPermissions when trying to get google admin analytics account detail in C#?
I wanted to get the account detail, after authenticating I added to the scope section to grant the permission, but when running the code it raised an error insufficient permission, I don't know what ...
6
votes
1
answer
3k
views
Google analytics not working for web site embeded in iframe
I have google analytics running on my website: mydomain.com
Another website (anotherdoamin.com) that I don't own has embedded my website in an iframe on one if its pages.
I want my websites analytics ...
1
vote
0
answers
1k
views
Firebase Analytics: view_item's custom parameters are mostly (not set)
I have a Flutter app that records view_item events in Firebase Analytics. Here is the code:
FirebaseAnalytics.instance.logViewItem(
items: [
AnalyticsEventItem(
itemId: myItem....
1
vote
1
answer
369
views
App rejected from Google Play (not compliant with one or more of our Developer Policies)
"Your app is uploading users' Installed Application information to https://cloudconfig.googleapis.com without a prominent disclosure."
I'm getting the above message, but my app is only using ...
0
votes
2
answers
1k
views
Unity: None of your spec sources contain a spec satisfying the dependency: `Firebase/Analytics (= 10.0.0)`
We are trying to use Firebase Analytics but when we build our Unity project we get a CocoaPods installation failure:
None of your spec sources contain a spec satisfying the dependency: `Firebase/...
0
votes
1
answer
946
views
Firebase analytics - Unity - time spent on a level
is there any possibility to get exact time spent on a certain level in a game via firebase analytics? Thank you so much 🙏
I tried to use logEvents.
0
votes
1
answer
342
views
Firebase Web + Analytics is fetching webConfig file insecurely [duplicate]
I am using Firebase web + analytics and firebase makes an internal call that can be seen using DevTools in chrome.
The call is to this url https://firebase.googleapis.com/v1alpha/projects/-/apps/1:...
2
votes
2
answers
390
views
On Appetize.io app does not send analytic events to Firebase debugView
We have Firebase Crashlytics logging on the app. I am trying to log events to Firebase as described here. Also manifest contains:
<meta-data
android:name="...
0
votes
2
answers
554
views
can I make custom event using standard metric or dimension provided by Firebase Analytics?
I understand that there are some recommended events for firebase analytics. one of the recommended events is begin_checkout that already has associated standard custom parameter/dimension like value ...
0
votes
0
answers
315
views
Firebase Analytics throws errors on building in xcode
I am trying to implement analytics by firebase, I have imported the FirebaseAnalytics pod in my class, but when I try to use any of it's methods, there are errors on xcode build, please help me ...
1
vote
2
answers
3k
views
Unable to add iOS platform to Cordova project with cordova-plugin-firebasex
The firebasex Cordova plugin is driving me up the walls! My project has worked fine for months until I updated the cordova-plugin-firebasex from 11.0.3-cli to 14.1.0. This is the error I am getting ...
4
votes
1
answer
2k
views
Firebase: Issue in Tracking Installs/Events from Google Ads Campaign in iOS
I am using Firebase to track the installs from google ads campaign. I have tried all the solutions available on Stack overflow and Github as well but it did't work for me. Let me explain each step I ...
2
votes
1
answer
2k
views
Multiple commands produce FirebaseAnalytics.framework build error in React Native
After upgrading to the latest version of React Native (0.70.3) and updating all npm packages including the Firebase dependencies to version 16.1.1, my iOS app fails to build with the below error. ...
0
votes
1
answer
3k
views
How does Firebase Analytics track screen views / users in a mobile app?
I'm looking at including Firebase Analytics in a project to help get some better understanding about how users are consuming the various parts of my mobile app.
Much like with Google Analytics and ...
0
votes
0
answers
1k
views
How to enable revenue in firebase analytics?
I already sent my purchase data in firebase analytics. Now I want the revenue graph of firebase analytics. How can I generate that?
see image from here
3
votes
1
answer
995
views
Firebase Analytics for Flutter not recording data
I am trying to add Firebase Analytics to my Flutter WebApp, and followed the official documentation and tutorials to configure the service, however every time I look at the the Firebase Analytics ...
0
votes
1
answer
156
views
Does firebase analytics provide full data export to BigQuery for all the newly added apps?
I've added one app and linked it to BigQuery. Data export was working fine for a few months, after which I had to add a new app.
It appears that Firebase doesn't automatically link the new app for ...
0
votes
0
answers
69
views
Using FirebaseAnalytics in a cocoapod resulting in error during compilation
I am using FirebaseAnalytics in a cocoa development pod, and facing an error during compilation, saying
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_FIRAnalytics", referenced ...
1
vote
1
answer
2k
views
How to Use Google Ads with my iOS App and Comply with App Tracking Transparency
I have an iOS app that I would like to advertise using Google Ads. However, because I can't track conversions it just says "Misconfigured".
I am currently updating my app and I have create a ...
0
votes
1
answer
4k
views
Events not logged in firebase console
I just don't know what to do anymore. I have a React-Native app and I'm trying to use Firebase Analytics to log Events in the app. I'v followed the entire installation of https://rnfirebase.io/ and ...
1
vote
2
answers
561
views
WebConfig doesn't return measurementId
I am trying to enable firebase analytics in my existing firebase project. The project is a static React website that only uses Firebase hosting.
Following this get start tutorial, I am getting the ...
1
vote
0
answers
157
views
FIREBASE - average time between install and uninstall (first-open and app-remove)
I am wondering if there is a way to obtain from Firebase Analytics statistics the average time spent from users between the two events of "first-open" (that could be interpreted as ...
1
vote
0
answers
2k
views
Firebase Analytics for Flutter not showing about 99% of events
TL;DR
Firebase shows about 1% of events, and rest to events simply doesn't show in Firebase Analytics dashboard.
Full problem
I finally made my Flutter app works with Firebase Analytics, and in Debug ...
1
vote
1
answer
419
views
I have put Firebase Analytics into my Android app, but only user properties are not being measured
As the title says, I have the Firebase SDK and Firebase Analytics in my Android app, but the user properties are not being measured.
I have the SDK installed and am able to measure screen_view events, ...
0
votes
1
answer
602
views
I have installed Firebase Analytics in my iOS app, but it is not logging automatically
I have installed Firebase Analytics with Firebase SDK in my iOS app.
And we are able to measure events, event parameters, and user properties without any problems.
However, when I open a ...
2
votes
0
answers
994
views
Flutter and Firebase Analytics - events are not logged (but sometimes works)
I have a simple application, to which I just added Firebase.
Since 4 days I am trying to make it work, and yesterday finally I started seeing events coming in DebugView (which proves that I configured ...
0
votes
1
answer
93
views
Firebase Analytics - How to see specific content and not a controller?
I have an app full of stories, and I want to see which stories users are reading.
I already installed Firebase Analytics, but all I'm seeing is this kind of content:
I want to be able to see the ...
3
votes
1
answer
1k
views
How to get Google analytics client id for mobile app (not mobile websites)
In website (desktop or mobile), GA generates client_id and stores in _ga cookie. This I can easily retrieve using gtag.
For mobile app, do we have to generate & set client_id ourselves ? Because I ...
1
vote
1
answer
3k
views
Firebase event is not showing in Event tab
I have created a event on my Firebase dashboard
and can see it in Debug View
But I cannot see it in Events Tab, it's not there and I cannot mark it as a conversation event, as I need to set it.
...
0
votes
1
answer
166
views
Why is there a discrepancy of active users between Google Analytics and Firebase authenticated users?
For example I get 8 active users based on analytics one day and the same day I can see newly 23 authenticated users with new identifiers (I don't count returning users who got their identifiers ...
1
vote
0
answers
109
views
flutter how do I use firebase_analytics with ddd architecture
I have an app that uses DDD architecture that separated the logic ( data ) from the UI ( presentation ) and bloc for stat management.
now I need to use firebase_analytics package, and I am confused ...
2
votes
1
answer
2k
views
How to send array in custom Firebase analytics event?
I use Firebase Analytics in my project. I created custom event that contains array of items.
In DebugView, I receive error code 21. This error code means that event does not support array parameters.
...
0
votes
1
answer
343
views
Firebase first_open event becomes slow
Firebase first_open event has become slow since the last week. Firebase says that "conversion events are uploaded immediately by the SDK in order to make them actionable more quickly" So, I ...
3
votes
1
answer
976
views
Firebase Debugview not showing data for the event on web console
we have configured Firebase correctly and it's working fine up-to yesterday morning.
But event data (attributes and values ) are not showing for the events but it's showing event name and time .
...
3
votes
1
answer
3k
views
The class 'FirebaseAnalytics' doesn't have an unnamed constructor
I would like to use firebase analytics but keep getting this error, I upgrade and cleaned but still has the same error. any idea how I can solve it? thanks
static FirebaseAnalytics analytics = ...
0
votes
2
answers
883
views
how to get raw events from Firebase analytics using api without BigQuery?
I need to extract raw events from Firebase Analytics using python SDK. Actually, we can link a BigQuery to a firebase and access raw events through BigQuery. But it is not clear from the documentation ...
1
vote
2
answers
2k
views
Why Firebase Analytics first_open event is not sent automatically unless I first logEvent a dummy event explicitly?
I am following the setup https://www.raywenderlich.com/18579842-firebase-analytics-getting-started
I am using flag -FIRAnalyticsDebugEnabled
I view the real-time result in Firebase Analytics Debug ...
0
votes
1
answer
910
views
Firebase not processing analytics if the Firebase key is not present at build time
I only use Firebase for Crashlytics. The Android app needs to read the Firebase Key from a property that is not available at build time, so instead of using the default json configuration file it uses ...