HTTP Headers
The Index OpenRTB An open industry standard for communication between buyers and sellers of online advertising in real-time bidding auctions. It's published by the IAB. bidding API uses the HTTP 1.1 protocol and sends the following request headers.
Note: Avoid using HTTP 1.1 Expect
header with "100-continue"
. At this time, Index does not support the behavior accompanying the "100-continue"
expectation. Assuming that the request body meets the Index maximum Content-Length
header requirements, the request will succeed. An HTTP error code 417(Expectation Failed)
is returned if the "100-continue"
expectation is received.
Attribute | Scope | Description |
---|---|---|
|
Optional |
The connection type for the request. Index accepts |
|
Required |
The length of the request body. |
|
Required |
The content type for the request. This value is always |
|
Required |
The domain of the bidding URL. |
|
Optional |
The version of the OpenRTB protocol used for the request. Index supports versions up to Note: While we accept up to |
|
Optional |
Specifies that the payload in the request body utilizes gzip compression. For more information about gzip, see Send and receive compressed traffic using gzip. |
|
Optional |
Specifies that you accept gzip compression and want to receive gzip compressed bid responses from Index. For more information about gzip, see Send and receive compressed traffic using gzip. |
No-bid signal
To express a "no-bid", Index will send an empty response with HTTP Status Code 204 "No Content"
.