31 votes

javadoc de GoogleAnalyticsTracker

Où puis-je trouver la javadoc de Google Analytics pour Android ? Je l'ai cherchée sur le site page d'accueil du projet mais je ne l'ai trouvé nulle part.

6voto

x3m Points 191

Vous trouverez les javadocs de Google Analytics pour Android dans le fichier "javadocs.zip" du fichier "GoogleAnalyticsAndroid.zip", dans lequel se trouve "libGoogleAnalyticsV2.jar". Téléchargez-le aquí .

1voto

Ethan Points 2382

Il existe une page de code Google pour Anaylytics, elle vous montre comment utiliser l'API. Analytique-api-sample . Vous devrez probablement le récupérer à partir du SVN pour l'utiliser.

1voto

Shai Points 11

1voto

Pascal Points 2023

La Javadoc pour Google Analytics v4 est disponible ici :

https://developer.Android.com/reference/com/google/Android/gms/analytics/package-summary.html

Le document complet pour Android Google Analytics est ici :

https://developers.google.com/analytics/devguides/collection/Android/v4/

0voto

jayeffkay Points 466

Ce qui se rapproche le plus d'une documentation est le fichier ReadMe.txt de EasyTrackerAndroid_1.0.zip que l'on a trouvé aquí .

Extrait du ReadMe :

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.

Prograide.com

Prograide est une communauté de développeurs qui cherche à élargir la connaissance de la programmation au-delà de l'anglais.
Pour cela nous avons les plus grands doutes résolus en français et vous pouvez aussi poser vos propres questions ou résoudre celles des autres.

Powered by:

X