Google 分析的最低 Android API 级别

Minimum Android API level for Google Analytics

我正在开发一个 Android 应用程序,我计划在其中集成 Google Analytics。目前,我的应用程序的最低 API 级别是 10。

我有以下问题:

  1. Google 分析所需的最低 API 级别是多少?
  2. 支持 API 级别 10 的 GA 的最佳替代品是什么?

谢谢。

根据 Google 分析网站:https://developers.google.com/analytics/ Google 分析似乎没有 API 限制。 对于替代品,似乎有一些从 Piwik 到 Gauges 的选择。 您可以在此处找到更多信息:http://alternativeto.net/software/google-analytics/?platform=android

Google 分析没有 API 限制。根据官方 documentation,似乎所有集成了 Google Play 服务 的设备 支持 Google 分析集成到您的应用程序。官方文档中也说

Google Analytics can be used and will work on devices that do not have Google Play Services. In this case you still download and use the Google Play Services SDK and Google Analytics will automatically fall back to local dispatching.

所以,下载 Google Play Services SDK 就可以使用了,最省心的是 API 级别.