--- title: "How to Integrate BigID cookie banner with Adobe Launch" slug: "how-to-integrate-bigid-cookie-banner-with-adobe-launch" updated: 2025-08-01T15:24:59Z published: 2025-08-01T15:24:59Z canonical: "docs.bigid.com/how-to-integrate-bigid-cookie-banner-with-adobe-launch" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.bigid.com/llms.txt > Use this file to discover all available pages before exploring further. # How to Integrate BigID cookie banner with Adobe Launch > [!NOTE] > **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. ![](https://cdn.us.document360.io/a1b4dbb6-204b-4038-905b-11451e3058a8/Images/Documentation/image-FRHWNXT2.png) 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. ![](https://cdn.us.document360.io/a1b4dbb6-204b-4038-905b-11451e3058a8/Images/Documentation/image-G9PLNC0T.png) 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. ![](https://cdn.us.document360.io/a1b4dbb6-204b-4038-905b-11451e3058a8/Images/Documentation/Screenshot 2025-06-09 at 10.45.30.png)