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
122
votes
3 answers

Turning Firebase Analytics on on Xcode

I am trying to test the implementation of my Firebase Analytics. In their documentation they state that: Enable debug mode by passing the -FIRDebugEnabled argument to the application. You can add this argument in the application’s Xcode …
checklist
  • 12,340
  • 15
  • 58
  • 102
95
votes
25 answers

Firebase Analytics Debug View does not show anything

I linked my Android app with Firebase using Android Studio Which created and set my google-service.json into my project. When i debug my event logging in logcat i got : V/FA-SVC: Successful upload. Got network response. code, size: 204, 0 But…
mvand
  • 993
  • 1
  • 6
  • 6
90
votes
6 answers

How to see all device list in Firebase Analytics?

In our App we're using FCM, so Firebase analytics is also working. However, from the dashboard, we can only see top devices. Is there a way to see more details about devices? All the models All OS Region of all the devices? etc. For instance,…
Abu Ruqaiyah
  • 1,516
  • 1
  • 12
  • 20
90
votes
2 answers

How to move from Google-Analytics to Firebase-Analytics?

Background In the recent months, Google has published a new Analytics alternative, called "Firebase Analytics" . The problem As the app already does have Google-Analytics, I find some obstacles that I can't see how to best handle. The…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
81
votes
1 answer

Firebase for iOS, GoogleService-Info.plist property "IS_ANALYTICS_ENABLED" set to "NO"

Xcode 7.3, iOS 9.3.3 My GoogleService-Info.plist "IS_ANALYTICS_ENABLED" is set to "NO". I am integrating Firebase into my iOS app. for the first time. Will this prevent Firebase from properly analyzing user activity in my app.? Please…
serge-k
  • 3,394
  • 2
  • 24
  • 55
71
votes
6 answers

Firebase Analytics custom events params

I am completely new to Firebase analytics. I am trying to send an event which shows statistics about my API call. endTime = System.currentTimeMillis() - startTime; // [START event] Bundle params = new…
Rustam Ibragimov
  • 2,571
  • 7
  • 22
  • 33
59
votes
7 answers

How to add Firebase custom events for analytics?

I've seen some questions and answers about custom events for firebase analytics, but i just wanted to ask you a straight question so you can give me a straight answer :) So, this is my method for logging: @Override public void…
joe
  • 1,341
  • 4
  • 21
  • 32
57
votes
4 answers

How to track android fragments using firebase analytics

In my android application, I have an Activity that has 3 or 4 fragments that can be attached in sequence based on some user or server events. I would like to track all these fragments as screens in firebase. So ideally, if possible, is there an API…
Zhen Liu
  • 7,550
  • 14
  • 53
  • 96
56
votes
5 answers

How to view event parameters from Firebase console

I have just started using Firebase for my app analytics and I'm having some issues trying to view the parameters associated with my events. Upon logging into the console, selecting my app, then I select the iOS version and I'm presented with the…
themanatuf
  • 2,880
  • 2
  • 25
  • 39
56
votes
7 answers

How much time does it take for firebase analytics first report?

We wanted to try out the new analytics capabilities provided by firebase and followed all the steps in the getting started guide. We've run the app, logged a lot of events, and it's been a few hours, yet there is no data on the dashboard - We just…
Manoj Madanmohan
  • 1,214
  • 1
  • 12
  • 14
55
votes
4 answers

How do I track Flutter screens in Firebase analytics?

I have a Flutter app and I'm testing Google Analytics for Firebase on Flutter. I wanted to see the routes our users (well, me for now) are visiting. I followed the setup steps in firebase_analytics and I checked their example app, too. I enabled…
Vince Varga
  • 6,101
  • 6
  • 43
  • 60
44
votes
5 answers

Firebase Analytics setScreenName deprecated

In version 6.29.0 of Firebase Analytics the method class func setScreenName(_ screenName: String?, screenClass screenClassOverride: String?) is deprecated. The hint given is to Use +[FIRAnalytics logEventWithName:kFIREventScreenView parameters:]…
Rool Paap
  • 1,918
  • 4
  • 32
  • 39
44
votes
1 answer

Firebase reporting GoogleTV for some iOS users

We are seeing a large percentage of our analytics report Google TV in our iOS application. Since we in no way support Google TV, this has to be a error. We have followed the firebase install, and never saw a place to force the model, does anyone…
Rob Bonner
  • 9,276
  • 8
  • 35
  • 55
43
votes
2 answers

How can i use the NEW Firebase Analytics feature with a webapp?

So at google i/o 2016, google announced firebase analytics feature, I currently only have a webapp on firebase, how i can use that feature? OR will I have to resort to something like Amplitude(Web and mobile Analytics)
jasan
  • 11,475
  • 22
  • 57
  • 97
41
votes
10 answers

Firebase Analytics events from iOS not showing up

I am testing the new Google-powered Firebase, and have implemented remote notifications and crash reporting. I am, however, having massive problems with getting Analytics to work. I track events with FIRAnalytics.logEventWithName(...) and save user…
Daniel Saidi
  • 6,079
  • 4
  • 27
  • 29
1
2 3
99 100