DSA PR was merged but I see one more thing should be fixed. Docs looks fine, but JSON response example doesn't.
In the response JSON example, transparency should be array of object, not object.
"ext": {
"dsa": {
"behalf": "Advertiser",
"paid": "Advertiser",
"transparency": {
"domain": "dsp1domain.com",
"params": [
1,
2
]
},
"adrender": 1
}
}
"ext": {
"dsa": {
"behalf": "Advertiser",
"paid": "Advertiser",
"transparency": [
{
"domain": "dsp1domain.com",
"params": [
1,
2
]
}
],
"adrender": 1
}
}
DSA PR was merged but I see one more thing should be fixed. Docs looks fine, but JSON response example doesn't.
In the response JSON example,
transparencyshould be array of object, not object.current
updated
@lamrowena @hillslatt
https://github.com/InteractiveAdvertisingBureau/openrtb/blob/main/extensions/community_extensions/dsa_transparency.md#sample-openrtb-26-bid-response-with-dsa-transparency