Data Response Object¶
Can be used to return arbitrary data from your Buyers, if they support this field.
Value |
Type |
Description |
---|---|---|
name |
string |
Used to specify the name of the entity to which the value refers, e.g.
|
value |
string |
The value for the named data type being returned to the Supplier, e.g.
|
{
"seatbid":{
"bid":{
"ext":{
"data":[
{
"name":"vdeal-id",
"value":"abc123"
},
{
"name":"dmp-data",
"value":"56752-86862"
}
]
}
}
}
}