Android

How to use the SDK ?

The transition to TCF v2.3 brings significant improvements in terms of transparency for the end user and reliability in the transmission of consent signals to advertising partners (vendors).

Key points of the update

  • Increased transparency: Improved descriptions of data processing purposes for the user.

  • Support for new signals: Optimized management of consent signals for new types of vendors approved by the IAB.

  • Interoperability: Ensures that your application remains compatible with the latest requirements from Google and other major advertising platforms (AdTech).

Like all libraries, you'll need to follow a number of steps before using our SDK.

TargetSdk & CompileSdk

Please note this technical information regarding the configuration of your project.

circle-exclamation

Google Requirement

This information is only useful if your application targets both children and an older audience.

circle-info

Privacy policy

It may be necessary to implement an age-neutral screen in your application if it targets both children AND an older audience.

Message from google: Apps that target both: children AND older audiences must not implement APIs or SDKs that are not approved for use in child-directed services unless they are used behind a neutral age screen or implemented in a way that does not result in the collection of data from children. Here is a list of links to help you understand Google's requirements

chevron-rightExpand to get an overview of the CMPhashtag

Let's start at the beginning

circle-check

1. Add our maven url to your repositories 2. Add the dependency that corresponds to your platforme 3. Initiate the SDK, display the CMP and voilà!

Last updated