For the complete documentation index, see llms.txt. This page is also available as Markdown.

Open RTB 2.5 Bid Response

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

Bid Response Object

Attribute
Required?
Description

id

Yes

ID of the bid request, must match id sent in the request (string)

seatbid

Yes

Collection of bids made by the bidder on behalf of a specific seat.

seatbid

Attribute
Required?
Description

bid

Yes

ID of the impression object to which this bid applies, must match id sent in the request (string)

seatbid.bid

Attribute
Required?
Description

id

Yes

ID for the bid object chosen by the bidder (string)

impid

Yes

ID of the impression object to which this bid applies (string)

price

Yes

Bid price in CPM or CPC (float)

adm

Yes

Ad markup (string)

nurl

Yes

Win notification URL, it is recommended to use HTTP over HTTPS for nurl (string)

seatbid.bid.ext

Attribute
Required?
Description

btype

Recommended

Pricing Model. Values: 1 = CPM, 2 = CPC. Default = 1 (int). When the response is for an Email Clicks zone request, 1 = Smart CPC.

Note: Only Push Notification, Native ads, Direct Link, and Email Clicks may bid with the CPC pricing model.

Notes:

  • We support video in interstitial placements.

  • The impid must match the one provided in the request.

No Bid Response

To answer to a bid request without making an actual bid, an HTTP response code 204 "No Content" should be sent.

Win and Billing Notification URLs

If either the nURL or the bURL are in the bid response and are valid URLs, ExoClick platform will send a GET request to them. These URLs can have a few tokens to be replaced by ExoClick before doing the GET:

Example:

If you are using both nURL and bURL, ExoClick will make a call to both of them.

Examples

No Bid Response

To answer to a bid request without making an actual bid, an HTTP response code 204 "No Content" should be sent.

Win and Billing Notification URLs

If either the nURL or the bURL are in the bid response and are valid URLs, ExoClick platform will send a GET request to them. These URLs can have a few tokens to be replaced by ExoClick before doing the GET:

Example:

If you are using both nURL and bURL, ExoClick will make a call to both of them.

Examples

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

Last updated

Was this helpful?