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:
- What is the minimum API level required for Google Analytics?
- 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
So, it can be used by downloading the Google Play Services SDK, least bother about the API Level.