The Tag Management method described in the previous page can be used via a Tag Manager and the method remains the same except that it is necessary to manually trigger the processing of the stack via the following dedicated function.
As this functionality is integrated within the CMP, it will only work if the CMP is loaded on the page.
This method allows a great technical simplification of the tag management. However, it is important to keep in mind that legal expertise is necessary to figure out how to apply it by yourself.
For each tag/beacon, you must:
Evaluate the possible presence of non-exempted trackers (cookies, indexdb, local storage, etc.) (ePrivacy Directive)
Evaluate the processing of personal data and, if applicable, the purposes pursued by your partners and their respective legal bases (GDPR)
Evaluate if a tag/beacon is automatically supported by your partners thanks to the CMP APIs (e.g.: Google and Microsoft Bing's "Consent Mode")
Don't hesitate to ask our team to set up these packaging for you:
var _head = document.head || document.getElementsByTagName("head")[0];
_head.appendChild(s);
})();
</script
All advanced features ar available for both tags inserted directly in the source code and via a Tag Manager.
Specific case for Google Tag Manager
It is possible to set each tag as explained above via the data-cmp-src attribute and to trigger the Sddan.cmp.triggerTM() function only once as the last script with a lower priority.
Careful : it is MANDATORY, for each tag, to check the "Support document.write" box.