Solved

How to Pull a Report of Mobile Device Models By OS & Ranked Volume of Devices?

  • 20 July 2022
  • 1 reply
  • 336 views

How can I compile a report, etc. that shows me the list of mobile devices by volume of # of users with each phone? For example, I want to see a report that shows me how many of each model of Android device that our customers use, ranked by highest volume of devices to lowest volume? 

icon

Best answer by Saish Redkar 21 July 2022, 00:35

View original

1 reply

Userlevel 7
Badge +10

Hey @TJD_M 

I’m assuming you are using the client side SDKs to enable Amplitude to set properties such as device type, os ,etc for this use case.

Once you have these properties set as Amplitude user properties , you can use an event segmentation chart for Any event and group by either Device type or Device Family property filtered on OS = “Android” and ranked by Highest- Lowest Value. You can toggle between Uniques and Event Totals according to your use case .

Similar to this demo chart. ( I’m using region property as a dummy here instead of OS since the OS demo property doesn’t have any relevant values).

Hope this helps.

 

Reply