Deal Object¶
This request.item.deal
object array contains the details of a deal struck between
both parties prior to delivering it through BidSwitch.
Value |
Type |
Description |
---|---|---|
id |
string |
(Required) The Deal ID, for example, |
wseat* |
array of strings |
Array of Buyer seats allowed to bid on this Deal, for example,
|
flr* |
float |
Deal price in CPM. If it is a fixed price deal ( |
flrcur* |
string |
Bid floor currency specified using ISO-4217 alpha codes, for example,
|
at* |
integer |
Auction type.
|
Deal JSON Example¶
An example of how an array of item.deal
objects that might appear in a request.
{
"deal":[
{
"id":"video-vmax-124476-hagg",
"flr":10.23,
"wseat":[
"355",
"128"
],
"at":1
},
{
"id":"yol-geo-277639-ott",
"flr":5.36,
"wseat":[
"340",
"123"
],
"at":3
}
]
}