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

Updating documentation for districtmDMX for version 1+ #876

Merged
merged 8 commits into from
Aug 10, 2018
Merged
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
36 changes: 24 additions & 12 deletions dev-docs/bidders/districtmdmx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,37 @@
layout: bidder
title: DistrictmDMX
description: Prebid DistrictmDMX Bidder Adaptor

top_nav_section: dev_docs
nav_section: reference

hide: true

biddercode: districtmDMX

biddercode: districtmDmx
biddercode_longer_than_12: false
prebid_1_0_supported : true
---


---

### bid params
##### Setting for Prebid version 1.0 and above.

{: .table .table-bordered .table-striped }


| Name | Scope | Description | Example | Type |
|------------|----------|---------------------|------------------|-----------|
| `dmxid` | required | Placement Id | 100001 | `integer` |
| `memberid` | required | Account id | 100003 | `integer` |

=======

##### Prebid 0.34~ legacy

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|-------------|---------|----------|
| `id` | required | | | `string` |
| `floor` | optional | | | `string` |
| `revShare` | optional | | | `string` |
| `currency` | optional | | | `string` |

| Name | Scope | Description | Example | Type |
|------------|----------|-------------------------|------------------|-----------|
| `id` | required | Placement ID | 123456789 | `integer` |
| `floor` | optional | Bid floor price | "1.00" | `string` |
| `revShare` | optional | Publisher Revenue Share | "0.85" | `string` |
| `currency` | optional | Currency code | "usd" | `string` |