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

Activate Firebase Events DebugView in Unity

Is there any way to activate the Firebase Events DebugView in Unity or even just to log an event without the use of a real/virtual device (use it with a PC application)? I can use Storage, Realtime Database and the Auth with no problem, but when I…
1
vote
1 answer

ERROR TypeError: Object(...) is not a function / ionic3 flurry-analytics plugin

I am getting this error when I tried to log an event using Flurry plugin: https://github.com/blakgeek/cordova-plugin-flurryanalytics (I was getting the same error when I used firebase-analytics plugin and I was unable to resolve that as well:…
1
vote
2 answers

Firebase analytics - Difference in screen_view and session_start count

Recently noticed some difference in Users count of screen_view and session_start events. Which one will be used in Active Users calculation? Thanks in advance.
Bill
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

Firebase vs BigQuery Active Users Discrepancies

I've integrated my Firebase project with BigQuery. Now I'm facing a data discrepancy issue while trying to get 1 day active users, for the selected date i.e. 20190210, with following query from BigQuery; SELECT COUNT(DISTINCT user_pseudo_id) AS…
Ammar
  • 1,811
  • 5
  • 26
  • 60
1
vote
0 answers

Send Firebase automatic collected event to Google Analytics through GTM

I have a question about sending Firebase events to Google Analytics through Google Tag Manager. It's okay with custom events, all works perfectly. But it's not working for automatic colleted events in Firebase like "app_remove" or "first_open". I…
1
vote
1 answer

Using BigQuery results with FCM

I am doing R&D on analysis tools and which should I implement for my project to use. I have looked at firebase analytics and it seems to be a great tool to imply. I have learnt that we can create audiences and then target push notifications on them…
1
vote
1 answer

How to calculate MAUs in Firebase? Do I need BigQuery?

We're using Firebase for analytics on our mobile apps. But Firebase only appears to report on active users for 1, 7 and 28-day rolling periods. These are not the industry standard reporting metrics I'm looking for. We also have a web app, where…
1
vote
1 answer

getting firebase campaign information from flutter app

I'm writing a flutter app and I'm trying to find out how to fetch campaign information from the flutter app for the current user. so In firebase console when I go to Conversions -> Network Settings and I generate a Click campaign URL with some…
ufk
  • 30,912
  • 70
  • 235
  • 386
1
vote
0 answers

Firebase wrong active user calculated

I am starting with Android Firebase, and I have some doubts about the dashboard and other components. In my app (not published yet with the firebase feature) I did the full set up and i was testing with two mobiles. The strange behaviour I have…
Billyjoker
  • 729
  • 1
  • 10
  • 31
1
vote
0 answers

How can I stop "screen_view" event on specific ViewController

If you create a screen by overlaying ViewController using addChild(). When you display the child screen, parent screen_view also happens. I saw this, but I do not know how to actually fix it. Firebase Screen Tracking calls "screen_view" event…
ysknsn
  • 89
  • 2
  • 10
1
vote
2 answers

BigQuery - Select event param value based on another event param

In my app, I send an event 'content_view' to Firebase analytics whenever a user opens one a certain view. This event has two event parameters associated with it: content_type and title. content_type is always either 'audio', 'story', 'video', or…
user3321348
  • 85
  • 1
  • 10
1
vote
0 answers

Using FirebaseAnalytics from inside a library

I want to use FirebaseAnalytics inside a library project on android. I want the events logged to be reported to my Firebase console and not to the console of the app developer. I do not own or control the implementation of the app that will use the…
PKeno
  • 2,694
  • 7
  • 20
  • 37
1
vote
2 answers

Firebase Analytics is disabled. Event not logged.Ads doesn't appear

I'm using Google Ads for my mobile app. Some of reasons ads doens't appear to app. GoogleService-Info.plist is installed. UPDATES :I created Admob Payment İnformation and updated simulator version 10.0 to 12.0 and this problem solved. I added…
Omer Tekbiyik
  • 4,255
  • 1
  • 15
  • 27
1
vote
1 answer

Google Firebase Analytics - How to notify the user of data collection on iOS

How should I notify users of my iOS app of the default data collection done by Google's Firebase Analytics? I recently made an iOS application and released it to the app store. To gain more insight into how my app is being used, I am looking into…
Connor Yass
  • 118
  • 1
  • 7
1
vote
1 answer

Which event type should I use for common user actions with Firebase?

I started to integrate the current Firebase SDK into my Unity 2018 project and registered my project and App in the Firebase console. After some research, I realized that Firebase provides predefined events to track user actions within the…
cyx
  • 1,593
  • 1
  • 10
  • 9