Skip to main content

Questions tagged [firebase-analytics]

Google Analytics for Firebase is a free, out-of-the-box analytics solution that provides actionable insights based on app usage and user engagement. It integrates across Firebase and Google and provides you with unlimited reporting for up to 500 event types that you define using the SDK. Google Analytics reports help you understand clearly how your users behave, enabling you to make informed decisions regarding app marketing and performance optimizations.

firebase-analytics
0 votes
0 answers
87 views

Google Analytics 4 x Flutter change/ override device category

I am now setting up analytics on my mobile flutter app and I would like to see the different device types that are being used by my users. The device types I have configured within flutter are Mobile, ...
RishV's user avatar
  • 309
0 votes
0 answers
11 views

Use single firebase project for different Android App Stores

I want to use Firebase Crashlytics and Analytics an Android app that is deployed on multiple app stores (Google Play, Amazon, ...) According to this documentation those services do not rely on google ...
McFarlane's user avatar
  • 1,837
2 votes
0 answers
524 views

Firebase warning: consent indicators not collected for ad personalization

Premise I have already Google UMP configured for Admob and I have already added the manifest values reported here for Firebase Analytics In the past week now I have seen this warning in the Firebase ...
AndreaF's user avatar
  • 12.3k
0 votes
1 answer
357 views

Flutter Firebase - Use of undeclared identifier 'FIRAnalytics'

I am working on a flutter project on my M3 Macbook and trying to implement FirebaseAnalytics (not first time btw). I followed th guide completely and I got the error; I tried to clean cache of pub, ...
t13n's user avatar
  • 352
0 votes
1 answer
40 views

Type 'Analytics' has no member 'logEvent' Xcode

Had a problem, when tried to implement Analytics into my project on Xcode: Analytics.logEvent(AnalyticsEventSelectContent, parameters: [ AnalyticsParameterItemID: "id-\(testTitle)", ...
Mr.Schtelbe's user avatar
0 votes
0 answers
40 views

Facing issue while creating custom event entries inside firebase analytics console

I am able to created total 50 events and after that create button remains disabled, it says stream has reached the limit for created events. However as per google documentation limit is up to 500 ...
Mohd Asim's user avatar
  • 2,211
0 votes
0 answers
24 views

Cannot track clicks with Universal Links integration on app

I've implemented Universal Links on a news app so that links to the website will open the app instead (if it's installed), but I cannot find a way to track this. Since the link mechanism to open the ...
Ferris's user avatar
  • 1
0 votes
1 answer
89 views

Android Unity - Firebase Console not showing any updates

I have installed Firebase in clean Unity Android project and it is not sending logs to Firebase console. There is no error in the Unity Console. Followed the official documentation. I don't know if it ...
Ali Gilani's user avatar
0 votes
0 answers
151 views

Firebase analytics not logging react native app activities

I'm currently working on a React Native app using Expo Go and have successfully integrated Firebase for authentication and database functionality. However, I'm facing issues with Firebase Analytics. I ...
mlwkl's user avatar
  • 23
0 votes
0 answers
53 views

Can i emulate my cloud function triggered by firebase analytics event in Firebase Emulate Suite?

When app was uninstalled, i want to collect user information (such as 'user_id') by listen 'app_remove' event. The codes of cloud function are as follows. const {logger} = require("firebase-...
breeze's user avatar
  • 53
0 votes
0 answers
33 views

The method 'getSessionId' isn't defined for the class 'FirebaseAnalyticsPlatform'

I got this error when tried to update Flutter package Detail error Error (Xcode): ../../.pub-cache/hosted/pub.dev/firebase_analytics-10.8.0/lib/src/firebase_analytics.dart:81:22: Error: The method '...
Anhdevit's user avatar
  • 2,074
0 votes
0 answers
35 views

google play console vs firebase analytucs dau's - why different?

I have a very direct question, why are google play console and firebase dau numbers so different? I can't find the full definitions of what makes up each dau. However considering both are "Google&...
mitch94's user avatar
  • 234
0 votes
0 answers
54 views

Firebase MAUs and Play Console MAUs have a difference of ~4x

I am reviewing my MAUs from both firebase app analytics and Google play console. Initially the MAUs from both the sources were very similar until May 2023, around 1.2M After May 2023, the play console ...
Rohit Chayal's user avatar
0 votes
0 answers
66 views

Firebase analytics MAUs and Google Play store statistics' MAUs has a difference of 4x

I am calculating monthly active users using my firebase app events table in BigQuery. The queries below and the MAUs from the firebase analytics dashboard has around the same numbers with a delta of ...
Rohit Chayal's user avatar
0 votes
1 answer
217 views

Implementing and Verifying Google Tag Manager Custom Function in iOS (Swift)

I have an iOS app in which I've integrated the Firebase SDK and I can see some basic events firing on the Firebase debug console as expected. Next, I want to integrate Google Tag Manager(GTM) and I ...
Shawn Frank's user avatar
  • 5,043

15 30 50 per page