Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AerServ bidder documentation #338

Merged
merged 2 commits into from
Sep 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions dev-docs/bidders/aerserv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: bidder
title: AerServ
description: Prebid AerServ Bidder Adaptor

top_nav_section: dev_docs
nav_section: reference

hide: true

biddercode: aerserv

biddercode_longer_than_12: false

---

### Note:
Banner sizes will be derived from placement's configuration in the [AerServ UI](https://platform.aerserv.com/), and will ignore the values within the bid request.

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :--- | :---- | :---------- | :----- |
| `plc` | required | The AerServ Placement ID. | `480` |
| `coppa` | optional | COPPA override. Send `1` if the request's source falls under [COPPA regulations](://www.ftc.gov/enforcement/rules/rulemaking-regulatory-reform-proceedings/childrens-online-privacy-protection-rule). | `1` |

<a name="aerserv-video"></a>

### Video
Video requests will use the first size passed in the Prebid request, but it can be overridden with the parameters below.

### video params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :--- | :---- | :---------- | :----- |
| `vpw` | optional | video width override | `480` |
| `vph` | optional | video height override | `360` |