4
votes

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?

3

3 Answers

3
votes

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

3
votes

You can see the device model on Firebase Dashboard page, in the Device tab of the last card Firebase device list

0
votes

perhaps you can use cohort analysis of the new web+app property of google analytics after linking your Firebase account

cohort analysis screenshot