简体   繁体   English

通过Android设备目录加入Google PLAY存储数据

[英]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: 当我下载Google PLAY商店评论报告时,有一个“设备”列,其中包含设备标签,例如:

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. 我可以在PLAY商店的设备目录中手动查找这些设备标签,以了解每个设备的RAM,屏幕尺寸,SoC,CPU,OpenGL版本等。

How can I perform this search (or JOIN operation) programmatically ? 如何以编程方式执行此搜索(或JOIN操作)? 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 通过将设备数据与报告数据合并的单个表,我可以查明评论之间的关系,例如,评论不佳和内存不足,或者崩溃和opengl 2.0

I see no solution here in the Google PLAY Developer API. 我在Google PLAY开发人员API中看不到任何解决方案。 Google Play Developer API Google Play开发者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 Google PLAY帮助-支持的设备

目前无法执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Play-尽管特定应用中的手机设备目录中存在Android应用,但该应用并未在商店中显示特定型号的手机 - Google Play - Android app not showing up in the store for specific phone model although being present in the apps Device Catalog Android:该设备与Google Play商店不兼容的解决方案 - Android: Solution for the device not compatible with the Google Play Store Android App不支持Google Play设备目录中的流行设备 - Android App doesn't support popular devices in Google Play device catalog 无法确定 Android 设备上是否安装了 Google Play 商店 - Cannot determine whether Google play store is installed or not on Android device Google Play 商店在 Android 虚拟设备上不断崩溃 - Google Play Store keeps crashing on Android Virtual Device 如何获取我在Google Play商店中设置的Android设备的昵称 - How to get the nickname for my Android device set in Google Play Store 为什么在适用于Android的Google Play商店中将特定设备标记为“不受支持” - Why is a specific device marked as 'unsupported' in Google Play Store for Android Android-Play商店不支持的设备 - Android - Play Store Unsupported Device Google Play商店正在将引荐来源数据更改为“com.android.chrome”? - Google play store is changing the referrer data to “com.android.chrome”? Google Play商店APK - 设备兼容性问题 - Google Play Store APK - Device Compatibility Issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM