This page details how to format the iris_id KVPs in Prebid integrations.
Prebid.org Integration
IRIS.TV leverages the Extended Content IDs framework for prebid integrations with Index Exchange. Below is an example of how the IRIS_ID can be passed to Index Exchange via prebid:
pbjs.requestBids({
ortb2: {
site: {
content: {
data: [{
name: 'www.iris.com',
ext: {
segtax: 500,
cids: ['iris_c73g5jq96mwso4d8']
},
segment: [
{id: '687'},
{id: '123'}
]
}]
}
}
}
});