Managed Consent
Handle consent using managed consent
Introduction
Google CMP Usage
aatkit.initWithConfiguration({
"testModeAccountId": 136,
"useGeoLocation": false,
"consentRequired": true,
"consent": {
"type": "managedCMPGoogle"
}
});document.addEventListener('managedConsentNeedsUserInterface', function(){
console.log("[AATKit] managedConsentNeedsUserInterface js delegate");
aatkit.showConsentDialogIfNeeded();
});Last updated