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
16
votes
4 answers

Android Using Firebase Analytics along with Google Analytics

I'd love to know how I can use Firebase Analytics (FA) and Google Analytics (GA) simultaneously as FA doesn't provide real-time data and my apps already integrated with GA since the beginning. I'd like to continue using GA since all my analytic data…
Lancelot
  • 1,421
  • 2
  • 17
  • 27
16
votes
3 answers

Enable debug logging firebase analytics

I'm trying to enable debug logging for Firebase analytics in Android Studio. I have tried following the instructions found here and still don't see the logs I expect: https://firebase.google.com/docs/analytics/android/events#log_events When I run…
ez4nick
  • 9,756
  • 12
  • 37
  • 69
15
votes
4 answers

Firebase dynamic links campaign tracking not working

At work we are trying to use the optional campaign tracking UTM arguments when creating dynamic links through the firebase portal. The dynamic links are working fine, and as far as I can tell from all the official documentation, just adding the UTM…
15
votes
1 answer

How to receive daily summary email from firebase analytics?

I would like to receive daily summary reports by e-mail about my app's downloads and other various stats from Firebase. I have used Fabric earlier and was able to do so but now since Fabric is going to be deprecated soon (May 2020) - I would like to…
Harry
  • 369
  • 2
  • 17
15
votes
3 answers

Firebase does not collect age and gender data

I am linking my Android and iOS app to Firebase Analytics, and it seems to work well except I cannot collect the "automatic" information about the user, such as gender and age. I can see some thousands of users, and I can also track custom events…
15
votes
2 answers

Firebase Analytics Debug View for the Web

Is it possible to use Firebase Analytics Debug View on the web? If so, how? The web is not documented, but also not specifically excluded. https://firebase.google.com/docs/analytics/debugview
JeffD23
  • 8,318
  • 2
  • 32
  • 41
15
votes
1 answer

The difference between events and conversions

I am using firebase and I really don't get the difference between events and conversions sections in the Firebase analytics? Why should I decide that some event to be a conversion? Thanks in advance.
Mee
  • 1,413
  • 5
  • 24
  • 40
15
votes
4 answers

Firebase automatic screen reporting is enabled in xcode log

Is the following message when my app loads have any cause for concern. If I disabled FirebaseAutomaticScreenReportingEnabled does that have any consequence? Not much info about this online. Firebase automatic screen reporting is enabled. Call…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
15
votes
4 answers

How to select multiple custom Firebase event parameters in BigQuery?

I exported Firebase events to BigQuery and now I'm trying to select two parameters from a certain event. Here is the query for selecting one parameter: select event_dim.params.value.int_value as level_id from…
Luka Maške
  • 513
  • 1
  • 6
  • 13
15
votes
3 answers

Firebase analytics events don't show value

I have a game and I want to send event every time user sets new high score, I check if current score is > that previous and if it is I send that new high score to firebase. code: Bundle bundle = new…
Alen
  • 949
  • 3
  • 17
  • 37
14
votes
1 answer

Firebase pods generate duplicate symbols for architecture arm64

I need help to solve my duplicate symbols errors. It started after installing Firebase Analytics with CocoaPods. The duplicate symbols were all (34)…
Dan Abnormal
  • 1,188
  • 11
  • 21
14
votes
1 answer

How do I delete user analytics data from Firebase using userDeletionRequests:upsert?

Problem Description My Android app collects data via Google Analytics for Firebase. For privacy reasons, users must be able to wipe their data off the Firebase servers, should they choose to do so. The app requests a deletion by forwarding its…
greeble31
  • 4,894
  • 2
  • 16
  • 30
14
votes
2 answers

Audience error while using firebase analytics on ios

I built an iOS app that uses Google Analytics for Firebase to track user properties and events. When enabling the firebase logging, I get the following error: 5.1.0 - [Firebase/Analytics][I-ACS006009] Audience definition is invalid. Audience will…
Michael Economy
  • 608
  • 6
  • 21
14
votes
3 answers

App Store rejection due to Firebase phone auth

Our app uses Firebase phone auth. The App Store review has rejected the app due to pushes being required: Guideline 4.5.4 - Design - Apple Sites and Services We noticed that your app requires push notifications in order to function. Specifically,…
14
votes
2 answers

SERVICE_VERSION_UPDATE_REQUIRED error using Firebase Analytics on Android

I want to integrate Firebase Analytics in my project. I followed the Guide but it gives me this warning: 06-30 18:38:30.514 W/FA ( 2091): Service connection failed: ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null,…
Damon Yuan
  • 3,683
  • 4
  • 23
  • 31