Bid Response Object
This object is the top-level bid response object (the unnamed root JSON object). The id attribute is a reflection of the bid request ID for logging purposes. At least one seatbid object is required, which contains at least one bid for an impression.
Attribute | Triplelift Required | Type | Description |
---|---|---|---|
id | yes | string | ID of the bid request to which this is a corresponding response |
seatbid | yes | array of objects | Array of seatbid objects |
bidid | no | string | Bidder generated response ID to assist with logging/tracking |
cur | no | string | Bid currency using ISO-4217 alpha codes. Defaults to 'USD' |
customdata | no | string | Optional feature to allow a bidder to set data in the exchange's cookie. The string must be in base85 cookie safe character and be in any format |
nbr | no | integer | Reason for not bidding |
ext | no | object | Placeholder for bidder-specific extensions to OpenRTB |
Updated 12 days ago