简体   繁体   中英

Minimum Android API level for Google Analytics

I am developing an Android application in which I am planning to integrate Google Analytics. Currently, my application's minimum API level is 10.

I have following questions:

  1. What is the minimum API level required for Google Analytics?
  2. What are the best alternatives of GA which supports API level 10?

Thank you.

There is no API limit to Google Analytics. 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. 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. In this case you still download and use the Google Play Services SDK and Google Analytics will automatically fall back to local dispatching.

So, it can be used by downloading the Google Play Services SDK, least bother about the API Level .

According to the Google Analytics Website: https://developers.google.com/analytics/ There does not appear to be an API limit for Google Analytics. For alternatives there seems to be a handful ranging from Piwik and Gauges. You can find more information here: http://alternativeto.net/software/google-analytics/?platform=android

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