All Questions
Tagged with google-analytics firebase
712 questions
0
votes
0
answers
15
views
How can I use "source" dimension to analyze a specific event in Google (Firebase) Analytics?
I'm using Google (Firebase) Analytics in an iOS app and track the event like follows.
Analytics.logEvent("event-name", parameters: [
AnalyticsParameterSource: "source-value"
])
...
0
votes
1
answer
58
views
Firebase Analytics parameters
I have a flutter (ios & android) project. I'm trying to learn how to use Firebase Analytics. Everything is working fine in DebugView and I can see all the data I send.
But I don't understand how ...
1
vote
0
answers
48
views
Tracking event from a varient of remote config in google analytics
I have a mobile app, I use remote config to create different paywalls and ABtest them to users. But as I see in the AB test feature in Firebase, all I can track is 7 different metrics. I also figure ...
0
votes
0
answers
61
views
JavaScript: Firebase Analytics don't log my events in console
I'm newbie to Firebase Analytics Web implementation.
But here's my code:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
...
0
votes
0
answers
57
views
How to Integrate React GA4 and Firebase Analytics in the Same Project?
I’m working on a React project where I need to use both Google Analytics 4 (GA4) through react-ga4 and Firebase Analytics, for two different google analytics accounts. The issue I’m facing is that the ...
0
votes
0
answers
60
views
App Crashing while trying to use Firebase analytics
Im developing a C++ Desktop application and trying to use Firebase Analytics using the Firebase C++ SDK from https://firebase.google.com/download/cpp
I tried initializing the analytics module but the ...
0
votes
0
answers
64
views
Firebase Analytics, Android - new app version is not visible in Analytics Dashboard
We published a new app version - 1.1.0, but in Analytics Dashboard the latest version is still 1.0.2.
At the same time, the version 1.1.0 is available in Crushlytics and Release Monitoring.
What could ...
1
vote
0
answers
182
views
Completing implementation of Google Mobile Ads SDK for Flutter project and allowing Google Analytics
I have developed an Android app which is in review in Google Play Console as of now. I have integrated ads using google_mobile_ads from the method described in its page at https://pub.dev as I use ...
0
votes
1
answer
32
views
Total and Active users spike on iOS in Firebase from last one month. Ex: same userID with 3 different devices and 3 active sessions
Active users duplicated on iOS (not on android) in Firebase from last one month. Ex: For One userID with the report is showing Total users:2 and Active Users: 3 with different device types like
3 ...
0
votes
0
answers
64
views
FA-Ads : Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing
I have a strange issue in my android application where I try to adding AdMob advertising based on Firebase connection:
W FA-Ads : Disabling data collection. Found google_app_id in strings.xml but ...
0
votes
0
answers
77
views
How to send custom event to Firebase Analytics with EVENT PARAMETER KEY directly
I am using following code in Kotlin for Android App to send custom events, but these are stored under value Key, but how can I set it directly to EVENT PARAMETER KEY in Analytics reports, when ...
0
votes
0
answers
54
views
Google Analytics 4 Custom Event issue
Im attempting to create an event in Google Analytics that will allow me to view recent sign ups and be able to get an exact number of sign ups, but the problem revolves around the sendGAEvent not ...
0
votes
0
answers
30
views
Google Tag Manager/Firebase Set Up and Data Tracking Issues
I have set up Google Tag Manager and the containers within. I linked Firebase through the app to receive data however we are still not getting any data. The triggers are not firing and as we are ...
0
votes
0
answers
276
views
Data set not created for firebase analytics and Bigquery integration,
I recently linked my Firebase project with Google Big Query. My Firebase project has an active Android and iOS app and I can successfully retrieve data.
When I exported Crashlytics, Performance ...
0
votes
1
answer
48
views
Firebase Analytics for website is not sending any data in production (https)
I have a React + React Router + Vite application working in production. Now I'm trying to integrate it with Google Analytics.
This is my code:
import { getAnalytics, logEvent } from 'firebase/...