简体   繁体   English

Google Analytics(分析)的最低Android API级别

[英]Minimum Android API level for Google Analytics

I am developing an Android application in which I am planning to integrate Google Analytics. 我正在开发一个Android应用程序,打算在其中集成Google Analytics(分析)。 Currently, my application's minimum API level is 10. 目前,我的应用程序的最低API级别为10。

I have following questions: 我有以下问题:

  1. What is the minimum API level required for Google Analytics? Google Analytics(分析)要求的最低API级别是多少?
  2. What are the best alternatives of GA which supports API level 10? 支持API 10级的GA的最佳替代方案是什么?

Thank you. 谢谢。

There is no API limit to Google Analytics. Google Analytics(分析)没有API限制。 According to official documentation , it appears that all devices that has Google Play services integrated in them will support Google Analytics integration to your app. 根据官方文档 ,似乎所有集成了Google Play服务的设备都支持Google Analytics(分析)与您的应用程序的集成。 It is also said in the official documentation that 官方文件中还说

Google Analytics can be used and will work on devices that do not have Google Play Services. 可以使用Google Analytics(分析),并且可以在没有Google Play服务的设备上使用。 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服务SDK,并且Google Analytics(分析)将自动退回到本地调度。

So, it can be used by downloading the Google Play Services SDK, least bother about the API Level . 因此,可以通过下载 Google Play服务SDK来使用它,而不必担心API级别

According to the Google Analytics Website: https://developers.google.com/analytics/ There does not appear to be an API limit for Google Analytics. 根据Google Analytics(分析)网站: https : //developers.google.com/analytics/似乎Google Analytics(分析)没有API限制。 For alternatives there seems to be a handful ranging from Piwik and Gauges. 对于替代品,似乎有极少数,包括Piwik和Gauges。 You can find more information here: http://alternativeto.net/software/google-analytics/?platform=android 您可以在此处找到更多信息: http : //alternativeto.net/software/google-analytics/?platform=android

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

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