From c73ce9cbaa80a192d15bbde242eeffa741ef2fc1 Mon Sep 17 00:00:00 2001 From: AdmixerTech Date: Tue, 10 Aug 2021 10:31:24 +0300 Subject: [PATCH 1/2] add-adsyield-doc --- dev-docs/bidders/adsyield.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-docs/bidders/adsyield.md diff --git a/dev-docs/bidders/adsyield.md b/dev-docs/bidders/adsyield.md new file mode 100644 index 0000000000..c56685e4c9 --- /dev/null +++ b/dev-docs/bidders/adsyield.md @@ -0,0 +1,19 @@ +--- +layout: bidder +title: AdsYield +description: Prebid AdsYield Bidder Adaptor +pbjs: true +biddercode: adsyield +aliasCode: admixer +media_types: video +gdpr_supported: true +usp_supported: true +--- + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|------------------------------------------------------------------------------------------------------------------|----------------------------------------|----------| +| `zone` | required | The unique identifier of the ad placement. Could be obtained from the AdsYield UI or from your account manager. | "e5ff8e48-4bd0-4a2c-9236-55530ab8981d" | `string` | +| `kvTargeting` | optional | Key/Value - a pair of the unique values that will be used for the custom targeting option. | {key1: value2, key2: value2} | `object` | From 04701f85c42d782371b39be6967930f051f3ed5a Mon Sep 17 00:00:00 2001 From: AdmixerTech Date: Tue, 17 Aug 2021 10:20:44 +0300 Subject: [PATCH 2/2] add-adsyield-doc --- dev-docs/bidders/adsyield.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-docs/bidders/adsyield.md b/dev-docs/bidders/adsyield.md index c56685e4c9..f8e7b1b758 100644 --- a/dev-docs/bidders/adsyield.md +++ b/dev-docs/bidders/adsyield.md @@ -16,4 +16,3 @@ usp_supported: true | Name | Scope | Description | Example | Type | |---------------|----------|------------------------------------------------------------------------------------------------------------------|----------------------------------------|----------| | `zone` | required | The unique identifier of the ad placement. Could be obtained from the AdsYield UI or from your account manager. | "e5ff8e48-4bd0-4a2c-9236-55530ab8981d" | `string` | -| `kvTargeting` | optional | Key/Value - a pair of the unique values that will be used for the custom targeting option. | {key1: value2, key2: value2} | `object` |