Skip to content

Commit

Permalink
Updated AOL and One Display documentation (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
kizzard authored and rmloveland committed Jan 9, 2018
1 parent fb47ca5 commit 40bf3bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions dev-docs/bidders/aol.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ biddercode_longer_than_12: false
prebid_1_0_supported: true
---

### Note:
This adapter allows use of both ONE by AOL: Display and ONE by AOL: Mobile platforms. In order to differentiate these sources of demand in your ad server and reporting, you may use the optional `onedisplay` and `onemobile` adapter aliases instead.

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :--- | :---- | :---------- | :------ |
| `placement` | required | The placement ID from AOL. | `"23324932"` |
| `network` | required | The network ID from AOL. | `"5071.1"` |
| `alias` | optional | The placement alias from AOL. Must be unique per page. | `"desktop_articlepage_something_box_300_250"` |
| `server` | optional | The server domain name. Default is adserver.adtechus.com. EU customers must use adserver.adtech.de. | `"adserver.adtech.de"` |
| `alias` | optional | The placement alias from AOL. | `"desktop_articlepage_something_box_300_250"` |
| `server` | optional | The server domain name. Default is adserver-us.adtech.advertising.com. EU customers must use adserver-eu.adtech.advertising.com, and Asia customers adserver-as.adtech.advertising.com. | `"adserver-eu.adtech.advertising.com"` |
| `bidFloor` | optional | Dynamic bid floor (added in Prebid 0.8.1) | `"0.80"` |

(The first of the `sizes` set in `adUnit` object will also apply to the AOL bid requests.)
10 changes: 5 additions & 5 deletions dev-docs/bidders/onedisplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ prebid_1_0_supported : true
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :--- | :---- | :---------- | :------ |
| `placement` | required | | |
| `network` | required | | |
| `alias` | optional | | |
| `server` | optional | | |
| `bidFloor` | optional | | |
| `placement` | required | The placement ID from AOL. | `"23324932"` |
| `network` | required | The network ID from AOL. | `"5071.1"` |
| `alias` | optional | The placement alias from AOL. | `"desktop_articlepage_something_box_300_250"` |
| `server` | optional | The server domain name. Default is adserver-us.adtech.advertising.com. EU customers must use adserver-eu.adtech.advertising.com, and Asia customers adserver-as.adtech.advertising.com. | `"adserver-eu.adtech.advertising.com"` |
| `bidFloor` | optional | Dynamic bid floor (added in Prebid 0.8.1) | `"0.80"` |

ONE by AOL Display is an aliased bidder for AOL

0 comments on commit 40bf3bb

Please sign in to comment.