From 054265c591107a9ab9f3db174a04adae20041891 Mon Sep 17 00:00:00 2001 From: AdmixerTech Date: Wed, 24 Nov 2021 12:40:40 +0200 Subject: [PATCH 1/2] add alias futureads --- dev-docs/bidders/futureads.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-docs/bidders/futureads.md diff --git a/dev-docs/bidders/futureads.md b/dev-docs/bidders/futureads.md new file mode 100644 index 0000000000..75104a9ea1 --- /dev/null +++ b/dev-docs/bidders/futureads.md @@ -0,0 +1,25 @@ +--- +layout: bidder +title: FutureAds +description: Prebid FutureAds Bidder Adaptor +pbjs: true +pbs: true +biddercode: futureads +aliasCode: admixer +media_types: banner, video, native +gdpr_supported: true +usp_supported: true +schain_supported: true +fpd_supported: true +gvl_id: 511 +userIds: AdmixerID +prebid_member: 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 Admixer 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 e59f42bc9e42bcf2b788d17e2c6528ee7fb19923 Mon Sep 17 00:00:00 2001 From: AdmixerTech Date: Mon, 6 Dec 2021 11:37:47 +0200 Subject: [PATCH 2/2] update desc name --- dev-docs/bidders/futureads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/futureads.md b/dev-docs/bidders/futureads.md index 75104a9ea1..bae56ea0f5 100644 --- a/dev-docs/bidders/futureads.md +++ b/dev-docs/bidders/futureads.md @@ -21,5 +21,5 @@ prebid_member: true {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|----------------------------------------------------------------------------------------------------------------|----------------------------------------|----------| -| `zone` | required | The unique identifier of the ad placement. Could be obtained from the Admixer UI or from your account manager. | "e5ff8e48-4bd0-4a2c-9236-55530ab8981d" | `string` | +| `zone` | required | The unique identifier of the ad placement. Could be obtained from the FutureAds 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` |