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.
- Open project in Android Studio by specifying SDKTest as targed folder.
- Compile and run.
SDKTest is Android application project that include WebtrekkSDK project as well.
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