Bid Response v3.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 |