Skip to content

Commit

Permalink
Add note about including banner media type if supported
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlane committed Jan 23, 2018
1 parent 3918514 commit 5d32eab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dev-docs/bidder-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ Sample array entry for `validBidRequests[]`:
{% endhighlight %}

{: .alert.alert-success :}
There are several IDs present in the bidRequest object:
- **Bid ID** is unique across ad units and bidders.
- **Auction ID** is unique per call to `requestBids()`, but is the same across ad units.
There are several IDs present in the bidRequest object:
- **Bid ID** is unique across ad units and bidders.
- **Auction ID** is unique per call to `requestBids()`, but is the same across ad units.
- **Transaction ID** is unique for each ad unit with a call to `requestBids`, but same across bidders. This is the ID that DSPs need to recognize the same impression coming in from different supply sources.

The ServerRequest objects returned from your adapter have this structure:
Expand Down Expand Up @@ -336,6 +336,9 @@ export const spec = {

{% endhighlight %}

{: .alert.alert-info :}
If your adapter supports banner and video media types, make sure to include `'banner'` in the `supportedMediaTypes` array as well

### Step 2: Accept video parameters and pass them to your server

Video parameters are often passed in from the ad unit in a `video` object.
Expand Down

0 comments on commit 5d32eab

Please sign in to comment.