Skip to content

Commit

Permalink
Docs for new adriver bidder (#2820)
Browse files Browse the repository at this point in the history
* Docs for new adriver bidder

* adding quotes around string values

* Update Docs for new adriver bidder (remove parameter "bidfloor")

* adding pbjs flag

won't show up on the site without pbjs: true or pbs: true

Co-authored-by: bretg <bgorsline@gmail.com>
  • Loading branch information
Fridoom007 and bretg authored Apr 22, 2021
1 parent 38de44a commit eac69fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dev-docs/bidders/adriver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: bidder
title: adriver
description: Adriver adapter
biddercode: adriver
pbjs: true
bidder_supports_deals: true
---


### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------------------------------------|-----------------------|-----------|
| `siteid` | required | The publisher site ID | `216200` | `integer` |
| `placementId` | required | Your placement ID (provided by undertone) | `'55:test_placement'` | `string` |
| `dealid` | optional | Deal ID | `'dealidTest'` | `string` |

0 comments on commit eac69fc

Please sign in to comment.