The Webtrekk SDK allows you to track user activities, screen flow and media usage for an App. All data is send to the Webtrekk tracking system for further analysis.
- Clone source code and open project in Android Studio
- Compile and run.
sdk_test is test application, webtrekk_sdk is library.
All documentation about deployment you can find at Webtrekk Support Center in Android Tracking section
For unit test you can start Instrumentation unit tests for SDKTest project.
The follow tests can help you understand in details how SDK works:
- AdClearidTest - functionality connected with AdClearID support
- CDBUnitTest - CDB tracking
- ErrorHandlerTest - Exception tracking.
- RecommendationsTest - providing recommendations.
Minimum Android SDK version support is 14. Webtrekk SDK has optional dependency from Google Play API that activate functionality connected with Advertised ID.
We use SemVer for versioning. After each release tag with version number is created.
This project is licensed under the MIT License - see the LICENSE.md file for details