Skip to content

Commit 56f6d48

Browse files
stevealliancebretg
andauthored
DMX: Update params (prebid#2911)
* DMX: Update params Update server side params to reflect supported params for DMX * Update dmx.md * wordsmithing Co-authored-by: bretg <bgorsline@gmail.com>
1 parent 3d09102 commit 56f6d48

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

dev-docs/bidders/dmx.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ gdpr_supported: true
1313
{: .table .table-bordered .table-striped }
1414
| Name | Scope | Description | Example | Type |
1515
|------------|----------|------------------------|---------|----------|
16-
| memberid | required | Represent boost MemberId from DistrictM UI | 'member1' | string |
17-
| tagid | optional | Represent the placement ID | '123abc' | string |
16+
| seller_id | required | The DMX Partner ID provided upon onboarding, this is for specific setup BURL, NURL or ADM support | 'seller_id' | string |
17+
| publisher_id | required | Boost MemberId from DistrictM UI | 'member1' | string |
18+
| tagid | required | Represent the placement ID from DistrictM or your own | '123abc' | string |
1819
| bidfloor | optional | The minimum price acceptable for a bid | '1.0' | string |
20+
| memberid | optional | MemberId from DistrictM UI (legacy: replaced by publisher_id) | 'member1' | string |
21+
| dmxid | optional | Placement ID from DistrictM (legacy: replaced by tagid) | '123abc' | string |
1922

2023
(See [districtmDMX](/dev-docs/bidders.html#districtmDMX) for Prebid.js)

0 commit comments

Comments
 (0)