From 7cc27546ee2273fd79d0c375225ef410f08bdb3e Mon Sep 17 00:00:00 2001 From: vzhukovsky Date: Mon, 16 Oct 2017 13:47:32 +0300 Subject: [PATCH] Added description file for AOL Adapter. --- modules/aolBidAdapter.md | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 modules/aolBidAdapter.md diff --git a/modules/aolBidAdapter.md b/modules/aolBidAdapter.md new file mode 100644 index 00000000000..043288ec839 --- /dev/null +++ b/modules/aolBidAdapter.md @@ -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' + } + } + ] + } + ]; +```