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

Accessing Firebase analytics from outside of Firebase Console

I haven't found an answer searching on internet. I want to be able to access firebase analytics from outside Firebase Console. I know how to Generate Analytics from my App, thats pretty easy. But, I Want to create an App that reads analytics,…
Mago Nicolas Palacios
  • 2,501
  • 1
  • 15
  • 27
1
vote
2 answers

Firebase Analytics and Google Tag Manager : Event name is reserved

I integrated Firebase and GTM over cocoapods: pod 'Firebase/Core' pod 'GoogleTagManager', '~> 5.0' Podfile.lock for the versions used : Firebase/Core (3.12.0): FirebaseAnalytics (= 3.6.0) FirebaseCore (= 3.4.7) FirebaseAnalytics (3.6.0): …
ergunkocak
  • 3,334
  • 1
  • 32
  • 31
1
vote
1 answer

How to make my Firebase custom event log in Android App?

I want to add a simple firebase event log to tell me when a certain event occurs. This event is when my app sets a notification to go off. What code would I use for this and where would I put the code. My app is already set up to log the standard…
1
vote
0 answers

Why iOS Firebase first_open count doesn't match active users count?

I have launched a new app on iOS and Android in January 2017 which integrates Firebase for analytics purpose. My problem: When I look at the analytics for the iOS app on the whole app life, I see significantly less first_open events than active…
Pentagp
  • 73
  • 6
1
vote
1 answer

BigQuery Automation

I'm new to BigQuery and programming in general (fluent with SQL) as I come from a data analytics background. I'm using BigQuery to analyze the events data of my Android app. I have the data flowing into BQ tables nicely and am able to write queries…
1
vote
2 answers

Could not build module Firebase

I have been trying to wire up Firebase analytics into a Objective C/Swift project. I have followed the instructions properly. My search paths are set. My linker flags is set to -ObjC. I can get the project to compile properly. As soon a I @import…
user2227745
  • 21
  • 1
  • 3
1
vote
1 answer

Firebase First Open event is not correct

I have integrated Firebase to my app and using it for some time. I was getting similar first open result as iTunesConnect until 2 weeks ago. For 2 weeks I am getting weird analytics. Even my daily new download is about 500-600, Firebase Analytics…
birdcage
  • 2,638
  • 4
  • 35
  • 58
1
vote
1 answer

Firebase analytics dispatch period

I would like to use Firebase for analytics on iOS and Android app. My users are most of the time in remote area with poor or no network. I would like to optimize battery life so I don't want firebase to create web requests all the time. Is there a…
Philiz
  • 429
  • 5
  • 25
1
vote
1 answer

Query multiple params in multiple tables with TABLE_DATE_RANGE for Firebase Analytics

I intend to get from the events I have in the applications a stat for most played audios within an article. In the event I send articleId and the audioID that has been played. I want to obtain as result rows like this ordered by number of…
droidpl
  • 5,872
  • 4
  • 35
  • 47
1
vote
0 answers

How to ignore firebase events coming from specific devices?

I'm logging events on my Android app, while testing those events gets triggered and thus visible on the console. How do I ensure that Firebase considers my device as a "test device" and does not consider it in the console? This is with Firebase…
Sam
  • 822
  • 2
  • 8
  • 30
1
vote
1 answer

How to get the monthly 7-day active users?

In my database I have two fields that are used to identify a user, timestamp and instance_id. I want to be able to get the monthly 7-day active users from this data. I have tried the following query but it just returns the same timestamp and 1 for…
Joe Scotto
  • 10,936
  • 14
  • 66
  • 136
1
vote
1 answer

BigQuery & Firebase - how to determine weekly growth

I'm trying to build a dashboard for following key metrics of my Android application. To do so, I am using Firebase analytics backed by BigQuery. I'm trying to get weekly growth of first_open event count and ratio for the current week the previous…
TurhanTech
  • 82
  • 4
1
vote
1 answer

Filter Firebase analytics events based on user properties in Google Data Studio

Using BigQuery it is possible to connect Firebase analytics to Data Studio. Data source can be either the "EVENTS" or the "USER PROPERTIES". My problem is that I want to filter the events based on user properties, but I can't have both of them in…
1
vote
1 answer

Collect configuration properties with Android Firebase Analytics

I am using Firebase Analytics since a while now and one feature i am really missing is the ability to understand user configuration statistics. So, for example, i have an option that allows the user to select the measurement unit, it can be Metric…
FrankMonza
  • 2,024
  • 16
  • 26
1
vote
0 answers

Firebase Custom event - firebase parameters not visible in dashboard

I'm making an Android game, where I want to track with Firebase Analytics, how users spend their different ingame currencies. For this, I wrote the following method: public void trackInAppUpgrades(String id, int upgradePrice, String currencyName) { …
Eve
  • 1,153
  • 1
  • 15
  • 34
1 2 3
99
100