Files
sesamy-cli/docs/providers/cookiebot.md
Kevin Franklin Kim be5cacd815 docs: add gh docs
2026-05-27 08:52:58 +02:00

1.3 KiB

Cookiebot

Cookiebot CMP integration. The CLI does not install the Cookiebot tag template for you — install Cookiebot CMP from the GTM gallery first.

Configuration

cookiebot:
  enabled: true
  templateName: Cookiebot CMP     # must match the imported template's name
  cookiebotId: ''
  cdnRegion: eu                    # eu or com
  urlPassthrough: false
  advertiserConsentModeEnabled: false
  regionSettings:
    - region: ''                   # blank = global default
      preferences: denied          # functionality_storage, personalization_storage
      statistics: denied           # analytics_storage
      marketing: denied            # ad_storage
      adUserData: denied
      adPersonalization: denied
Field Purpose
templateName Name of the manually-imported Cookiebot CMP template. Must match exactly.
cookiebotId Your Cookiebot CBID.
cdnRegion eu or com — pick the region matching your Cookiebot subscription.
urlPassthrough Pass identifiers via URL parameters when consent is denied.
advertiserConsentModeEnabled Enable advertiser consent mode signals.
regionSettings[] Per-region default consent states. Leave region blank for the global default.