GDPR - Where to place the scripts
The placement of each script (e.g., in the <head> or <body> of the page) will be determined by the script management system you are using. This ensures that scripts load in the correct order and function as intended, while still respecting user consent preferences.
There are 3 section to place the scripts
- Header Section β Places the script inside the <head></head> tags of your template. Use this for scripts that need to load before the page content, like CSS, analytics setup, or meta scripts.
- Body Section β Places the script inside the <body></body> tags of your template. Use this for scripts that run after the page loads, like tracking pixels, interactive widgets, or dynamic content scripts.
- Description β A short explanation for your customer describing what the script does and why itβs included. This helps them understand its purpose and impact on their website.
WOWProV3 systems
Each script needs to be put into it own tab. Don't combine script into 1 tab.

Example:

What you see on the customer side
