Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase analytics - how to see all the users properties in an event detail view

Tags:

An event detail shows how many users triggered that event and how many times. enter image description here

Is there a way to also see a list of all the users who triggered it and see each user's properties?

like image 773
John Sardinha Avatar asked Jul 13 '17 15:07

John Sardinha


People also ask

How do I see user properties in Google Analytics?

You can access this data from the Custom Definitions page of Analytics in the Firebase console. The page shows a list of user properties that you have defined for your app. You can use these properties in comparisons on many of the reports available in Google Analytics.

What is user properties in Firebase Analytics?

User properties are attributes you define to describe segments of your user base, such as language preference or geographic location. Analytics automatically logs some user properties; you don't need to add any code to enable them.

How do I view events in Firebase Analytics?

View events in the dashboard You can access this data from the Events dashboard in the Firebase console. This dashboard shows the event reports that are automatically created for each distinct type of event logged by your app.

How do I see all devices in Firebase Analytics?

You can see the device list in Firebase Analytics. In dashboard -> device model click in view device model. You can see list of all the devices with details.


Video Answer


1 Answers

You can do it in BigQuery or creating app+web property in Google Analytics and connect it with Firebase. how to see all the users properties in an event detail view

like image 159
Marcin Milowski Avatar answered Sep 25 '22 06:09

Marcin Milowski