GoogleAnalyticsTracker javadoc
在哪里可以找到 Android 版 Google Analytics(分析)的 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以在“GoogleAnalyticsAndroid.zip”文件的“javadocs.zip”文件中找到 Google Analytics for Android javadocs,该文件包含“libGoogleAnalyticsV2.jar”。
此处下载。
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.
有一个针对 Analytics 的 Google 代码页面,它向您展示了如何使用该 API。 Analytics-api-sample。您可能需要从 SVN 中查看它才能使用它。
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.
您可以从 API 生成它
这里: http://www.oracle.com/technetwork /java/javase/documentation/index-jsp-135444.html
You can generate it out of the API
Here: http://www.oracle.com/technetwork/java/javase/documentation/index-jsp-135444.html
Google Analytics v4 的 Javadoc 可在此处获取:
https: //developer.android.com/reference/com/google/android/gms/analytics/package-summary.html
Android Google Analytics 的完整文档位于:
https://developers.google.com/analytics/devguides/collection/android/v4/
Javadoc for Google Analytics v4 is available here:
https://developer.android.com/reference/com/google/android/gms/analytics/package-summary.html
Full Doc for Android Google Analytics is here:
https://developers.google.com/analytics/devguides/collection/android/v4/
我最接近的文档来自 EasyTrackerAndroid_1.0.zip 的 ReadMe.txt,发现 这里。
自述文件摘录:
The closest I have come to documentation is from the ReadMe.txt from EasyTrackerAndroid_1.0.zip found here.
Excerpt from the ReadMe: