Skip to content

Commit

Permalink
Revert "remove duplicate copy of districtmdmx (#2888)" (#2983)
Browse files Browse the repository at this point in the history
This reverts commit 8ff0ffd.
  • Loading branch information
bretg committed May 24, 2021
1 parent c02d584 commit 40ab0a9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions dev-docs/bidders/districtmdmx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: bidder
title: DistrictmDMX
description: Prebid DistrictmDMX Bidder Adaptor
pbjs: true
biddercode: districtmDMX
gdpr_supported: true
schain_supported: true
getFloor: true
usp_supported: true
coppa_supported: true
userIds: britepoolId, criteo, id5Id, identityLink, intentiq, liveIntentId, netId, parrableId, pubCommonId, unifiedId
---



### Bid Params

##### 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 | 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` |

0 comments on commit 40ab0a9

Please sign in to comment.