From 727ebc94769795864edcf72104163d74cbade76f Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Tue, 26 Feb 2019 13:49:29 -0800 Subject: [PATCH] Submit Readme for Advangelists Bidder --- dev-docs/bidders/advangelists.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-docs/bidders/advangelists.md diff --git a/dev-docs/bidders/advangelists.md b/dev-docs/bidders/advangelists.md new file mode 100644 index 0000000000..712e9c0330 --- /dev/null +++ b/dev-docs/bidders/advangelists.md @@ -0,0 +1,23 @@ +--- +layout: bidder +title: Advangelists +description: Prebid Advangelists Bidder Adapter +hide: true +biddercode: avng +biddercode_longer_than_12: false +--- + +### Note: +For more information about [Advangelists https://advangelists.com], please contact lokesh@advangelists.com + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|------------------|----------|------------------|------------------------------------------|-------------------| +| `placement ` | required | | `'263'` | `string` | +| `pubid` | required | | `'0cf8d6d643e13d86a5b6374148a4afac'` | `string` | +| `mimes` | optional | video only | `['video/mp4', 'application/javascript']`| `array of strings`| +| `playbackmethod` | optional | video only | `[2,6]` | `array of numbers`| +| `maxduration` | optional | video only | `30` | `number` | +| `skip` | optional | video only | `0 or 1` | `number` |