4

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?

Dem0n13
  • 766
  • 1
  • 13
  • 37

3 Answers3

3

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

adbitx
  • 2,019
  • 8
  • 13
  • As I undestood, I can't view simple information like that without paid BigQuery? – Dem0n13 Dec 04 '17 at 17:37
  • 1
    Yeah, it's a paid feature. You can pay as you go though. I don't know a good but free solution for your question. – adbitx Dec 05 '17 at 17:09
3

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

Floris M
  • 1,764
  • 19
  • 18
0

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

cohort analysis screenshot

mdehghani
  • 504
  • 1
  • 7
  • 23