firebase-analytics Questions
3
Solved
As of July 1, Firebase requires the addition of labels to messages in order for analytics to show about the number of data message sends etc.
'Starting Monday, 1 July 2019, you will be able to f...
Whisker asked 7/7, 2019 at 9:23
1
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. W...
Directorial asked 18/11, 2019 at 15:15
4
I'm trying to log custom events for my location rating app (Swift). After looking through examples it looks like you give attributes a value similar to a JSON database. I still haven't seen the eve...
Accomplished asked 23/9, 2016 at 20:49
3
Solved
In an IOS app I have
and I ensured the plist "defeat" entry is not there, and then I have analytics events like
Analytics.logEvent("touchedButton", parameters: nil)
In fact, if I run the app...
Lobell asked 23/7, 2018 at 18:47
3
How can I disable the Firebase logging in Google ML Kit library for Android. For every 15 mins it will POST some information to https://firebaselogging.googleapis.com/v0cc/log/batch?format=json_pro...
Miriam asked 14/3, 2022 at 8:51
2
I have created a new Flutter project and created Firebase apps using flutterfire configure, Analytics works perfectly fine in iOS, but the android app didin't trigger analytics even a single time. ...
Superfluity asked 12/3 at 10:27
3
Solved
Hi following is my query to fetch some data in big query want to know how can we format date and time stamp
SELECT
*
FROM (
SELECT
(
SELECT
x.value
FROM
UNNEST(user_properties) x
WHERE
x...
Guelders asked 9/12, 2019 at 19:40
2
Solved
I would like to know how to check count of Users on a specific app version from firebase console (30 day active). For Example, our mobile app has 5 versions/releases.
Need the result as per follow...
Dilatation asked 23/1, 2020 at 5:6
9
I need help with custom parameters of Firebase event, don’t seem to be able to see or use any event parameter.
Basically trying to use parameters to create Audience segmentation, but parameters see...
Banded asked 22/11, 2016 at 9:44
4
Solved
The Firebase Android SDK for analytics provides a method named setUserId(String id), now i enabled firebase logging and every time i called the method setUserId(1234) i see this in the logs Setting...
Communicant asked 9/2, 2017 at 12:49
0
I fetch and send GAID from Splash activity of my application. I found the GAID alright in debug mode on my physical device. I also tested using Firebase debugging tool and got proper GAID value as ...
Manageable asked 6/5 at 16:24
8
I've seen some questions and answers about custom events for firebase analytics, but i just wanted to ask you a straight question so you can give me a straight answer :)
So, this is my method for ...
Allantoid asked 8/11, 2016 at 8:46
6
I am unable to view analytics debug view after I install the app through TestFlight into my test phone.
I have passed in argument -FIRDebugEnabled, and have tried -FIRAnalyticsDebugEnabled but no ...
Trituration asked 25/7, 2019 at 2:53
3
Solved
I have a game with a lot of levels (Something like 2000). I want to create a funnel to see players' progression through these levels and balance out too-hard ones.
I cannot send an unique event fo...
Nickolai asked 25/6, 2018 at 15:18
11
Solved
I am testing the new Google-powered Firebase, and have implemented remote notifications and crash reporting. I am, however, having massive problems with getting Analytics to work.
I track events w...
Ceramic asked 24/5, 2016 at 14:11
9
I replaced the Google Analytics SDK with the Firebase SDK. I'm looking to generate some of the previously-obvious reports. For example, I want to see the breakdown of users by iOS version. I know t...
Rufescent asked 22/3, 2019 at 19:56
1
How do I write campaign parameters in Flutter? I have push notification enabled. So when a user comes to my app from notification I want to write some UTM information to google analytics e.g source...
Vasculum asked 31/10, 2019 at 12:44
26
I linked my Android app with Firebase using Android Studio
Which created and set my google-service.json into my project.
When i debug my event logging in logcat i got :
V/FA-SVC: Successful uploa...
Phylogeny asked 13/3, 2017 at 16:55
5
Solved
I have a Flutter app and I'm testing Google Analytics for Firebase on Flutter.
I wanted to see the routes our users (well, me for now) are visiting. I followed the setup steps in firebase_analytic...
Joby asked 24/4, 2019 at 12:56
5
I have been trying to connect my ReactNative App to firebase for two reasons -
1. Push Notifications ( Done Successfully )
2. Events logging for each user.
I am facing issues with debugView to get...
Stockish asked 5/1, 2018 at 18:29
5
I want to track screen views in a compose-only app, so no activities, fragments, only composable functions.
When and how I should call the screen tracking e.g. for firebase?
Because the body of the...
Bolivia asked 6/10, 2021 at 10:4
2
I just added FIRAnalyticsDebugEnabled as a launch argument as was suggested in several places:
The Xcode console:
6.5.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the follo...
Companionship asked 2/8, 2019 at 22:43
2
I have followed the guidelines described on Measurement Protocol (Google Analytics 4)
to send purchase events from server.
I have verified that logging of this event works on GA4. I even see sourc...
Muskogean asked 21/8, 2022 at 9:36
3
Solved
Using Firebase Analytics in an ios app, on a phone and simulator using ios 15.4, XCode 13.2.1 (13C100) in a React Native app.
The app itself works, but when I try to add unit tests, the test runner...
Stenotype asked 2/2, 2022 at 17:18
2
I want to use Firebase analytics to log events from my Flutter app into my Firebase project's DebugView.
I am using the example app from this GitHub.
I have entered the Xcode parameters -FIRDebug...
Lacour asked 20/9, 2019 at 23:6
1 Next >
© 2022 - 2024 — McMap. All rights reserved.