Prebid.js icon indicating copy to clipboard operation
Prebid.js copied to clipboard

PAIR: Support for Generic TechLab Version

Open therevoltingx opened this issue 6 months ago • 10 comments

Clean Room Configuration

{
    userSync: {
      userIds: [{
        name: 'pairId',
        params: {
          mode: "open",
          liveramp: {
            storageKey: '_lr_pairId'
          },
          habu: {
            storageKey: '_habu_pairId'
          }
       },
    }]
  }
}

Bid Request

{
  "ext": {
    "eids": [
      "source": "iabtechlab.com",
      "uids": [
        {
          "id": "0x1234", // using clean room A
          "atype": 3
        },
        {
          "id": "0x456", // using clean room B
          "atype": 3
        }
      ]
    ]
  }
}

References

  • https://github.com/InteractiveAdvertisingBureau/openrtb/blob/main/extensions/2.x_official_extensions/eids.md#object--extended-identifier-uids-
  • https://github.com/prebid/Prebid.js/issues/10479
  • https://github.com/prebid/Prebid.js/pull/10488

therevoltingx avatar Aug 20 '24 10:08 therevoltingx