Bid Response v6.0¶
This is the top level object that is returned by the Buyer. Each bid response sent from the Buyer to BidSwitch should contain the following fields.
Value |
Type |
Description |
---|---|---|
id |
string |
(Required) Specifies the ID of the bid request to which this is a response
to, for example, |
seatbid |
array of objects |
An array of Seat Bid objects, see the Seat Bid Object section. The length of the array can be either 1+ (for yes-bid) or 0 (for no-bid). |
cur |
string |
Sets the bidding currency using ISO-4217 alphabetic codes. If not
provided USD is assumed, |
nbr |
integer |
Return a No-bid Reason to BidSwitch. See the valid reasons in the Buyer No-bid Response / Reason section |
ext |
object |
(Required) The bid response extension object. This field may be omitted in No Bid Responses, see the Bid Response Ext Object section. |
Response Extension¶
Value |
Type |
Description |
---|---|---|
protocol |
string |
(Required) The BidSwitch protocol version with which this bid response is
compliant, for example |
true_price_opt_out |
boolean |
Prevents True Price from processing the response. If you have True Price enabled for trading, this allows you to bypass it for certain responses or for comparative testing of its efficiency. The following are the valid options:
|
{
"id":"1234567890",
"seatbid":[
],
"ext":{
"protocol":"6.0",
"true_price_opt_out":1
}
}