Display ads getBids API
POST/v1/dsp/getBids
This API covers the ad request and response structures and parameters for integrating display ads with FCC Ads Manager. Call this endpoint to request display ads for one or more slots on a page. Send all parameters as a JSON object in the HTTPS POST body.
FCC returns a bid response containing banner or video ads for each requested impression slot. Send one consolidated request per page.
Request
Responses
- 200
- 400
- 403
- 500
Top level ad response object contains JSON for payload with the response. A bid response may contain bids from one or more seats (entities representing the advertisers or brands). The bid response consists of a Bid Response id and a Seatbid object as mandatory attributes.
The client query parameter is missing or blank, or the X-DEVICE header contains an unrecognised value.
The X-AUTH-TOKEN header is missing or does not match the registered token for the client.
An uncaught exception escaped the server. Retry with exponential backoff.