Skip to content

Commit

Permalink
Media.net bidder added (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantseta authored and Rich Loveland committed Feb 14, 2018
1 parent 341cc5e commit 650a723
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-docs/bidders/medianet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: bidder
title: Media.net
description: Prebid Media.net Bidder Adaptor
top_nav_section: dev_docs
nav_section: reference
biddercode: medianet
biddercode_longer_than_12: false
hide: true
prebid_1_0_supported : true
---

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
|----------------+----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------|
| `cid` | required | The customer id provided by Media.net. | `"8CUX0H51C"` |
| `crid` | optional | The placement id provided by Media.net | `"1234567"` |
| `bidfloor` | optional | `Bidfloor for the impression`| `1.0`|
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ description: Free and open source solutions for publishers to quickly implement
<div class="col-xs-6 col-sm-4"><h3>Criteo</h3></div>
<div class="col-xs-6 col-sm-4"><h3>PubWise</h3></div>
<div class="col-xs-6 col-sm-4"><h3>AdOcean</h3></div>
<div class="col-xs-6 col-sm-4"><h3>Media.net</h3></div>

<!-- END BIDDERS -->
</div>
Expand Down

0 comments on commit 650a723

Please sign in to comment.