The AT Internet tag allows you to follow your users activity throughout your application’s lifecycle. To help you, the tag makes available classes (helpers) enabling the quick implementation of tracking for different application events (screen loads, gestures, video plays…)
- Tag Android
- Install our library on your project (see below)
- Check out the documentation page for an overview of the functionalities and code examples
Find the integration information by following this link
###Installation with Gradle
Gradle can restore 3rd-party libraries in your projects.
###Dependency
In your build.gradle module, add in dependencies block :
compile 'com.atinternet:Tracker:2.13.2'
MIT