Search code examples
firebaseanalyticsfirebase-analytics

View Device models for Event in Firebase Analytics


This is detail view of level_end event in Firebase Analytics.

Event details

I want to see all (or top 10) values of user properties, for example device_model (or custom user properies) for those users with whom the event happened. Now I can see this information for gender, location, age. For other properties I can only filtrate.

Is it possible to see other properties on Event detail view?


Solution

  • Click on the "Add filter" button on the top left next to the event name dropdown, and choose User Property. You can filter device_model there. After that, you can see how many event count for each model and see which one performs better. If you want to have a custom dashboard, I'd recommend to use BigQuery instead to aggregate and display custom query.

    enter image description here