Prebid.js
Prebid.js copied to clipboard
PAIR: Support for Generic TechLab Version
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