Skip to content

Commit

Permalink
🔒️ fix(iubenda): enable TCF integration in AMP Cookie Consent embed
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskyfung committed Feb 4, 2025
1 parent 0b85be3 commit 7f9f448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions embeds/iubenda-cs-for-amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<meta name="robots" content="noindex">
<title>AMP Cookie Consent</title>

<script>
// Enable consent mode TCF integration
window['gtag_enable_tcf_support'] = true;
</script>
<script>
// Define dataLayer and the gtag function.
window.dataLayer = window.dataLayer || [];
Expand Down

0 comments on commit 7f9f448

Please sign in to comment.