Android Developer Dashboard国家/地区版本

Android Developer Dashboard国家/地区版本

问题描述:

众所周知,Google为我们提供了一个不错的仪表板,向我们展示了活跃的Android设备当前具有某些特征(例如平台版本或屏幕尺寸)的分布.

As many of you may know, Google has provided us with a nice Dashboard that shows us the current distribution of active Android devices along certain characteristics, such as platform version or screen size.

最好有一些类似的信息,但仅在特定地区或国家/地区对设备进行计数.例如,我是一名匈牙利开发人员,目前正在开发几乎可以肯定仅对居住在匈牙利的人们有用的应用程序.因此,我不需要了解世界的统计信息,而只需要了解匈牙利的子集-由于设备的发售日期越来越晚,以及出于一般的经济原因,这会有所不同.

It would be nice to have some similar information, but counting devices only in a specific region or country. For example, I am a Hungarian developer currently working on applications that are almost certainly only useful for people living here, in Hungary. Thus, I don't need to know the world's statistics, only the Hungarian subset - which would be slightly different due to lesser and later availability of the devices and general economical reasons.

到目前为止,我找不到这样的统计数据,所以我问你,你有没有偶然发现过类似的东西?还是我应该写信给Google并要求这个看似不太复杂的功能?

So far I could not find such statistics, so I ask you, have you ever stumbled upon something like that? Or shall I write to Google and ask for this seemingly not too complicated feature?

您可以实施Google Analytics(分析)( https ://www.google.com.br/analytics/)上.您可以在其中找到各种统计信息,包括特定国家/地区的数据.

You could implement Google Analytics ( https://www.google.com.br/analytics/ ) on your app. There you can find all kinds of statistics, including country specific data.

以下是在您的Android应用上实施Google Analytics(分析)的方法: https://developers. google.com/analytics/devguides/collection/android/

Here is how to implement Analytics on you Android App: https://developers.google.com/analytics/devguides/collection/android/