Skip to content

Commit a4c0c3c

Browse files
Update definemedia.md (#6187)
* Update definemedia.md we just made a pull request for our pbjs adapter. updated definemedia.md * update definemedia adapter docs (#6187) * Update dev-docs/bidders/definemedia.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent b6d3f3e commit a4c0c3c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

dev-docs/bidders/definemedia.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@ description: Prebid DEFINE MEDIA Bidder Adapter
55
biddercode: definemedia
66
tcfeu_supported: true
77
gvl_id: 440
8-
media_types: banner, native
9-
pbjs: false
8+
media_types: banner
9+
safeframes_ok: true
10+
deals_supported: false
11+
pbjs: true
1012
pbs: true
1113
pbs_app_supported: false
1214
prebid_member: false
15+
sidebarType: 1
1316
---
1417

1518
### Registration
1619

17-
Please reach out to our account management team to get started. Contact information is available under [a link](https://definemedia.de).
20+
Please reach out to our account management team to get started. Contact information is available under [definemedia.de](https://definemedia.de).
1821

1922
### Bid Params
2023

2124
{: .table .table-bordered .table-striped }
22-
| Name | Scope | Description | Example | Type |
23-
|---------------|----------|--------------|-----------|----------|
24-
| `mandantId` | required | Mandant ID | `5` | `integer`|
25-
| `adslotId` | optional | Adslot ID | `199` | `integer`|
25+
| Name | Scope | Type | Description | Example
26+
| ---- | ----- |---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------| -------
27+
| `supplierDomainName` | required | String | The domain name of the last supplier in the chain. Under this domain a sellers.json must be available under https://${supplierDomainName}/sellers.json | definemedia.de
28+
| `devMode` | optional | boolean | This parameter enables our development endpoint instead of the production endpoint. All requests done with this parameter set to "true" are *NOT* billable | true

0 commit comments

Comments
 (0)