Overview
This guide is for demand partners looking to integrate their demand with ServerBid publishers. After connecting with ServerBid, the publishers using our service will be able to send you requests and receive your bids, only following your normal approval process. ServerBid is a technical service -- we do not intermediate the business relationships between supply and demand.
Auction Process and Important Terms
ServerBid processes bids from multiple demand partners in a unified auction, and sends the winning bid/ad to the publisher's site through a Prebid.js adapter. Process is as follows:
Prebid.js makes a request to ServerBid, who then makes a request to your exchange. This is recorded as a Request.
If your exchange responds with a bid, that bid competes in a ServerBid auction against bids from other exchanges and is tracked as a Bid.
If your bid wins the ServerBid auction, ServerBid returns your ad to Prebid.js.
If it wins, Prebid.js sends it to the publisher’s ad server.
If the ad server renders the ad, it’s recorded as an Impression.
A publisher can also make a request to the ServerBid API directly without using Prebid.js. |
Before We Get Started
If you currently have a process (endpoints, etc.) for server-to-server integrations, please refer to section below on Using Your Existing Server-to-Server Endpoints.
If you do not, please refer to section below If You are Creating a New Server-to-Server Integration.
Using Your Existing Server-to-Server Endpoints
ServerBid can build to your specs, regardless of standard. We need the following 6 items before we can integrate:
Required Integration Items
|
Any documentation that can aid in integration is also appreciated, if available.
Please email support@serverbid.com with the necessary items, and our support team will begin the integration process. We’ll test making BidRequests
to your system, as well as user matching via cookie syncing.
If You are Creating a New Server-to-Server Integration
ServerBid uses the OpenRTB 2.4 standard. We’ll make a BidRequest
to your system using it, and your response also needs to be in OpenRTB 2.4 format.
To kick off a new integration, email support@serverbid.com. Once work is complete, we’ll test making BidRequests
to your system, as well as user matching via cookie syncing.
Example Request
This is the standard request ServerBid makes. Note that you can add additional parameters as needed.
ServerBid Request |
|
Example Response
The Prebid.js documentation contains example responses and common bidding parameters. Below is an example response.
Partner Response
|
|
ServerBid User Matching
To match users between your exchange and ServerBid, we will need your cookie syncing URL. It should look similar to this:
http://yourdomain.com/match?UUID=
Our user syncing pixel will be appended to the end of this domain.
Have questions? Email us at support@serverbid.com. |