aatkitObtainedAdRules

Overview

Notifies that the AATKit has obtained ad rules.

Data passed by the event

fromTheServer

Indicates if the rules came from the server. It will return false if the currently used rules come from the AATKit.setInitialRules method or the cached rules are used.

Examples

document.addEventListener('aatkitObtainedAdRules', function(){console.log("aatkitObtainedAdRules")});

Last updated