Skip to main content
Skip table of contents

Install the Anonymised tag using Prebid

A step-by-step guide to deploying the Anonymised tag using our Prebid Real-Time Data (RTD) module.

The Anonymised tag may only be installed on authorised domains. Deploying the tag does not guarantee an active service.

Installing the Anonymised tag using Prebid has only been available since Prebid v9.36.0 [March 20th 2025].

As the Anonymised tag uses a call-back to initialise the persisted browser id, an additional pageview will be registered by your analytics - we recommend that analytics teams refer to this article.

Instructions

  1. Receive your client ID from your Customer Success Manager or Support.

  2. Ensure the Anonymised RTD Module is installed and configured in Prebid as per our RTD guidance.

  3. Add the additional configuration to enable the RTD module to load and run the Anonymised tag:

    CODE
    tagConfig: {
                clientId: '{Your Client ID}'
                //The rest of the Anonymised Marketing Tag parameters goes here
               },
    tagUrl: 'https://static.anonymised.io/light/loader.js'

    Note: replace {Your Client ID} with the client ID your Client Success Manager has given you, or contact support if you have not yet received it. For example: client ID XCPe would appear as: idw_client_id=”XCPe”. Client IDs are case-sensitive, please type as instructed.
    The final Prebid configuration should, for example, resemble:

    CODE
    realTimeData: {
                dataProviders: [
                  {
                    name: "anonymised",                    
                    params: {
                      cohortStorageKey: "cohort_ids",
                      bidders: ['smartadserver', 'appnexus'],
                      segtax: 1000,
                      tagUrl: 'https://static.anonymised.io/light/loader.js',
                      tagConfig: {
                        clientId: '{Your Client ID}'
                      }
                    }
                  }
                ]
              }
  4. Advise your Client Success Manager or Support of the domain installation.

There are many optional settings available for the tag, we recommend contacting your Customer Success Manager or support for more guidance if you are unsure.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.