Seat Bid Object¶
Formally there can be multiple bids within the Seat Bid object for two reasons.
There can be several slots in each bid request.
There can be more than one bid for a single slot.
BidSwitch allows no more than two bids for a single ad slot. Bids belonging
to the same seat must be in the same seatbid.bid
array, i.e. all
seatbid.seat
values must be unique per response.
Value |
Type |
Description |
---|---|---|
bid |
array of objects |
Array of Bid Objects, see Bid Object. The maximum number of bid objects per single bid request ad slot is two. |
seat* |
string |
The seat ID of the bidder on whose behalf this bid is made. The value
should match one of the values supplied in the
|
Note
Fields marked with asterisk (*) are optional.