Wiki

Clone wiki

Adobe Air Plugin / aatkitConfiguration

Overview

Used to set up AATKit.

Constructor

AATKitConfiguration() Creates the default Configuration object to be used when initializing AATKit.

Fields

alternativeBundleID

String Sets the fake bundle ID for testing purposes.

initialRules

String Allows setting of ad rules that will be used before real rules from the server are downloaded.

shouldCacheRules

Boolean Allows the AATKit to preserve last downloaded ad rules when the application is closed.

shouldReportMetricsUsingAlternativeBundleID

Boolean If used together with setAlternativeBundleId(String) allows to set if the same fake bundle ID should be used in reporting.

testModeAccountID

int Enables AATKit test ads that should be for testing - only during development.

consentRequired

Boolean Sets if the GDPR consent is required (if the user falls under GDPR jurisdiction).

shouldSkipRules

Boolean Allows to enable skipping of networks without TCF2 consent (as long as TCF2-compatibile CMP is used). This feature is disabled by default.

AATKitConsent. Object that specifies the consent for GDPR. See description for fields of this type here.

Updated