Managed Consent
Handle consent using managed consent
Introduction
AATKit’s Managed Consent is an easy way to facilitate IAB TCF compliant third-party Consent Management Platforms (CMPs) by providing a unified API and wrappers. In order to make use of Managed Consent, AATKit React Native plugin provides CMP implementations.
Google CMP Usage
Android requires appId
to be added to AndroidManifest
, like
For iOS you need to set the GADApplicationIdentifier
value to the Info.plist
file, like:
Set Google CMP consent type when initializing AATKit:
Source Point CMP Usage
Requires the Source Point library dependency for Android (make sure it is enabled by AATKitSettings asset). Also you need to pass all required configuration parameters when initializing AATKit.
SFBX/AppConsent
Requires AppConsent library dependency (make sure this network is enabled by AATKitSettings asset). Also you need to pass API Key as configuration parameter when initializing AATKit.
Make sure, your SFBX CMP has been set up at its backend dashboard. Our support recommends certain vendors to be included in your server-side setup in order to yield optimal revenues.
Pass App Consent
configuration parameters when initializing AATKit.
Last updated