Skip to end of banner
Go to start of banner

Scripts config tab

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 18 Next »

Please note that if a script affects more than one publisher, please add the script to the global scripts. If a script affects an individual publisher, please file it with the specific publisher.

To run a script for a single publisher, you can do this under the script config at the publisher

Bildschirmfoto 2024-06-13 um 11.47.33.png

In order for IDs to take effect at publisher level, they must be stored under the variables. Please note that the publishers scope takes priority (see hereGlobal Scripts tab). See example for Boote below:

grafik-20240917-143514.png

Please use the variables if two publishers have two different solutions for one value

Scripts config tab configures scripts which are included on a webpage.

Bildschirmfoto 2024-06-13 um 15.58.26.png
  1. Scripts title - name/description of the script

  2. Priority:

    1. low - SDK load script after first ad request

    2. high - SDK load script during initialization

    3. very high - SDK load script during initialization before high priority scripts

  3. Required - toggle: if required is true, SDK will throw an error and stop initialization process whenever script fails to load

  4. Force execution - toggle to force the script delivery even when no_ad applied (even if dataLayer.push({ 'atf-noAdDelivery': true });)

  5. Use user consent - on/ off toggle: if useUserConsent is true, SDK will check if consents are applied for vendors from vendorIDs list and then load scripts if all consents are allowed

  6. Vendor ID: vendorIDs is list of vendor ids for which consents need to be verified if useUserConsent is true. The IDs only need to be separated by a comma and there is no limit of Vendor IDs. The vendor IDs are stored with an and-link.

  7. Script input - to include the script

  8. on/off - toggle to turn on (activate) or off (deactivate) the script. If deactivated, script will not be included.

  • No labels