没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > JGoogleAnalyticsTracker |
JGoogleAnalyticsTracker
|
2 | 0 | 66 |
贡献者 | 讨论 | 代码提交 |
概述
JGoogleAnalyticsTracker is a very lightweight java library (it only contains 6 classes) for sending out tracking data, to track the usage of your java application through Google Analytics.
Currently the library supports page view tracking (which can have a referrer from a page or a search engine) and event tracking. JGoogleAnalyticsTracker will also gracefully ignore requests when there is no internet connection, and logs errors with SLF4J.
Other features: * The tracker can be enabled/disabled * The cookie data can be reset * Logging with [http://www.slf4j.org/ SLF4J] * Proxy support * The tracker can dispatch requests in three different modes: * Synchronous * Multi-Thread * Single-Thread
See the project page for more info
创建时间:2014-05-06 16:30