2011-09-20 24 views
31

Android için Google Analytics için javadoc'u nerede bulabilirim? Bunu project homepage numaralı telefondan aradım, ama hiçbir yerde bulamadık.GoogleAnalyticsTracker javadoc

+2

Bir bulunduğundan emin değilim. Ne yapmaya çalışıyorsun? – sho

+2

hemen hemen her yöntem kullanılır ve sitede bazı ayrıntılı olarak açıklanmıştır - Aradığınız belirli bir şey var mı? – CrackerJack9

+3

@ CrackerJack9 javadoc;) – siamii

cevap

1

Anaylytics için bir Google Code sayfası var, API'yi nasıl kullanacağınızı gösterir. Analytics-api-sample. Kullanmak için muhtemelen SVN'den kontrol etmeniz gerekecektir.

+0

bu sadece easytracker için javadoc ... – qedejavu

0

ReadMe.txt I belgelere gelmiş en yakın olan here bulundu. BeniOku gelen

alıntı:

ga_api_key (String) - the account ID used for tracking. You need this set for 
         EasyTracker to start tracking your application. 

ga_debug (Bool) - Set to true if you wish to see debug messages from the 
        GoogleAnalytics library in the Android log. Default is false. 

ga_dryRun (Bool) - Set to true if you want to test your tracking code without 
        actually sending data to Google Analytics. Default is false. 

ga_anonymizeIp (Bool) - Set to true to remove the last octet of the device's IP 
         Address from tracking data. Default is false. 

ga_sampleRate(Integer) - Set to a number between 0 and 100, inclusive. Zero 
         will turn off all tracking while 100 will have every 
         application instance track. Any number in between will 
         limit the number of application instances that actually 
         send tracking data to approximately that percentage. 
         Default is 100. 

ga_dispatchPeriod (Integer) - Set to the time period in seconds to wait between 
           dispatches. Setting to zero will turn off 
           automatic dispatching. Default is 60. 

ga_auto_activity_tracking (Bool) - Set to true to track time spent in each 
            Activity. Set to false to track application- 
            level information only. Default is false. 
6

Sen "libGoogleAnalyticsV2.jar" geliyor "GoogleAnalyticsAndroid.zip" dosyasında "javadocs.zip" dosyasında Android javadocs için Google Analytics bulabilirsiniz içinde. İndir here. Google Analytics, v4 için