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
1 answer

Custom events data in Firebase Events

I have a loggin mechanizm,which logs custom events to the firebase. Event logged. Event name, event params: Session, { "_o" = app; deviceId = "21957A5C-5344-4D93-BCFB-3D01EDCC8886"; type = "Manual Logout"; userId = 2;} It successfully logs events,I…
Narek Simonyan
  • 572
  • 1
  • 7
  • 18
1
vote
1 answer

How to get unique user count for custom Firebase event with multiple dimensions applied?

I'm currently trying to count unique users for my custom Firebase events in BigQuery. While I've been able to get to the figures in aggregation by using the APPROX_COUNT_DISTINCT function, I'm still stuck to get the correct (unique) count when…
Peter P
  • 491
  • 4
  • 14
1
vote
1 answer

Firebase Analytics events - is date range limited to 3 months back in time?

In the Firebase console you can view events from your apps. However, in the date range picker it seems the maximum is "Quarter to date", which should get you the events for the last 90 days. There is also a custom date option, but I cannot use that…
zaifrun
  • 931
  • 9
  • 21
1
vote
1 answer

How to reload the data of the past few days from Firebase to BigQuery?

I am using Firebase to collect event data from my apps, and integrated my Firebase project to BigQuery. Everyday I download daily data from BigQuery to my database. But a few days ago, due to the expiry of my credit card (even Firebase is not…
Danny Li
  • 11
  • 2
1
vote
0 answers

Firebase Analytics Content graph showing duplicate data

I have setup Firebase analytics in Xamarin project.It works perfectly and I'm able to capture all content type that I customize. But there is something off with the Content Chart showed below. On IOS app, the first top 2 content type is the same.…
liss
  • 111
  • 1
  • 5
1
vote
0 answers

Firebase Analytics: combine paramaters/values in console-view

I'm new to Firebase (and stackoverflow) and have a question: Is it possible in the console view for firebase to combine the data? What I want to achieve is that when in "parameter_name" I select for example the "scene_interaction" and automatically…
1
vote
1 answer

Firebase+GTM SDK - logging events to Google Analytics without specifying the screenName field

When tracking mobile apps events in Google Analytics (using Firebase+GTM SDK), is it required to specify screenName field for the event hit or GA will do aligning automatically?
Oleksandr
  • 283
  • 1
  • 4
  • 15
1
vote
2 answers

Firebase vs Google Analytics

I have installed Firebase to my Android and iOS apps, I can check the stats on computer, but can't check them on my iphone Google analytics app. Is there any way or app where can I check the stats or do I need to install also Google analytics to my…
1
vote
1 answer

User gender manually passing through User property is not showing in Firebase Analytics DebugView

User gender manually passing through User property is not showing in Firebase Analytics DebugView I passed application's user's gender in firebase analytics using User Property. I am passing property value like, …
Sanjay Prajapati
  • 241
  • 3
  • 19
1
vote
1 answer

Firebase: analytics for realtime database

I need to have an analytics of my Realtime Database, such as: count of users, count of active users (field dateLastVisit in user profile is no later than a week) and so on. How can I do this? Currently I can find how to use analytics for only apps.
1
vote
1 answer

Firebase Analytics and Crashlytics answers

My colleague is going to install crashlytics in the application. Now crashlytics is a part of firebase and when we check the dependencies of crashlytics we can see that crashlytics requires for com.crashlytics.sdk.android:answers:1.4.1 \---…
Ivkin Igor
  • 140
  • 12
1
vote
1 answer

Firebase ecommerce dashboard

Recently we have been moving our iOS Project's analytics from Google Analytics to Firebase. Everything is migrating good, until Enhanced Ecommerce. I came against these APIs in GTM and found out how to implement Enhanced Ecommerce using…
1
vote
1 answer

Firebase Analytics (Android): events seen in Logcat log but not in Firebase console

I added Firebase Analytics to my Android project. Most of the stats are well recorded in the console : - the global dashboard is ok - the standard events appear in the events tab but...my custom events are not displayed in the console. Moreover, I…
toto_tata
  • 14,526
  • 27
  • 108
  • 198
1
vote
2 answers

Firebase analytics logs events without initializing it's instance with java code?

In the guide, you can see that these steps are necessary: // Obtain the FirebaseAnalytics instance. mFirebaseAnalytics = FirebaseAnalytics.getInstance(this); Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.Param.ITEM_ID,…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
1
vote
0 answers

Firebase screen class name containing dots?

I have set firebase analytics in my iOS application, in firebase console user engagement table is showing dots(..), in given image, Is there any solution for it?
sulabh qg
  • 1,155
  • 2
  • 12
  • 20