Consents API
Running on pageload
// Example adn.calls wrapper for pageload
<script src="https://cdn.adnuntius.com/adn.js" async></script>
<script>
window.adn = window.adn || {};
adn.calls = adn.calls;
adn.calls.push(function () {
adn.consents.init("messageBox");
});
</script>Trigger the popup
adn.consents.init("{POSITION}");Value
Action
Save all purposes
Value
Action
Callback for Save button
Last updated