All Questions
58 questions
1
vote
2
answers
2k
views
Why Firebase Analytics first_open event is not sent automatically unless I first logEvent a dummy event explicitly?
I am following the setup https://www.raywenderlich.com/18579842-firebase-analytics-getting-started
I am using flag -FIRAnalyticsDebugEnabled
I view the real-time result in Firebase Analytics Debug ...
0
votes
1
answer
5k
views
Google (Firebase) Analytics Debugger Wont Show iOS Device (Flutter Project)
I have tried every solution I can find online, but I still cannot get an iOS device to show on the GA debugger view. I have added -FIRAnalyticsDebugEnabled to the debug scheme in XCode to my Flutter ...
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 ...
3
votes
1
answer
8k
views
FIrebase for iOS not logging custom events
Recently I have added Firebase to my project to add event tracking. The problem is that I can not log custom events.
I have enabled Analytics at firebase
I have added the GoogleService-Info file
I ...
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 ...
3
votes
2
answers
3k
views
How to turn off data thresholds in Google Analytics for Firebase
I need help I integrate firebase analytics in my flutter projects. Wrote some custom events and want to work with data from this events, that why i create metrics and dimensions but it doesn't work ...
1
vote
0
answers
125
views
Firebase Analytics events with Expo not firing on iOS
I have implemented Analytics events using Firebase Analytics in a React Native app using Expo.
The setup works fine with Android and I can even see that my Firebase Dashboard detects my iOS users, ...
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) ...
3
votes
1
answer
484
views
Firebase DebugView events not being filtered out from Analytics data
According to the Firebase documentation, enabling debug mode on iOS with -FIRDebugEnabled should also exclude events from appearing in the main analytics reports:
I know that I've configured -...
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/...
1
vote
0
answers
80
views
Is there any way to add two google plists in one app?
I have multiple apps and I created an individual app in firebase for each app, Now I want to track analytics in one single project, So is there any way to add one google service plist for push ...
2
votes
0
answers
1k
views
Firebase Analytics.logEvent() doesn't work, but native event are ok
First of all, here are my steps:
Pod Firebase/Analytics 7.5.0 : OK
FirebaseApp.configure() in app.delegate : OK
func application(_ application: UIApplication, didFinishLaunchingWithOptions ...
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 ...
7
votes
2
answers
4k
views
Do I need to ask for consent to use Google Analytics and AdMob in an iOS app that doesn't use the IDFA?
I'm developing an iOS app, and ideally I would like to include Google Analytics and AdMob (through Firebase).
I would also like to avoid showing consent forms if it's not necessary - potentially by ...
0
votes
0
answers
207
views
How to connect newly created firebase project to existing Google Analytics property (instead of creating a new GA Property)
I have an existing ios app that is using Firebase & Google Analytics. This is version 1. It's working and I can see analytics data in Firebase & GA.
I'm working on version 2 and trying to ...