Skip to main content

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.

firebase-analytics
1,077 questions with no upvoted or accepted answers
33 votes
0 answers
2k views

Event Data Collected by Firebase Analytics DebugView Is Incomplete

I'm sending events to Firebase Analytics and find out that part of the event parameters is missing in DebugView. Below are two identical events sending to Firebase and I've checked that all the ...
Michael Revlis's user avatar
20 votes
0 answers
4k views

How Firebase Analytics calculates (unique) Users

Since I noticed a misalignment between the count of Users and the count of User IDs on Google Analytics (for mobile apps), I need to understand technically how Google counts Users in mobile apps. ...
Brigo's user avatar
  • 1,106
18 votes
0 answers
815 views

What is equivalent HitBuilders.ScreenViewBuilder for Firebase

Previously, to track screen view in Google Analytics, I'm using the following code snippet. It is very convenient, as I need not to pass Activity and Context around. To use it, I just need to call ...
Cheok Yan Cheng's user avatar
13 votes
0 answers
5k views

Number of real-time events is over the real-time event count daily limit. Event is no longer real-time

Is there anything I need to worry about when I get these messages in my log? 2018-09-02 21:27:09.723503+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time ...
George's user avatar
  • 29.1k
13 votes
2 answers
9k views

Init firebase with FirebaseOptions

I want to initialise Firebase with FirebaseOptions without google-services.json, I'm following the blog post here https://firebase.googleblog.com/2017/03/take-control-of-your-firebase-init-on.html. ...
rMozes's user avatar
  • 201
11 votes
0 answers
1k views

Report to multiple Google Analytics properties or accounts from single Android app

We are currently using Firebase Analytics in a simple way in our Android app. We have a requirement to report certain data (from a specific campaign) so it can be filtered and presented to a business ...
SirKnigget's user avatar
  • 3,644
11 votes
0 answers
1k views

Firebase A/B test not counting users when activation event is used on iOS

We're using the current version of the Firebase iOS framework (5.9.0) and we're seeing a strange problem when trying to run A/B test experiments that have an activation event. Since we want to run ...
m1h4's user avatar
  • 1,149
11 votes
2 answers
9k views

UTM tracking codes in Firebase

How to make that Firebase understand and track installation of apps (iOS and Android) with UTM tracking links (for example I want to track installs of apps from my site from footer link)? In GA it ...
Максим Борисюк's user avatar
11 votes
3 answers
3k views

How to configure/display attribution sources in Firebase Analytics?

All my attribution sources in Firebase Analytics for our Android and iOS apps are "(direct)", even though we have over 250k first_open events showing up since we migrated from Google Analytics to ...
David Frahm's user avatar
10 votes
0 answers
652 views

Is it possible to use the same parameter name for multiple events in Google Analytics?

If I use the same parameter name for two different events, google analytics will show in custom dimensions & metrics these parameters like this: item_name[spend_virtual_currency] item_name[...
Doruk Okbay's user avatar
10 votes
0 answers
607 views

How to calculate 'Count per user' value in Firebase Events

I have a question abut Firebase Events. Firebase Events view shows 'Event count', 'Users' and 'Count per user'. (Ref. below screenshot link) I think that 'Count per user' is calculated by 'Event Count'...
JD KIM's user avatar
  • 101
10 votes
2 answers
6k views

Firebase Analytics initialise for unit test (Mockito) in Android

I am running a unit test with @RunWith(MockitoJUnitRunner.class) I have used firebase Analytics to log events MyApplication.getAnalytics().getInstance(appContext).logEvent(eventType, bundle) ...
Shubham's user avatar
  • 2,717
10 votes
0 answers
1k views

Firebase Analytics: Multiple setUserPropertyString (iOS, Swift)

Trying to set 2 custom user properties asynchronously in Debug mode FIRAnalytics.setUserPropertyString(value: "value_1", forName: "name_1") FIRAnalytics.setUserPropertyString(value: "value_2", ...
Anton Bielousov's user avatar
9 votes
1 answer
3k views

Firebase user property boolean value. (true or false)

I want to have some way to see how many percent of my app's users have purchased the "premium upgrade". The premium upgrade can be purchased one time, through an in app purchase. The boolean value is ...
Thomas Vos's user avatar
  • 12.5k
9 votes
1 answer
524 views

How do I track firebase-invites on firebase-analytics?

When I setup firebase-invite and send succesful request to my friends how can I track the total and converted invitations. I see it on a firebase video but couldn't find any technical info for that. ...
Baris's user avatar
  • 797

15 30 50 per page
1
2 3 4 5
72