Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
2k views

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 ...
Ganee....'s user avatar
  • 302
0 votes
1 answer
924 views

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'...
j.koch's user avatar
  • 8
0 votes
1 answer
407 views

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.
Shraddha Patel's user avatar
2 votes
1 answer
2k views

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 ...
Twelve1110's user avatar
1 vote
1 answer
674 views

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 ...
Sahej Maharjan's user avatar
0 votes
1 answer
824 views

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.
Aditya Nandardhane's user avatar
1 vote
0 answers
412 views

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?...
DuchSuvaa's user avatar
  • 696
1 vote
1 answer
1k views

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/...
michalnovacek's user avatar
1 vote
0 answers
155 views

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 ...
Karan 's user avatar
  • 11
0 votes
1 answer
454 views

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 ...
Oussaki's user avatar
  • 1,697
1 vote
1 answer
361 views

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() { ...
Samaritan's user avatar
0 votes
1 answer
29 views

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 ...
Gizem Malçok's user avatar
0 votes
1 answer
306 views

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 ...
Samaritan's user avatar
6 votes
1 answer
3k views

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 ...
Roee Tsur's user avatar
  • 121
1 vote
0 answers
1k views

I have a Flutter app that records view_item events in Firebase Analytics. Here is the code: FirebaseAnalytics.instance.logViewItem( items: [ AnalyticsEventItem( itemId: myItem....
Valentin's user avatar
  • 5,608
1 vote
1 answer
369 views

"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 ...
Pradeep's user avatar
  • 19
0 votes
2 answers
1k views

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/...
joe's user avatar
  • 17.6k
0 votes
1 answer
946 views

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.
Salf's user avatar
  • 9
0 votes
1 answer
342 views

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:...
Erikson Murrugarra's user avatar
2 votes
2 answers
390 views

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="...
George Shalvashvili's user avatar
0 votes
2 answers
554 views

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 ...
Agung's user avatar
  • 14k
0 votes
0 answers
315 views

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 ...
marilyn's user avatar
  • 399
1 vote
2 answers
3k views

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 ...
austinw's user avatar
  • 764
4 votes
1 answer
2k views

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 ...
Muhammad Salman's user avatar
2 votes
1 answer
2k views

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. ...
Justin's user avatar
  • 18.3k
0 votes
1 answer
3k views

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 ...
zeropsi's user avatar
  • 724
0 votes
0 answers
1k views

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
Md. Tanvir Anwar Rafi's user avatar
3 votes
1 answer
995 views

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 ...
Sal's user avatar
  • 1,747
0 votes
1 answer
156 views

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 ...
Jainam Jhaveri's user avatar
0 votes
0 answers
69 views

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 ...
Sam Siu's user avatar
1 vote
1 answer
2k views

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 ...
James Hunt's user avatar
0 votes
1 answer
4k views

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 ...
knownothingjonsnow's user avatar
1 vote
2 answers
561 views

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 ...
Ewerton Xavier's user avatar
1 vote
0 answers
157 views

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 ...
Francesco Solarino's user avatar
1 vote
0 answers
2k views

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 ...
Maciej Pszczolinski's user avatar
1 vote
1 answer
419 views

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, ...
tanaka's user avatar
  • 11
0 votes
1 answer
602 views

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 ...
tanaka's user avatar
  • 11
2 votes
0 answers
994 views

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 ...
Maciej Pszczolinski's user avatar
0 votes
1 answer
93 views

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 ...
Diego Alcu's user avatar
3 votes
1 answer
1k views

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 ...
Yusuf's user avatar
  • 459
1 vote
1 answer
3k views

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. ...
vahidgr's user avatar
  • 83
0 votes
1 answer
166 views

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 ...
Marcin Żmigrodzki's user avatar
1 vote
0 answers
109 views

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 ...
hesham shawky's user avatar
2 votes
1 answer
2k views

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. ...
Kirolos Malak's user avatar
0 votes
1 answer
343 views

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 ...
Ella's user avatar
  • 1
3 votes
1 answer
976 views

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 . ...
Rajasekaran M's user avatar
3 votes
1 answer
3k views

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 = ...
Taoufik's user avatar
  • 369
0 votes
2 answers
883 views

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 ...
Sonnh's user avatar
  • 101
1 vote
2 answers
2k views

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 ...
Cheok Yan Cheng's user avatar
0 votes
1 answer
910 views

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 ...
htafoya's user avatar
  • 19.4k

1
3 4
5
6 7
50