Skip to content

Commit

Permalink
Added description file for AOL Adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhukovsky committed Oct 16, 2017
1 parent 1023e16 commit 7cc2754
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions modules/aolBidAdapter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Overview

Module Name: AOL Bid Adapter

Module Type: AOL Adapter

Maintainer: hb-fe-tech@oath.com

# Description

Module that connects to AOL's demand sources

# Test Parameters
```javascript
var adUnits = [
{
code: 'test-ad',
sizes: [[300, 250]],
bids: [
{
bidder: 'onedisplay',
params: {
placement: '23324932',
network: '5071.1',
bidFloor: '0.80',
keyValues: {
test: 'key'
}
}
}
]
},
{
code: 'test-mobile-ad',
sizes: [[300, 250]],
bids: [
{
bidder: 'onemobile',
params: {
dcn: '2c9d2b50015a5aa95b70a9b0b5b10012',
pos: 'header'
}
}
]
}
];
```

0 comments on commit 7cc2754

Please sign in to comment.