summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r--docs/_templates/layout.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 3abb3413..4cd4e352 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -8,7 +8,12 @@
data-blockingmode="auto"
type="text/javascript"></script>
- {# Google Consent Mode v2 defaults — deny everything until Cookiebot fires the update #}
+ {# Google Consent Mode v2 defaults — deny everything until Cookiebot
+ fires the consent update. Cookiebot's uc.js with data-blockingmode="auto"
+ automatically pushes gtag('consent','update', …) into dataLayer when
+ the visitor accepts/declines categories in the CMP banner; no in-repo
+ update logic is required. Categories are mapped via the Cookiebot
+ admin UI, not here. See https://www.cookiebot.com/en/google-consent-mode/ #}
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}