Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: bidder
title: DEFINE MEDIA
description: Prebid DEFINE MEDIA Bidder Adapter
biddercode: definemedia
biddercode: defineMedia
redirect_from:
- /dev-docs/bidders/definemedia.html
tcfeu_supported: true
gvl_id: 440
media_types: banner
Expand All @@ -15,14 +17,14 @@ prebid_member: false
sidebarType: 1
---

### Registration
## Registration

Please reach out to our account management team to get started. Contact information is available under [definemedia.de](https://definemedia.de).

### Bid Params
## Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description | Example
| ---- | ----- |---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------| -------
| `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
| `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
| Name | Scope | Type | Description | Example |
| :------------------- | :------- | :------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------- |
| `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 |
| `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 |
Loading