AT Internet
The AT Internet dispatcher automatically dispatches events to the AT Internet SDK, including the XTOR tag when it's available.
This dispatcher should not be used in new integrations in favor of Piano Analytics
To install simply add in your app's build.gradle:
Once your dispatcher is installed, restart your app and you should see something like this in your logcat:
Batch will automatically instantiate Tracker
instances using the default AT Internet configuration, automatically added in the aar
you get from AT Internet.
If you're not using their AAR but another distribution of the AT Internet (for example, a maven one) and would like to manually configure your Tracker in code, you can tell Batch which instance to use:
Last updated
Was this helpful?