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
1
vote
0 answers

Can't see active users on the dashboard after 5+ days of integration

I have successfully integrated with firebase-analytics on android, and I can see all activities on the streamview, but after 5+ days of installation, I still can't see any data on the dashboard. Is that possible ?
sam winston
  • 162
  • 1
  • 13
1
vote
1 answer

Firebase: analyze "post score" events

Firebase provides a default event type for posting game scores. It includes parameters for the game level, character and score that was posted. However, viewing this event in the Firebase analytics console I can't see the level/character/score data…
Sideshow Bob
  • 4,566
  • 5
  • 42
  • 79
1
vote
1 answer

Creating views periodically in BigQuery

I'm currently using Firebase Analytics to export user-related data to BigQuery. Is there a way to create a view automatically in BigQuery (every 24 hours for example) as exports from Firebase create a new table everyday, or a single view gathering…
azekirel555
  • 577
  • 2
  • 8
  • 25
1
vote
1 answer

ECOMMERCE_PURCHASE event auto logged

Whenever I am using the VALUE param for passing events in Firebase Analytics, an additional event for ECOMMERCE_PURCHASE, is automatically logged. Any suggestions on the what could be causing this issue? UPDATE: The code associated with sending…
Vaibhav Singhal
  • 888
  • 9
  • 13
1
vote
1 answer

Real time analytic for android

In my android app I have included Firebase Analytic API to track my app users and uses. But Firebase doesn't update analytic data immediately.I read it takes around 4 hours to update data. Is there any good alternates for real time analytic? Also I…
Pablo Escobar
  • 393
  • 2
  • 16
1
vote
1 answer

Firebase Analytics overcounting users?

all. It looks like our Firebase analytics integration is not working as expected - we have approximately 20 users of our app, but Firebase reports over 1K. I suspect this has to do with setting the user ID appropriately. But I'm not sure what I've…
tmtrademark
  • 944
  • 6
  • 21
1
vote
0 answers

Disable Firebase crash reporting by using Firebase init

I've kept myself from using Firebase Analytics and Crash Reports because there was no way of disabling Crash Reporting. I've seen the answers on other questions but not offered a proper way of doing it. I've read an interesting thing on Firebase…
Alin
  • 14,809
  • 40
  • 129
  • 218
1
vote
1 answer

Firebase analytics, custom events values

I'm trying to set some analytics in my app. The user can add 3 item to a list and I would like to know how much of valid item1, item2 and item the user has moreover I also would like to know how many of expired item1, item2 and item3 it has. This is…
Johny19
  • 5,364
  • 14
  • 61
  • 99
1
vote
4 answers

How to know if a certain amount of time has passed while user is using my app?

I want to send an event to firebase if user spend a minimum of 20sec on my app. This looks simple enough as I only have to create a timer. Here is what I've done so far: Subscription sessionEvent = Observable.timer(20, TimeUnit.SECONDS) …
hehe
  • 1,294
  • 13
  • 26
1
vote
1 answer

Cohort in Firebase Analytics Android

Good afternoon everyone, I am not able to understand why 100% coming on March 4 and march 6.As there are 6 users on March 4 and 3 on March 6.Then why it is showing 100%.One more query,on March 6 day 1 and day 2 why it is 66.7% and 2 user.Please help…
Shivam Kapoor
  • 117
  • 1
  • 13
1
vote
2 answers

Android app crashing after adding Firebase Analytics

I've added Firebase Analytics to my Android app. I followed these steps. Already searched for reasons, but all I found so far is that my firebase libraries aren't the same version, which is not the case: From build.gradle dependencies { compile…
Ian Fako
  • 1,148
  • 1
  • 15
  • 34
1
vote
2 answers

Firebase analytics streamview

Firebase blog announce that Realtime Analytics For Everyone but still my firebase analytics didn't get Streaview So anyone can tell me How to activate StreamView?? Thanks in advance.
Kosrat D. Ahmad
  • 468
  • 8
  • 14
1
vote
0 answers

BigQuery not saving Firebase event data into daily tables

I have an app that is using Firebase Analytics and the data goes into BigQuery in 4 different datasets: android, ios, android_dev, ios_dev. All the datasets are creating their daily app_events_x tables correctly except for the android dataset…
miarkito
  • 51
  • 6
1
vote
1 answer

Google Data Studio custom metric multiplying 2 parameters

I am using Firebase for collecting events from my application. For example lets say I have an event print_attempt and it has 2 parameters page_count and copies. Something like this.. event { name: print_attempt param { name: copies …
Naveen
  • 343
  • 1
  • 3
  • 13
1
vote
1 answer

Firebase Analytics firing multiple times

After working through Firebase's Analytics tutorial to add Analytics I'm able to see the sample code working after adding it to my app. To test it out, I added the analytics event to an IBAction method for when a specific button is tapped. The…
Laurence Wingo
  • 3,912
  • 7
  • 33
  • 61
1 2 3
99
100