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

Error : Integrate firebase analytics with ionic 3

I have integrated Firebase Analytics with an Ionic 3 app and add Google-service files in the root of the application. However, I keep getting the below Error. Any idea what I maybe doing wrong? ERROR TypeError:…
Priyank
  • 3,778
  • 3
  • 29
  • 48
1
vote
0 answers

Firebase Analytics - Merging two apps from different accounts

I have created both iOS app and android app with different firebase analytics account. Is there anyway i can able to merge it together without losing the already tracked datas
Rahul Nair
  • 61
  • 3
1
vote
1 answer

Tracking an app is being uninstalled before or after specific time using Firebase Analytics

I'm having an issue now, I have an android app and its using Firebase Analytics, it has a tutorial when start, and I want to track people will uninstall my app after or before tutorial. I'm tried to add custom parameter here and tried to log an…
1
vote
0 answers

Bigquery new schema- Session-Duration Distribution-table in Firebase

Here is result how I want to have This is the Bigquery according old schema and is working fine in old data source table. Here is the query according to old schema. This is supposed to give to session-duration wise distribution which means it will…
1
vote
1 answer

Exclude iOS devices from Firebase Analytics

Is it possible to exclude iOS devices from appearing in Firebase analytics? I don't want mine or my team's usage to appear in them.
Edward
  • 2,864
  • 2
  • 29
  • 39
1
vote
1 answer

How should I filter columns in RECORD without breaking nest?

I use BigQuery to receive analytics data from Firebase, and now I'd like to filter some columns. Here's a data scheme (simplified). device RECORD NULLABLE device.category STRING NULLABLE …
lipsum
  • 919
  • 2
  • 13
  • 24
1
vote
0 answers

Firebase-demo/Analytics NoClassDefFoundError exception when built with Gradle

I am having a NoClassDefFoundError exception when I added Firebase analytics on my game that is built with gradle so I tried it on this demo app of firebase(https://github.com/firebase/quickstart-unity) and got the same error but with different…
Donut
  • 11
  • 3
1
vote
1 answer

Whitelist firebase analytics& google analytics

I have a basic question I have adaway app installed in my device but I want to test firebase analytics in my phone Which domains I have to whitelist to unblock the adaway blocking?
Ali Habbash
  • 777
  • 2
  • 6
  • 29
1
vote
0 answers

Custom event doesn't log on Firebase Analytics Event Section

I have middle of Firebase of Custom Events integration. I am facing a problem that events which are register or log form my code those are not listed on dashboard. Here is my code snippet: Analytics.logEvent("Comapose_Message", parameters: [ …
Shobhit Agrawal
  • 417
  • 2
  • 4
  • 11
1
vote
1 answer

Firebase Web Admin

First of all, I am using nodejs for the backend. I use firebase hosting and firebase functions to deploy an express() app. What I am trying to achieve is to make an admin website, which is connected to Firebase. so I have a route /admin/ like…
1
vote
1 answer

Firebase Non-Purchaser Android Audience Targeting

I want to target my android users that did not have an in_app_purchase across their entire lifetime. I created the following audience in the "Firebase Analytics Audiences"-dashboard, but could unfortunately not save and create the audience. The…
d_-
  • 1,391
  • 2
  • 19
  • 37
1
vote
2 answers

Firebase - is user deleted from Audience if his User property is changed

We have two Audiences based on the User Property which value is either true or false. And we send different Push Notifications to these 2 Audiences. At one point user's property value can be changed so I expect him to be deleted from one Audience…
1
vote
0 answers

Export Firebase Events

I have a project in firebase who has a lot of events and firebase UI is very bad to see all them so I would like to develop a SPA to have more info about my events. I need to extract the events from firebase to import in this SPA. Firebase provides…
jonathanrz
  • 4,206
  • 6
  • 35
  • 58
1
vote
1 answer

5.4.1 - [Firebase/Core][I-COR000022] Firebase Analytics is not available

I manually installed Firebase Crashlytics into my ios project a few days ago. It worked fine.Some crash reports showed up in console. Now i want to log some events, and i get "Firebase Analytics is not available". Is there anything else to do? other…
Trick
  • 23
  • 5
1
vote
1 answer

BigQuery Firebase Event Logs Grouped By User Id

Question: I want to pull a stream of Firebase event-data grouped by user id and ordered by time of occurrence for my android users. I created the two scripts below, but unfortunately in both I can't seem to get the last part correct, which is to,…
d_-
  • 1,391
  • 2
  • 19
  • 37