Skip to content

Commit

Permalink
Submit Readme for Advangelists Bidder
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Prakash committed Feb 26, 2019
1 parent 9642575 commit 727ebc9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-docs/bidders/advangelists.md
Original file line number Diff line number Diff line change
@@ -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` |

0 comments on commit 727ebc9

Please sign in to comment.