How to Integrate BigID cookie banner with Adobe Launch

Prev Next

In Short

Deploy BigID cookie banner via Adobe Experience Platform Launch using a data element and rule setup.

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

Overview

Adobe Launch integration ensures that BigID consent is consistently shared across Adobe Experience Cloud products. It prevents Adobe tags from firing until consent is confirmed.

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.

  1. In BigID’s Banner Integration Center select Adobe Launch integration.

  2. Copy the recommended JavaScript snippet under the section Banner Integration Center and include it in a Custom Code extension in Adobe Launch. To do so, follow this steps in Adobe Launch:

    1. Select the property where you want to insert the cookie banner.

    2. Navigate to the Rules tab to access the Rules screen.

    3. Click Create New Rule to add a new rule.

    4. Name the rule Cookie Banner for easy identification.

    5. Add a new event to the rule.

    6. Configure the event according to the guidelines provided in the following image.

    7. Click Keep Changes to confirm your updates.

    8. Add a new Action to the rule.

    9. Configure the action according according to the guidelines provided in the following image.

    10. Click Keep Changes to confirm your updates

    11. Click Open Editor to access the script editor.

    12. Paste your code into the script section.
      <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>. Finally Click Save to apply the changes.