How to integrate BigID cookie banner with Tealium

Prev Next

In Short

Use Tealium iQ Tag Management to load the BigID banner, integrate consent state, and block trackers until user consent is granted.

Access: Cookies & Trackers > “Select a domain” > Overview

Overview

Tealium integration allows you to filter tag behavior via data layer and extension logic. BigID banners and consent state are pushed into Tealium's consent framework and data layer effectively.

Step‑by‑step instructions

In the BigID Cookies & Trackers dashboard, select the domain you want to configure. From the Overview tab, locate the Banner Integration Center on the right-hand side and select Tag Manager.

  1. Copy the BigID source banner.

  2. In Tealium, create a Tealium Generic Tag or Custom Container to fire in the <head>. Follow this simple steps in Tealium:

    1. Navigate to the iQ Tag Management menu and select Extensions.

    2. Click Add Extension.

    3. Go to the Advanced tab.

    4. Select Advanced Javascript Code.

    5. Enter a descriptive title for the extension.

    6. Set the Scope to Pre Loader.

    7. In the Configuration section, paste the following JavaScript code:

    <script src="<your-banner-source>"></script>  Replace <your-banner-source> with the Banner Source URL specific to your website. To locate it, go to the Overview tab of your domain, find the Banner Integration Center on the right-hand side, and select Tag Manager. Your Banner Source will appear under Step 2 — copy it from there and insert it in place of <your-banner-source>.



  3. Once the code has been added, click Approve for Publish. Select all the environments where the code should be deployed.

  4. Once the environments are selected, click Publish to apply the changes.