Skip to content

Google Tag Manager

If you use Google Tag Manager and have configured your container for Iubenda, you can let django-iubenda inject the consent callback expected by that setup.

Setting

Either a top-level flag or APP_CONFIG (see Configuration):

IUBENDA_GTM = True
APP_CONFIG = {
    "iubenda": {"GTM": True},
}

Ensure the rest of your Iubenda integration (site ID, options, etc.) is configured as in the main documentation.

Iubenda guides