简体   繁体   中英

I have put Firebase Analytics into my Android app, but only user properties are not being measured

As the title says, I have the Firebase SDK and Firebase Analytics in my Android app, but the user properties are not being measured.

I have the SDK installed and am able to measure screen_view events, logging events, and event parameters with no problem, but only user properties are not being measured. Only user properties are not reflected in the real-time dashboard.

Does anyone know the cause of this?

You can access your registered user properties from the Custom Definitions page of Analytics in the Firebase console. It shows a list of user properties that you have defined for your app. Note that user properties are primarily used to build Filters and Audiences. For a detailed report regarding your user properties, you may consider using BigQuery . This would allow you to export the raw, unsampled event data along with all of your parameters and user properties, and then you may create your own simulation based on the raw data for your analysis.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM