Scripts config tab configures scripts which are included on a webpage.
Scripts title - name/description of the script
Apply script to - All means all publishers, but you can open the selection and select, exclude or include individual publishers
Priority:
low - SDK load script after first ad request
high - SDK load script during initialization
very high - SDK load script during initialization before high priority scripts
Required - toggle: if
required
is true, SDK will throw an error and stop initialization process whenever script fails to loadForce execution - toggle to force the script delivery even when no_ad applied (even if
dataLayer.push({ 'atf-noAdDelivery': true });
)Use user consent - on/ off toggle: if
useUserConsent
is true, SDK will check if consents are applied for vendors fromvendorIDs
list and then load scripts if all consents are allowedScript input - to include the script
on/off - toggle to turn on (activate) or off (deactivate) the script. If deactivated, script will not be included.