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

Latest pod version of Google/Analytics on iOS wants me to install Firebase

I'm using the latest version of the Google/Analytics pod and it keeps showing the following message in the console and it's driving me nuts: [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add [FIRApp…
Jeremy Hicks
  • 3,690
  • 5
  • 40
  • 52
1
vote
1 answer

Firebase Analytics console doesn't show up because of X-Frame-Options error

I started to use Firebase Analytics on my developing app, but the analytics console doesn't appear. I can't see even the navigation bar. Here's a screenshot of my analytics console. I installed Firebase/Core pods, set -FIRAnalyticsDebugEnabled, and…
lipsum
  • 919
  • 2
  • 13
  • 24
1
vote
1 answer

Getting unique counts of multiple parameters in one / multiple events in Firebase (BigQuery)

We've recently implemented Firebase in one of our games and have configured multiple custom events & parameters per event in the same. The structure of the events is the same as what has been defined/shared in Firebase BigQuery DB (Link) Currently,…
1
vote
0 answers

Firebase: Tracking App_remove from campaign with Google Tag Manager

we have in our App Firebase and the Google Tag Manager integrated. And we are new with App GTM and Firebase (so we are in the learning phase). So we have a campaign with a 3rd Party Company (they are supported in Firebase) and track already the…
1
vote
2 answers

How can a specific user opt out from fire base analytics?

I am using firebase analytics for my android application. I want to remove myself and my teams from the firebase analytics for better analysis of user data. How can I do it ? Mixpanel has a simple optout page in web for similar use case . you can…
Jani
  • 77
  • 2
  • 14
1
vote
1 answer

Track attrition of an iOS app on firebase

We are using firebase analytics in our iOS app. I would like to find out number of new active users in a month and the attrition of our app monthly i.e., the number of users leaving the app every month. Attrition for a month(suppose January) can be…
yvsbb
  • 161
  • 2
  • 7
1
vote
1 answer

Analytics for Firebase - User Properties with Google Tag Manager

Does anyone know if there is a way to set User Properties of Analytics for Firebase with Google Tag Manager? I'm not finding deep documentation about converging this two tools.
1
vote
1 answer

Firebase Event Occurrences for New Installed Users in Bigquery

Given the install date of users, I would like to get the Firebase (1) Event Occurrences and (2) Event Distinct Users' Count for all our 200+ Firebase events on Day0 to Day30. I simulated the output table below (for D0-D30) in a screenshot, but the…
d_-
  • 1,391
  • 2
  • 19
  • 37
1
vote
0 answers

How to create two or three level heirarchy of events in firebase analytics?

I am not sure if I am putting this question appropriately so please pardon me for that. When using google analytics in android projects ,there used to be separate methods for screen hits and events like Tracker t =…
Pritish
  • 1,284
  • 1
  • 19
  • 42
1
vote
1 answer

Tracking website and mobile apps in one property

I have a website and two companion apps (android and iOS). The user may jump from the website to the app and vice-versa so it is important to me to know when this happens (I'm thinking about using funnels btw). AFAIK, if I split the website and apps…
Miguel Ribeiro
  • 8,057
  • 20
  • 51
  • 74
1
vote
1 answer

How to analyse device and os distribution based on total revenue in firebase analytics?

Our iOS app has paid users, both who purchased on the app store directly or purchased an In-App-Purchase. The app is launched in multiple countries. I am trying to analyse the app using firebase analytics. I want to know if I can analyse our users…
yvsbb
  • 161
  • 2
  • 7
1
vote
2 answers

Remove Install Receiver or remove Firebase Analytics

I need to remove Firebase-Analytics from our Android app because their install referrer receiver prevents my Third party application to track installs. Only one is allowed. Did anyone ever faced that issue? How would you do? I tried this, but this…
Isabelle
  • 1,457
  • 5
  • 19
  • 44
1
vote
2 answers

Firebase Analytics Debug Mode + BuddyBuild

In order to enable Firebase Analytics Debug Mode we need to add this flag -FIRAnalyticsDebugEnabled to Xcode as described in the official documentation. However... ... this only works when we launch the app from Xcode. When we deploy the app via…
Luca Angeletti
  • 58,465
  • 13
  • 121
  • 148
1
vote
1 answer

Can't build Apk with Firebase Analytic 4.1.0 & Admob 3.7.0

I got the error when trying to build apk from a simple Unity3D project. Do there step to reproduce issue (I use Unity 3D 5.6.1p4) 1. Download and imported Firebase Analytics 4.1.0. Do something to setup, such as adding json.... You will can not run…
1
vote
0 answers

lot of V/FA: Activity resumed messages in logcat

I am getting continuous stream of V/FA: Activity resumed messages in my logcat. Is it normal? 09-20 04:40:00.624 8473-8508/com.p.app V/FA: Activity resumed, time: 9335457 09-20 04:40:00.644 8473-8508/com.p.app V/FA: Activity resumed, time:…