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.

About Google Analytics for Firebase

Google Analytics for Firebase (originally called Firebase Analytics) is a component of the Firebase suite of tools for cross-platform application development.

  • Unlimited reporting of 500 event types, each with up to 25 attributes
  • One dashboard to view user behavior and cross-network campaign performance
  • Demographic segmentation, including age, gender, and location, available out-of-the-box
  • Export raw data to BigQuery for custom querying

Related tags

2416 questions
17
votes
3 answers

Creating Google Analytics Property not using Firebase

I went to create a new google analytics property for my mobile app, and it seems like Google is now forcing us to use their Firebase analytics for mobile. There is no option to not use Firebase if you select that you are creating the property for a…
Wise Shepherd
  • 2,228
  • 4
  • 31
  • 43
17
votes
7 answers

I am using multiple firebase projects in an Android App. I am getting this error : Missing google_app_id. Firebase Analytics disabled

I have added following code to initialise there projects. FirebaseOptions options = new FirebaseOptions.Builder() .setApplicationId("1:129574837465:android:0123456773a52cf4f6") // Required for Analytics. …
mark922
  • 1,136
  • 2
  • 11
  • 20
17
votes
3 answers

Firebase Analytics Filter By User ID

The Firebase Android SDK for analytics provides a method named setUserId(String id), now i enabled firebase logging and every time i called the method setUserId(1234) i see this in the logs Setting user property (FE): _id, 1234. My question is how…
Kostyantin2216
  • 616
  • 1
  • 6
  • 15
17
votes
6 answers

Screen tracking support - Firebase 9.8

According Firebase Android SDK Release Notes with 9.8 update we have screen tracking support with android screens and activities... The documentation says that this event works like…
17
votes
1 answer

Do I need create tables manually in Google BigQuery to view the raw event data from Firebase?

I had created a android App with Google Firebase supported and linked to the BigQuery yesterday. Today I've seen the event report on the Firebase Console, but after I clicked the View button in the Event page like the image below I saw none table…
Yantao Xie
  • 12,300
  • 15
  • 49
  • 79
17
votes
2 answers

Firebase Analytics - Open and Closed Funnel Tracking

I have been reading a bit about Firebase Analytics now, and because it is mostly an event-based data model, I assume one can not do screen tracking directly? I was wandering whether one should then just pass the screen type/name as part of the…
d_-
  • 1,391
  • 2
  • 19
  • 37
17
votes
3 answers

Firebase Analytics demographics

The Firebase Analytics dashboard shows a card for demographics, including age and gender. According to https://support.google.com/firebase/answer/6317486?hl=en Firebase should be automatically collecting age and gender. Can anyone explain how it…
Joe
  • 42,036
  • 13
  • 45
  • 61
17
votes
3 answers

How to integrate "Google Firebase Analytics" in ionic apps?

In the official Firebase Integration Guide (Android) and Firebase Integration Guide (iOS), they have provided individual integration guidelines. Could you please tell me an ionic way I can integrate Firebase Analytics into ionic apps? I need to do…
Sagar Ranglani
  • 5,491
  • 4
  • 34
  • 47
16
votes
3 answers

Google Ads + iOS first_open conversion tracking issue

I have a project on the Firebase, which contains both iOS and Android apps, which are tracking as expected in the Firebase and Analytics. My next goal was to set up an ad campaign on the Google Ads website. I have linked both Firebase and Analytics…
16
votes
1 answer

Don't know where to add pod files flutter ios installation

I am working on a flutter project with a firebase backend and am trying to add the ios aspect of my project to a firebase project. The directions say to add the following pods: # Add the Firebase pod for Google Analytics pod 'Firebase/Analytics' #…
mgsoverflow
  • 285
  • 1
  • 3
  • 9
16
votes
2 answers

Android - Google tag Manager with Google Analytics and Firebase Analytics

I am working with a shopping app and would like to track so events occuring on my mobile application. My objective is to track the events using Firebase Analytics and Google Tag manager and push the same events to Google analytics. My event >…
Ajith M A
  • 3,838
  • 3
  • 32
  • 55
16
votes
4 answers

How to calculate Session and Session duration in Firebase Analytics raw data?

How to calculate Session Duration in Firebase analytics raw data which is linked to BigQuery? I have used the following blog to calculate the users by using the flatten command for the events which are nested within each record, but I would like to…
16
votes
5 answers

Timezone of Firebase Analytics

I noticed that Firebase Analytics builds its daily reports based on irrelevant timezone (UTC+3 in my case) How can I change time zone Firebase Analytics is building its reports?
Alex Radzishevsky
  • 3,416
  • 2
  • 14
  • 25
16
votes
1 answer

Not able to create a Firebase (Google)project after deleting the existing ones

I want to use Firebase Analytics. I had a existing project. But after deleting it I am not able to create a new project. Getting error saying maximum limit reached, when i dont even have single running project.
16
votes
6 answers

Can i disable Firebase plugin for specific flavor?

I'm currently trying out the Firebase analytics suit, but, i have faced one small issue, my app is distributed on both google play and amazon store (which doesn't support google play services), so for the amazon flavor i want to remove the…