-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* renaming files to match bidder codes * adding pbjs: true * adding aliases to edge case bidders * fixing aliasCode
- Loading branch information
Showing
30 changed files
with
157 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
layout: bidder | ||
title: brainy | ||
description: Prebid brainy Bidder Adaptor | ||
pbjs: true | ||
biddercode: brainy | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|-------------|----------|----------------------------|---------|----------| | ||
| `accountID` | required | `accountID of the ad unit` | | `string` | | ||
| `slotID` | required | `slotID of the ad unit` | | `string` | | ||
| `width` | required | `width of ad slot` | | `string` | | ||
| `height` | required | `height of ad slot` | | `string` | | ||
--- | ||
layout: bidder | ||
title: brainy | ||
description: Prebid brainy Bidder Adaptor | ||
pbjs: true | ||
biddercode: brainy | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|-------------|----------|----------------------------|---------|----------| | ||
| `accountID` | required | `accountID of the ad unit` | | `string` | | ||
| `slotID` | required | `slotID of the ad unit` | | `string` | | ||
| `width` | required | `width of ad slot` | | `string` | | ||
| `height` | required | `height of ad slot` | | `string` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
layout: bidder | ||
title: IPAX | ||
description: Prebid IPAX Bidder Adaptor | ||
pbjs: true | ||
biddercode: giants | ||
media_types: video | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
|
||
| Name | Scope | Description | Example | Type | | ||
|----------|----------|-------------|--------------|-----------| | ||
| `zoneId` | required | Zone ID | `584072408` | `integer` | | ||
--- | ||
layout: bidder | ||
title: IPAX | ||
description: Prebid IPAX Bidder Adaptor | ||
pbjs: true | ||
biddercode: giants | ||
media_types: video | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
|
||
| Name | Scope | Description | Example | Type | | ||
|----------|----------|-------------|--------------|-----------| | ||
| `zoneId` | required | Zone ID | `584072408` | `integer` | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 17 additions & 17 deletions
34
dev-docs/bidders/proxistoreBidAdapter.md → dev-docs/bidders/proxistore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
layout: bidder | ||
title: Proxistore | ||
description: Prebid Proxistore Bidder Adapter | ||
pbjs: true | ||
biddercode: proxistore | ||
gdpr_supported: true | ||
--- | ||
|
||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|-------------|----------|--------------------------------------------------------------------------------------------------------------------------------|------------|----------| | ||
| `website` | required | Publisher referrer | `'example.com'` | `string` | | ||
| `language` | required | Publisher language for the advertisement | `'fr'` | `string` | | ||
--- | ||
layout: bidder | ||
title: Proxistore | ||
description: Prebid Proxistore Bidder Adapter | ||
pbjs: true | ||
biddercode: proxistore | ||
gdpr_supported: true | ||
--- | ||
|
||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|-------------|----------|--------------------------------------------------------------------------------------------------------------------------------|------------|----------| | ||
| `website` | required | Publisher referrer | `'example.com'` | `string` | | ||
| `language` | required | Publisher language for the advertisement | `'fr'` | `string` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: bidder | ||
title: SafeReach | ||
description: Prebid Safe Reach Bidder Adaptor | ||
pbjs: true | ||
biddercode: safereach | ||
aliasCode : aardvark | ||
--- | ||
|
||
### bid params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|------|----------|--------------------|----------|----------| | ||
| `ai` | required | The auction ID | `'XBC1'` | `string` | | ||
| `sc` | required | The adshortcode | `'AF2g'` | `string` | |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: bidder | ||
title: TheAdx | ||
description: Prebid TheAdx Bidder Adapter | ||
pbjs: true | ||
biddercode: theAdx | ||
gdpr_supported: false | ||
--- | ||
|
||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|-------------|----------|-----------------------------------------------------------------------|------------|-------| | ||
| `pid` | required | Publisher GUID from TheAdx.com | `'1000'` | `int` | | ||
| `wid` | required | Web Site ID from TheAdx.com | `'2000'` | `int` | | ||
| `tagId` | required | Tag ID from TheAdx.com | `'3000'` | `int` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: bidder | ||
title: tribeOS | ||
description: Prebid tribeOS Bidder Adapter | ||
pbjs: true | ||
biddercode: tribeos | ||
--- | ||
|
||
### Note | ||
|
||
Please contact your account manager before using this adapter. | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|------------------|----------|------------------|------------------------------------------|-------------------| | ||
| `placementId` | required | tribeOS's placement id | `'3gl2jk225'` | `string` | |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.