From dfc4ffb296dbce3eec1b73f883727a27352decb7 Mon Sep 17 00:00:00 2001 From: sa1omon Date: Thu, 16 Jan 2020 11:56:20 +0200 Subject: [PATCH 1/3] Add adtarget new gamoshi adapter alias --- dev-docs/bidders/adtarget.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-docs/bidders/adtarget.md diff --git a/dev-docs/bidders/adtarget.md b/dev-docs/bidders/adtarget.md new file mode 100644 index 0000000000..64209af814 --- /dev/null +++ b/dev-docs/bidders/adtarget.md @@ -0,0 +1,21 @@ +--- +layout: bidder +title: AdTarget +description: Prebid AdTarget Bidder Adaptor +biddercode: gamoshi +hide: true +media_types: banner, video +gdpr_supported: true +userIds: unifiedId/tradedesk, id5Id +--- + +### Bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-------------------|----------|---------------------------------------------------------------|----------------------|----------| +| `supplyPartnerId` | required | ID of the supply partner you created in the AdTarget dashboard. | `'12345'` | `string` | +| `rtbEndpoint` | optional | If you have a whitelabel account on AdTarget, specify it here. | `'rtb.mybidder.com'` | `string` | + +This adapter only requires you to provide your supply partner ID, and optionally your RTB endpoint, in order to request +bids from your AdTarget account. From 51cbb3e41127f57cd0e72f66b53e91a02f066de2 Mon Sep 17 00:00:00 2001 From: sa1omon Date: Thu, 16 Jan 2020 11:59:44 +0200 Subject: [PATCH 2/3] Add adtarget new gamoshi adapter alias --- dev-docs/bidders/adtarget.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-docs/bidders/adtarget.md b/dev-docs/bidders/adtarget.md index 64209af814..63a9c3f454 100644 --- a/dev-docs/bidders/adtarget.md +++ b/dev-docs/bidders/adtarget.md @@ -1,7 +1,7 @@ --- layout: bidder -title: AdTarget -description: Prebid AdTarget Bidder Adaptor +title: adtarget +description: Prebid adtarget Bidder Adaptor biddercode: gamoshi hide: true media_types: banner, video @@ -14,8 +14,8 @@ userIds: unifiedId/tradedesk, id5Id {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |-------------------|----------|---------------------------------------------------------------|----------------------|----------| -| `supplyPartnerId` | required | ID of the supply partner you created in the AdTarget dashboard. | `'12345'` | `string` | -| `rtbEndpoint` | optional | If you have a whitelabel account on AdTarget, specify it here. | `'rtb.mybidder.com'` | `string` | +| `supplyPartnerId` | required | ID of the supply partner you created in the adtarget dashboard. | `'12345'` | `string` | +| `rtbEndpoint` | optional | If you have a whitelabel account on adtarget, specify it here. | `'rtb.mybidder.com'` | `string` | This adapter only requires you to provide your supply partner ID, and optionally your RTB endpoint, in order to request -bids from your AdTarget account. +bids from your adtarget account. From 7cb20f66d72b2cd0ed2f220aeaa2c6faaf46b631 Mon Sep 17 00:00:00 2001 From: sa1omon Date: Thu, 16 Jan 2020 15:22:40 +0200 Subject: [PATCH 3/3] Update supported features --- dev-docs/bidders/9MediaOnline.md | 10 +++++++--- dev-docs/bidders/adtarget.md | 9 ++++----- dev-docs/bidders/cleanmedia.md | 11 +++++------ dev-docs/bidders/gamoshi.md | 2 ++ 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/dev-docs/bidders/9MediaOnline.md b/dev-docs/bidders/9MediaOnline.md index d890ce8eeb..e5c7584c2a 100644 --- a/dev-docs/bidders/9MediaOnline.md +++ b/dev-docs/bidders/9MediaOnline.md @@ -1,10 +1,14 @@ --- layout: bidder -title: 9Media Online -description: Prebid 9Media Online Bidder Adaptor -hide: true +title: 9 Media Online +description: Prebid 9 Media Online Bidder Adaptor biddercode: 9MediaOnline +hide: true media_types: banner, video +gdpr_supported: true +schain_supported: true +usp_supported: true +userIds: unifiedId/tradedesk, id5Id aliasCode: gamoshi --- diff --git a/dev-docs/bidders/adtarget.md b/dev-docs/bidders/adtarget.md index 63a9c3f454..ec2ed9fd00 100644 --- a/dev-docs/bidders/adtarget.md +++ b/dev-docs/bidders/adtarget.md @@ -2,11 +2,14 @@ layout: bidder title: adtarget description: Prebid adtarget Bidder Adaptor -biddercode: gamoshi +biddercode: adtarget hide: true media_types: banner, video gdpr_supported: true +schain_supported: true +usp_supported: true userIds: unifiedId/tradedesk, id5Id +aliasCode: gamoshi --- ### Bid params @@ -15,7 +18,3 @@ userIds: unifiedId/tradedesk, id5Id | Name | Scope | Description | Example | Type | |-------------------|----------|---------------------------------------------------------------|----------------------|----------| | `supplyPartnerId` | required | ID of the supply partner you created in the adtarget dashboard. | `'12345'` | `string` | -| `rtbEndpoint` | optional | If you have a whitelabel account on adtarget, specify it here. | `'rtb.mybidder.com'` | `string` | - -This adapter only requires you to provide your supply partner ID, and optionally your RTB endpoint, in order to request -bids from your adtarget account. diff --git a/dev-docs/bidders/cleanmedia.md b/dev-docs/bidders/cleanmedia.md index 0906a53c19..d681cc3e96 100644 --- a/dev-docs/bidders/cleanmedia.md +++ b/dev-docs/bidders/cleanmedia.md @@ -2,14 +2,13 @@ layout: bidder title: Clean Media description: Prebid CleanMedia Bidder Adaptor - -top_nav_section: dev_docs -nav_section: reference - -hide: true - biddercode: cleanmedia +hide: true media_types: banner, video +gdpr_supported: true +schain_supported: true +usp_supported: true +userIds: unifiedId/tradedesk, id5Id aliasCode: gamoshi --- diff --git a/dev-docs/bidders/gamoshi.md b/dev-docs/bidders/gamoshi.md index 84d629c807..3066fae21a 100644 --- a/dev-docs/bidders/gamoshi.md +++ b/dev-docs/bidders/gamoshi.md @@ -6,6 +6,8 @@ biddercode: gamoshi hide: true media_types: banner, video gdpr_supported: true +schain_supported: true +usp_supported: true userIds: unifiedId/tradedesk, id5Id ---