如何在 FirebaseAnalytics 中查看所有设备列表?

在我们的应用程序中,我们使用 FCM,所以 Firebase 分析也可以工作。 但是,从仪表板上,我们只能看到顶级设备。

enter image description here

有没有办法看到更多关于设备的细节?

  • 所有的模特
  • 所有的操作系统
  • 所有设备的区域? 等等。

例如,我们想要验证一些用户是否在分析中被跟踪(通过他们的模型) ,但是无论如何都找不到这样做的方法。

59624 次浏览

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.

enter image description here

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!!

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

Firebase device list

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.

download csv

It may also be under the share button (3 connected circles) -> Download File -> Download CSV

2022 report location

list of devices

Is there any way to download this report

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.

Image showing user usage breakdown by device on Firebase Analytics

You can see them on Google Analytics as well if you have it linked with your Firebase project. The path is Technology -> App -> Device Models.

enter image description here

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.

enter image description here