Skip to main content

Open RTB 2.5 Bid Response

The response for a bid request will have the following structure:

Bid Response Object

AttributeRequired?Description
idYesID of the bid request, must match id sent in the request (string)
seatbidYesCollection of bids made by the bidder on behalf of a specific seat.

seatbid

AttributeRequired?Description
bidYesID of the impression object to which this bid applies, must match id sent in the request (string)

seatbid.bid

AttributeRequired?Description
idYesID for the bid object chosen by the bidder (string)
impidYesID of the impression object to which this bid applies (string)
priceYesBid price in CPM or CPC (float)
admYesAd markup (string)
nurlYesWin notification URL, it is recommended to use HTTP over HTTPS for nurl (string)

Notes:

  • We support video in interstitial placements.
  • The impid must match the one provided in the request.
  • The bURL is called when impressions or clicks have been delivered, depending on CPM or CPC from btype field (default CPM).

You can find detailed examples of the Responses you can receive in the example page.