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 thousands of users, and I can also track custom events (like in-app purchases)
But in the same view, gender and age are not present.
This question looks like the same, but the answer is not applicable: I used DebugView to test it and then deactivated it as per documentation.
of course, View "All Users" audience displays the same data.
The type of information collected through the Google Analytics for Firebase default implementation includes: See a full list of the default events and user properties collected by Google Analytics for Firebase. The Firebase SDK library uses an app-instance identifier to identify a unique installation of the App.
When the new data is available, the user property can be used as a report filter or audience definition. You can access this data from the User Properties dashboard in the Firebase console. This dashboard shows a list of user properties that you have defined for your app.
When using the SDK, an app-instance identifier gets generated at the app level. By default, the Firebase SDK collects identifiers for mobile devices (for example, Android Advertising ID and Advertising Identifier for iOS) and utilizes technologies similar to cookies.
If you wish to temporarily disable Analytics collection, such as to get end-user consent before collecting data, you can set the value of FIREBASE_ANALYTICS_COLLECTION_ENABLED to NO (Boolean) in your app's Info.plist file. For example, viewed in the source XML:
There are possible reasons:
google-services.json
or dependencies are outdatedI have such problem. 1 and 3 solve it. You also can contact Firebase Support.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With