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

Is there any way to integrate firebase analytics into an expo react-native app without detaching?

I've been struggling to find a way to integrate firebase analytics into an app I've built with react native and expo. All available solutions require detaching, but I don't want that. So ss there any way to integrate firebase analytics into an expo…
1
vote
1 answer

How to query multiple partitions of a Firebase Analytics events table in Big Query

I am querying from the Firebase Analytics tables. The table I am using has a partition for each day. Here are some examples of the various daily…
1
vote
0 answers

How can I filter events by user properties on firebase analytics

I have created firebase analytics for my mobile app. So I set some user properties like age, gender, jobs. My question is how can I filter events (like screen_open) on this properties? I have tried send properties with params in logEvent…
Utkucan Bıyıklı
  • 1,072
  • 7
  • 17
1
vote
0 answers

Unity Firebase Analytics gives lldb error on scene loads

I have added firebase into my unity project. Everything works when I opened the app. It sends data succesfully to firebase dashboard. However, sometimes I'm passing to another scene. And app crashes. When I debug with Xcode, it gives lldb error with…
Ali Avcı
  • 1,281
  • 1
  • 11
  • 24
1
vote
0 answers

Create a new conversion events in firebase the events are automatically closed in production app

While Create a new conversion events in firebase Analytics the event was automatically closed in production app. In Local app conversion events Production app conversion events
Mishal moni
  • 179
  • 9
1
vote
1 answer

Xamarin.Forms Firebase Analytics for iOS

I am adding Firebase analytics to my Xamarin Forms app on iOS, currently following DI(Dependency Injection) for Firebase Analytics. Referring to this (Firebase Analytics in Xamarin Forms). I am stuck at this error and don't know how to solve it.…
1
vote
0 answers

What's the difference between event_timestamp and message_time in Firebase?

In Google's Firebase documentation, I found a definition for message_time being the message sent timestamp, but I couldn't find one for event_timestamp. https://support.google.com/firebase/answer/7061705?hl=en When I converted these times from…
dnaeye
  • 315
  • 1
  • 5
  • 12
1
vote
0 answers

Google Analytics for Firebase event parameter data type change

I initially setup a firebase event parameter, say "param1", to be a Text data type because the it contained a leading character in front of 4 numbers. After realizing Firebase severely limits the number of parameters that can be of type "Text" I…
1
vote
0 answers

I want Retrieve firebase analytics (events data) through rest api using python

I did some research and found that it possible to retrieve firebase analytics data (events etc. ) using Google Bigquery. However, there is a cost attached to Biquery. Is there any REST API to extract firebase analytics data?
Aks
  • 11
  • 3
1
vote
1 answer

What will firebase.getInstance() get if there are multiple databases

I was using a firebase database in my Android app. Now I need to use another database but I want to know for the old versions of my app what will "firebaseDatabase.getInstance" return? Which database from my databases will be…
1
vote
1 answer

Send custom matrix and custom dimension to firebase analytics

How can we send custom metrics and custom dimension to Firebase analytic from iOS/Android plateforms?
Shailesh Kumar
  • 393
  • 5
  • 20
1
vote
0 answers

How to delete a GA property connected to Firebase?

In the Google Analytics Admin console, I have create a new property in order to track an Android mobile application. When asked, I have connected the property to a Firebase project (I have selected the one I want from the list) and then I clicked on…
rolandl
  • 1,769
  • 1
  • 25
  • 48
1
vote
0 answers

Dynamic Link Analytical data Count for App install

I start using firebase dynamic link for campaign in my app lately. because i can keep tracking how many click to open my app /redirecting into market. Refer in this page https://firebase.google.com/docs/reference/dynamic-links/analytics, app…
M. Plant
  • 467
  • 2
  • 7
  • 19
1
vote
1 answer

When is the firebase_campaign event triggered?

https://support.google.com/firebase/answer/7061705?hl=en states in passing that firebase_campaign is auto-generated. Unfortunately ‘Automatically collected events’ doesn’t document that particular event. When is it triggered?
Mohan
  • 7,302
  • 5
  • 32
  • 55
1
vote
1 answer

Cocoapods - FirebaseAnalytics only installed when using FirebaseCore

So, this question is not about how to fix something, but about how it is working this way. I want to use FirebaseMessage in my app for push notifications, which have a dependency FirebaseCore. I started just adding FirebaseMessage to my Podfile pod…
crom87
  • 1,141
  • 9
  • 18