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
2 answers

Firebase analytic counts user less than actuality

I Have a app that loaded for statics with FireBase and TapStream. My app is not distributed from google play or other app stores. I should pay third party corporation that shared my app per installation. The count of install declared by third-party…
Mahdi
  • 6,139
  • 9
  • 57
  • 109
1
vote
0 answers

fatal error: module 'FirebaseAnalytics' not found - Ionic Native Cordova build

When doing a 'ionic cordova build ios' on my app, I'm getting a fatal error saying the "module 'FirebaseAnalytics' not found" in my FirebaseAnalyticsPlugin.m file How do I correct this? I've followed the instructions for installation on…
CourtneyR
  • 93
  • 8
1
vote
1 answer

Firebase Big query - How to retrieve the data from Custom events table

I am working on the app which is connecting the Firebase database, My App is basically a marketplace app. I have logging all the user search history to the Firebase Analytics as a Custom events, Which I have linked to the Big query for the analytics…
Lakshmanan
  • 1,671
  • 2
  • 26
  • 42
1
vote
1 answer

Firebase combined analytics and error reporting in free and paid

We have a free and paid version of our application that share 99% of the same code. However because we're using product flavors the apps are built with a different applicationId. My understanding is that Firebase can easily group multiple…
1
vote
2 answers

What's the minimum code required for Firebase Analytics to work automatically?

Added this line to dependencies in build.gradle: classpath 'com.google.gms:google-services:3.0.0' Also added this line to dependencies in app/build.gradle: compile 'com.google.firebase:firebase-core:10.0.1' Now the part I'm not sure is do I have…
Taylan
  • 3,045
  • 3
  • 28
  • 38
1
vote
1 answer

Import firebase analytics settings to another package

Is there a way to import my firebase settings (Audienes and User properties) from my Android package to iOS package for the same project ? I have tried to google it but nothing so far. The reason I want to somehow automate it is I have like 30…
Lukas Anda
  • 716
  • 1
  • 9
  • 30
1
vote
2 answers

Can't see Admob events in Firebase Analytics

I have followed this tutorial: https://support.google.com/firebase/answer/7378163 and tried to integrate Admob and Firebase Analytics but I can't see any events (ad_click, ad_impression) in Debug View (as described in verify section). I have tried…
Martin Rajniak
  • 630
  • 8
  • 26
1
vote
1 answer

Firebase Audiences Not Working Properly?

We are using Firebase Analytics on our Android App. We've created an audience called Uninstallers(who sends app_remove event more than 0 times) to make it possible to run remarketing campaigns for users who uninstalled our app. But we have realized…
Murat Yasar
  • 994
  • 9
  • 24
1
vote
1 answer

Auto Notifications on events defined in Analytics

I'm in process of evaluating an Analytic tool for our Android and Ios app. Firebase is one of the options being evaluated. have been researching around the possibility of defining events using Firebase Analytic and using the same to fire…
1
vote
1 answer

No clients were able to be added to your Firebase project

I recently released an Android App on the playstore this app is currently linked with both Google's Admob and Google's firebase for analytics, after a while I started working on an update that includes FIREBASE NOTIFICATIONS when I tried to connect…
1
vote
1 answer

Android firebase user_dim.user_id==null

why is it always null? why FirebaseAnalytics.getInstance(ctx).setUserId("lalala id's"); do not set the id to base? Anyway, I have unique ID's for accounts and I want to sort bigQ firebase analytics by those ID's, but I cant manage to record those…
Ivan Mitsura
  • 433
  • 4
  • 15
1
vote
0 answers

Using Firebase Crash Reporting Exception in BigQuery

We've enabled Firebase crash reporting export to Big Query. I can query that data, and see and use the app_event.name = 'app_exception'. How can I include the stack trace in my BigQuery query statements? I do not see it referenced in the doc. I…
1
vote
2 answers

Unity Firebase SetCurrentScreen must be called from Main Thread

This is Strange, I used to do GoogleAnalytics for my Unity Projects because I had two major uses, one was to see the number of users on Screen and second for some events. I heard about Firebase and wanted to explore it, I was successful in…
1
vote
1 answer

firebase EXC_BAD_ACCESS logEventWithName

When using FIRAnalytics logEventWithName:parameters method application crash caused by EXC_BAD_ACCESS. This is how I call it: [FIRAnalytics logEventWithName:name parameters:paramethers]; parameters: name = "News_Detail" paramethers = { Title…
MGY
  • 7,245
  • 5
  • 41
  • 74
1
vote
1 answer

Adding Firebase via importing SDK (not CocoaPods) causes file not found exception

I am attempting to add Firebase to my iOS project via importing the SDK instead of using CocoaPods (I'm not a fan). I have followed the documentation but I am getting file not found error. I have cleaned, deleted, restarted, re-imported, re-did the…
user-44651
  • 3,924
  • 6
  • 41
  • 87