Skip to main content

All Questions

0 votes
1 answer
242 views

My application already has user demographics information such gender age can I sync it to google analytics

Google Analytics does not collect demographics(age, gender) information for all the users correctly. And as this age, gender, etc are reserved properties so I can not normally sync it to GA either. ...
Nilesh Rathore's user avatar
0 votes
1 answer
207 views

Why Firebase event takes about 5 seconds before getting visible in network logs?

I'm logging events using firebase analytics and it's taking about 5 seconds before I can see it in the network logs from the inspect elements. Upon diving deeper I did come to the observation that ...
Sameer kumar's user avatar
3 votes
0 answers
549 views

AppMeasurementInstallReferrerReceiver causes many ANR with FirebaseAnalytics

I recently updated to implementation 'com.google.firebase:firebase-analytics:17.2.3' which is adding AppMeasurementInstallReferrerReceiver to my app manifest.xml just like this https://developers....
avianey's user avatar
  • 5,843
1 vote
1 answer
943 views

firebase EXC_BAD_ACCESS logEventWithName

When using FIRAnalytics logEventWithName:parameters method application crash caused by EXC_BAD_ACCESS. This is how I call it: [FIRAnalytics logEventWithName:name parameters:paramethers]; parameters: ...
MGY's user avatar
  • 8,593
1 vote
1 answer
115 views

Why Firebase Analytics SDK automatically gets added when installing Firebase Cloud Messaging?

I'm developing an iOS application in which I am using Firebase Cloud Messaging. When I'm installing the FCM SDK, in the Pod's section, the Firebase Analytics SDK automatically installed. Please anyone ...
Pushparaj Jayaseelan's user avatar
8 votes
1 answer
6k views

Firebase Analytics to Google Analytics, how to retrieve the Client ID?

we are planning to move from the GA SDK to the Firebase SDK. Within the GA SDK there were options to retrieve the google analytics client ID (https://developers.google.com/analytics/devguides/...
Fahim's user avatar
  • 1,431