Wiki

Clone wiki

Adobe Air Plugin / aatkitConsent

AATKitConsent

Overview

Object used to specify the consent for GDPR.

Fields

type

int. Specifies the detailed GDPR consent type.

values:

  • MANAGED_CMP_GOOGLE_CONSENT
  • MANAGED_CMP_OGURY_CONSENT
  • SIMPLE_CONSENT
  • VENDOR_CONSENT

nonIABConsent

int. If the Type (ConsentTypes) is set as Simple, specifies the status of GDPR consent for non-IAB partners.

values:

  • OBTAINED - Consent has been granted by the user.
  • WITHHELD - Consent has been declined by the user.

assetKeyCMPOgury

string. If the type is set as MANAGED_CMP_OGURY_CONSENT, specifies the application asset key.

vendorConsentObtainedNetworks

array. If the type is set as vendor, defines which networks should have consent set as obtained. AATKit will set consent as withheld for another networks.

consentForAddapptr

int. If the type is set as vendor, defines which networks should have consent set as obtained. AATKit will set consent as withheld for another networks.

noConsentNetworkStopSet

array. Allows to set the networks that will not be requested if they do not have the TCF2 consent. If this parameter is not set, AATKit will use its default list. It works only if rule skipping feature is enabled using shouldSkipRules parameter of configuration object.

Updated