How to see all device list in Firebase Analytics?

我的未来我决定 提交于 2020-01-22 04:34:10

问题


In our App we're using FCM, so Firebase analytics is also working. However, from the dashboard, we can only see top devices.

Is there a way to see more details about devices?

  • All the models
  • All OS
  • Region of all the devices? etc.

For instance, we want to verify whether some users are being tracked in analytics (by their models), but can't find anyway to do that.


回答1:


On Analytics -> Dashboard, clicking the three vertical dots then "Download CSV" will give you a CSV with all devices, OS versions, countries, languages, and more, as well as the user distribution for each.




回答2:


There is one way to see the list of devices and OS. In the screenshot you uploaded, click on the Add Filter -> User Property -> {Device Model, Device Brand, App Version, OS Version etc.} will be listed there.

If you have not specified any User Properties your self then also, firebase is Automatically collected user properties. Check the list of properties automatically collected by firebase.

https://support.google.com/firebase/answer/6317486?hl=en

Note: If firebase has collected any of the properties itself you will as I mentioned above.

Good luck!!




回答3:


You can see the device information (model and OS) on Firebase Dashboard page, in the Device tab of the last card




回答4:


If you hover your mouse over the grey 'other' bar, you can see a more detailed breakdown of the rest of the devices without needing to download the data as a CSV file.



来源:https://stackoverflow.com/questions/40337308/how-to-see-all-device-list-in-firebase-analytics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!