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

How to group events parameters by event on firebase?

I'm working in a react native application that uses analytics using react-native-firebase, I had something like this: Analytics.logEvent('event_click', { target: 'accept', screen:'MainScreen' }); What I want on firebase, is to group the 'target' by…
1
vote
0 answers

I am not able to configure firebase analytics to xamarin android project

I am not able to integrate firebase Analysis to my Xamarin android project any help would be great. Thanks I tried with adding NuGet packages…
prashanth
  • 11
  • 2
1
vote
2 answers

Which is the best way to initiate Google Firebase Analytic instance in Android Applications?

I wanted to use Firebase Analytic in my project.But I am confused with the three approaches I come across while reading how to use Firebase Analytics. 1 Using Activity. 2 Using Application. 3 Using Content Provider. I have also scene the following…
1
vote
0 answers

IOS, The source of firebase conversion is always (direct)

(direct) seems to mean app store.  can (direct) to the App Store? Or is it common to be displayed as (direct)?
oijafoijf asnjksdjn
  • 1,115
  • 12
  • 35
1
vote
1 answer

How to calculate session length and no of sessions in Firebase raw data?

I have linked Firebase project with BigQuery. How to calculate session length and number of sessions from the data. Is there any column or event_name similar to '.session_start / .session_stop ' which stores the session details like in AWS Pinpoint…
1
vote
1 answer

Getting error while adding firebase analytics in flutter app

Got this error after adding firebase_analytics in pubsec.yaml file. FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':firebase_core:compileDebugAidl'. > The library…
Anirudh Sharma
  • 657
  • 7
  • 19
1
vote
1 answer

Integrating Firebase Analytics into Xamarin iOS spams logs with keychain warnings

I just integrated the Firebase Analytics SDK into my Xamarin iOS app. However, now it's spamming the logs with: 2019-06-13 16:00:44.728870-0400 orgnarrprmobiledev[8450:341429] 5.16.0 - [Firebase/InstanceID][I-IID023003] Couldn't create keypair…
Justin
  • 17,670
  • 38
  • 132
  • 201
1
vote
1 answer

Firebase event after elapsed time

I want to trigger a Firebase push notification and in-app message when a specific time has elapsed after a Firebase event has occurred. How can I approach this? Can I use Firebase Functions to schedule an event? For some context: Lets say I press a…
1
vote
1 answer

What is the difference between advertising identifier and app instance id?

I use Firebase Analytics on a mobile app, and try to track user property by advertising identifier. But now I also use appInstanceId for app user identification. I read the official document about tracking advertising identifier on Firebase and…
lipsum
  • 919
  • 2
  • 13
  • 24
1
vote
1 answer

How to show Firebase Streamview to our users

It turns out Firebase Streamview offers a real nice insight into where my product is used right now. I am thinking if it is possible to show this map to public,without any need for them to have special access to Firebase? E.g., with an API or some…
c0dehunter
  • 6,412
  • 16
  • 77
  • 139
1
vote
5 answers

firebase_analytics 0.0.4 which requires SDK version >=1.8.0 <2.0.0, version solving failed

I am trying to learn mobile devt using flutter, dat and firebase. SO as a start I downloaded the chat app code from here But I can't seem to run the code via vscode and android studio. Can anyone please help me figure out how to run this. error…
user742102
  • 1,335
  • 8
  • 32
  • 51
1
vote
1 answer

Firebase Default Parameters not logging to Events Dashboard

So I'm having issues logging event parameters from my application to the Firebase console. The events and their parameters show up as expected on Firebase's DebugView, and when I click on the events on the Events tab, the events all show up.…
Geri
  • 21
  • 3
1
vote
1 answer

Can't get data from Google Analytics using "Hello Analytics API"

I'm trying to get events data from Google Analytics via API. However, I have a problem with running the sample example. I started with tutorial Hello Analytics API and there were no problems till Step 3: Setup the sample. There is no problem with…
1
vote
0 answers

Ambiguous Firebase Analytics Console Error

Anyone know what this error is about? It shows up each time I open an event in Firebase Analytics Console. The only thing I can think of that has changed recently is that my user's role has changed from Viewer to Editor. Having recently switched…
1
vote
2 answers

Firebase Analytics: How to see list of most active users?

I am setting user id for firebase analytics instance using setUserId method FirebaseAnalytics.getInstance(this).setUserId(uid) Now in the dashboard how can I see who is the most active user so that I can talk to those users to take feedback about…
Praveena
  • 6,340
  • 2
  • 40
  • 53