All Questions
120 questions
1
vote
0
answers
58
views
Ignore store submissions testers data in google analytics
I'm working on a new flutter application which I've just published to the Google play and app store so I don't have a lot of active users.
Each time I published a new version to the stores, there are ...
8
votes
1
answer
902
views
I use Google Analytics in Flutter already, how can I also send events to it from native iOS/Android code?
I use firebase for flutter, where all the dependencies are on pubspec.yaml
I would like to send an event to Firebase Analytics for some activities on the native side - Home screen widget, notification ...
0
votes
1
answer
42
views
Is it possible to integrate my existing Firebase project(iOS and Android) to separate google analytic account without losing current data
I have a Firebase project already setup for iOS and Android platforms. Now I want to integrate with Google analytic account not from the same firebase account I am using but the other separate account ...
2
votes
0
answers
101
views
why does "desktop" show on my mobile app for "device category" in firebase?
When looking at my mobile app data in Google Analytica Firebase. I'm wondering why web would show up in device category? My assumption is this is either an emulator or the app is available to download ...
0
votes
1
answer
257
views
In Firebase we want to send data only to GTM and not to the GA. Android and IOS
I have 3 questions regarding Firebase and GA integration with mobile app(both iOS and Android)
If we integrate Firebase and GTM with mobile applications without GA, Does it store any information in ...
0
votes
1
answer
313
views
Getting Number Of Downloads Of Android and IOS and Distinct Unique Users
I am using the below query to get the number of downloads for IOS and Android using Firebase,
SELECT
COUNT(DISTINCT user_pseudo_id)
, app_info.firebase_app_id
FROM
`xxx.analytics_xxx....
1
vote
1
answer
371
views
Is Google Analytics for Mobile still working?
At my company we are making a new iOS + Android app.
We need to get screen views analytics.
At my company doesn't like Firebase Analytics because with the new events analytics (vs the old page views) ...
1
vote
0
answers
468
views
How to get campaign referrals for both ios and android ( in react native project)
How to get campaign referrals for both ios and android( in react native project)
To generate a campaign link we have to use
For android:
https://developers.google.com/analytics/devguides/collection/...
0
votes
1
answer
143
views
How to report to Google Analytics a purchase made in a mobile app but paid offline, using Firebase SDK
TL;DR: In a native mobile app using Analytics integrated through Firebase SDK, how can I report a purchase paid offline, like Cash on Delivery?
We have a mobile app that was developed using the ...
12
votes
2
answers
11k
views
How to report parameters in Firebase Analytics Events
I've used Fabric with iOS before where it was so easy to report custom parameters in the same analytics event in like this:
Answers.logCustomEvent(withName: "saved_border", customAttributes: ["...
0
votes
1
answer
545
views
iOS & Android analytics viewing my app version install base
Is there a way to view what version of my app my users have installed - how many are on version 1.1 versus how many are on version 1.2? I have looked for this on both iOS App console and Android Play ...
0
votes
2
answers
59
views
Firebase analytics android apps
When implementing fire base analytics in android apps do i need to add any codes in the app side or is it enough to enable it in firebase console only. Does it same in ios
15
votes
3
answers
5k
views
Firebase does not collect age and gender data
I am linking my Android and iOS app to Firebase Analytics, and it seems to work well except I cannot collect the "automatic" information about the user, such as gender and age.
I can see some ...
0
votes
1
answer
209
views
Does changing the owner in a Firebase project change its google-service.json?
Tell me please. After adding new owner to firebase project which transfers project to new account. we need to add new project google-service.json file or can we use old one?
21
votes
1
answer
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. ...