简体   繁体   中英

JOIN Google PLAY store data with Android Device Catalog

When I download Google PLAY store review reports, there is a Device column that contains device labels, such as:

fortunave3g
zeroflteusc
ZTE_Blade_A475
mlv5
j1acevelte
coreprimelte
gt58lte
D2306

I can lookup these Device labels manually within the PLAY store's Device catalog to learn about each device's RAM, screen size, SoC, CPU, OpenGL version, etc.

How can I perform this search (or JOIN operation) programmatically ? With a single table that merged device data with report data I could pinpoint relationships between, for example, poor reviews and low memory, or crashes and opengl 2.0

I see no solution here in the Google PLAY Developer API. Google Play Developer API

I found a list of supported devices that includes the device label, but it does not contain the device data other than manufacturer, Marketing Name, and Model. Google PLAY Help - Supported Devices

目前无法执行此操作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM