Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GoogleAnalyticsTracker javadoc

Where can I find the javadoc for Google Analytics for Android? I searched for it on the project homepage, but couldn't find it anywhere.

like image 340
siamii Avatar asked Sep 20 '11 20:09

siamii


3 Answers

You can find the Google Analytics for Android javadocs in the "javadocs.zip" file in the "GoogleAnalyticsAndroid.zip" file, which the "libGoogleAnalyticsV2.jar" comes within. Download it here.

like image 57
x3m Avatar answered Nov 02 '22 11:11

x3m


There is a Google Code page for Anaylytics, it shows you how to use the API. Analytics-api-sample. You will probably have to check it out from SVN to use it.

like image 34
Ethan Avatar answered Nov 02 '22 12:11

Ethan


You can generate it out of the API Here: http://www.oracle.com/technetwork/java/javase/documentation/index-jsp-135444.html

like image 1
Shai Avatar answered Nov 02 '22 11:11

Shai