Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media.net bidder added #549

Merged
merged 1 commit into from
Jan 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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