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

How long does Firebase store my crash data? / Export data from Crashlytics?

I have to leave my work with applications for for several months. Later, I would like to remove some of the errors that currently Crashlitics shows. How long does Firebase store my data, especially crashes. Is it possible to export data from…
1
vote
1 answer

Reroute only Firebase analytics to another account

Please, don't throw stones. I have basically the same question as this: Is it possible to use FCM and Firebase Analytics in different google account? which doesn't have any answers. I use quite a lot of Firebase features in the Android app I'm…
Kaworu
  • 220
  • 3
  • 14
1
vote
3 answers

Tracking in_app_purchases event for subscriptions on Android

Google docs say: This event is triggered only by versions of your app that include the Firebase SDK. Note: paid app-purchase revenue, subscription revenue (Android only), and refunds are not automatically tracked. Your reported revenue may differ…
Angelina
  • 1,473
  • 2
  • 16
  • 34
1
vote
1 answer

iOS Firebase Analytics : It seems that firebase analytics does not collect user auto-collection information

My app is currently using google analytics. And try to introduce firebase analytics. We have included the AdSupport.framework in the project as described in the manual to automatically collect user attributes using idfa. However, when the filter is…
jack
  • 11
  • 4
1
vote
0 answers

How to create user funnels for Mobile App in Bigquery?

I am trying to build user funnels in Bigquery and I have reached the following state : u1 e1 41 u1 e1 42 u2 e1 43 u3 e1 44 u1 e1 45 u3 e1 46 u4 e1 47 u2 e1 48 u4 e1 49 u4 e1 50 u1 e2 43 u2 e2 44 u4 e2 48 u2 e2 49 u3 e2…
1
vote
1 answer

Send all Firebase Analytics captured events to our own server and then forward the events to Firebase from that server

We have a requirement to send all the Android app events captured by Firebase analytics to our own server via a service call. Then forward those events to the Firebase analytics. Is it even possible? How can this be done? It does not seem to be the…
Niket Singh
  • 159
  • 12
1
vote
1 answer

Only null values in BigQuery after changes to new schema when importing from Firebase Analytics

A while back we got an email from Google saying they would move all our Firebase Analytics data in BigQuery to a new table and a new schema. Fair enough. A couple of days ago, the change was made. But the problem now is that we only see null events…
KimHafr
  • 2,922
  • 3
  • 26
  • 28
1
vote
1 answer

Firebase Analytics Rest API

I am trying to get firebase analytics data using Rest API but as per best of my knowledge, I need Profile ID to get analytics data. To get profile ID there needs to be a property and view under GA Dashboard which seems like not to be supported for…
1
vote
0 answers

Is there any way to get advertising source in Firebase analytics while using Appsflyer link?

I am using Appsflyer to improve my App(Android/iOS)'s marketing campaign. But at the same time, I need to use Firebase analytics to in-app analysis while Appsflyer is not a solution for in-app analytics. The problem is get advertising(attribute)…
1
vote
1 answer

Using Big Query, how can I query within a record for multiple objects?

Below is a structure that I am using. It is Google Analytic events coming from firebase. I need to AND across the params array and return only one of the param values with the key of 'eventData'. While at the same time I need to limit the query…
1
vote
1 answer

User appearing in two mutually exclusive experiments in firebase a/b testing

In Firebase for iOS I’m running two tests (#2 and #3) with the same target action, 'do N'. I have created an Audience "Fans" to use as a condition. Fans = users who have done N at least once in the previous app version. Test#2 targets 100% users in…
1
vote
1 answer

Customize session_start event parameters on iOS

I'd like to change the session_start event parameters (minimum session duration and session timeout duration) on iOS (Swift if possible). I found a document (link), but it redirects only on Android documentation (1 and 2) and I can't find the…
Dazz Tv
  • 229
  • 1
  • 2
  • 6
1
vote
0 answers

Firebase Analytics | Possibility of choosing different configuration(JSON) based on selection of value from dropdown

I have worked with Firebase Analytics for quite an amount of time and had enough knowledge to integrate Single/Multiple Firebase projects based on the build type and target. But now, I want to know, Is there any possibility of choosing the…
Nandagopal T
  • 2,037
  • 9
  • 42
  • 54
1
vote
0 answers

Firebase analytics in Android - Multiple events sending in for-loop showing multiple event's property value instead of single property value

I have to send list of data in firebase events but as firebase not supporting to send ArrayList data in firebase event property. So, i am sending multiple events using for loop. Events are calling multiple times but its value contains multiple…
Sanjay Prajapati
  • 241
  • 3
  • 19
1
vote
0 answers

Undocumented "user_dim.user_properties.value.cleared" property in firebase events imported data in Bigquery intraday table

There is undocumented "user_dim.user_properties.value.cleared" property in firebase events imported data in the Bigquery intraday table (ANDROID events data set). As you can see, there is no such property in schema…
Sergiiko
  • 319
  • 1
  • 10