Managing Consent for Site Scripts
Last updated
Was this helpful?
Was this helpful?
<script
type="text/plain"
data-category="analytics">
// Executed when the "analytics" category is enabled
</script><script
type="text/plain"
data-category="!analytics">
// Executed when the "analytics" category is disabled
</script><script
type="text/plain"
src="my-service-module.js"
data-category="analytics"
data-type="module"
></script>