About the Android ATS Mobile SDK

LiveRamp Android ATS Mobile SDK provides all the tools you need to handle envelopes from Android devices more optimally without spending time on tedious codes. The SDK contains built-in functionalities to retrieve, refresh, and cache envelopes while ensuring that user consent is being respected.
On Android platform, SDK is implemented as LRAtsManager.aar, which makes it compatible with applications written in Java and Kotlin programming languages.

📘

The ATS Mobile SDK is currently only available for Android API 21 (Lollipop) and above.

🚧

The ATS Mobile SDK only supports Kotlin v1.6.0 and above.

Before You Begin

You must have the following already set up in Console:

  • An ATS Placement tied to the bundle IDs of the apps you want to run ATS in.;
  • An SDK Config ID generated as illustrated below.
1019

📘

If your ATS placement is still pending for an approval, you can still continue with the initialization. SDK configurations linked to unapproved placements will return fake envelopes which you can utilize for testing purposes until the placement is approved.

See our Console documentation on Implementing ATS Mobile SDK to learn how to complete the prerequisites.

Additionally, your application must be able to handle user consent (typically by a CMP) as per IAB standards. The SDK will automatically perform a geolocation check to ensure consent is properly set for GDPR and CCPA.


What’s Next

Ready to get started with Android ATS Mobile SDK?