From 9e4e718672b32226210b8819e6c47593ecbc4b98 Mon Sep 17 00:00:00 2001 From: Alexander Bogdanov Date: Mon, 15 Nov 2021 17:04:03 +0700 Subject: [PATCH 1/2] Alkimi bid adapter --- dev-docs/bidders/alkimi.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-docs/bidders/alkimi.md diff --git a/dev-docs/bidders/alkimi.md b/dev-docs/bidders/alkimi.md new file mode 100644 index 0000000000..85220a1af0 --- /dev/null +++ b/dev-docs/bidders/alkimi.md @@ -0,0 +1,19 @@ +--- +layout: bidder +title: Alkimi +description: Prebid Alkimi Bidder Adaptor +biddercode: alkimi +media_types: banner, video +pbjs: true +--- + + + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|-----------| +| `publisherToken` | required | The ID issued by Alkimi to the publisher | `'8a80d8e9-0cf9-4329-8486-6f5bbcd8a61a'` | `string` | +| `bidFloor` | required | Minimum bid for this impression expressed in CPM. | `0` | `float` | +| `pos` | optional | Specify the position of the ad as a relative measure of visibility or prominence. Allowed values: Above the fold: `1`; Below the fold: `3`; Middle of the fold: `7`; | `0` | `integer` | From 010297bd0d2c44d5efb4c721281fa879f5efcc36 Mon Sep 17 00:00:00 2001 From: alexander bogdanov Date: Wed, 27 Apr 2022 13:18:49 +0700 Subject: [PATCH 2/2] Alkimi adapter docs --- dev-docs/bidders/alkimi.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/alkimi.md b/dev-docs/bidders/alkimi.md index 85220a1af0..7a73ab8825 100644 --- a/dev-docs/bidders/alkimi.md +++ b/dev-docs/bidders/alkimi.md @@ -1,10 +1,11 @@ --- layout: bidder title: Alkimi -description: Prebid Alkimi Bidder Adaptor +description: Prebid Alkimi Bidder Adapter biddercode: alkimi media_types: banner, video pbjs: true +pbs: true --- @@ -12,8 +13,8 @@ pbjs: true ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|-----------| -| `publisherToken` | required | The ID issued by Alkimi to the publisher | `'8a80d8e9-0cf9-4329-8486-6f5bbcd8a61a'` | `string` | -| `bidFloor` | required | Minimum bid for this impression expressed in CPM. | `0` | `float` | -| `pos` | optional | Specify the position of the ad as a relative measure of visibility or prominence. Allowed values: Above the fold: `1`; Below the fold: `3`; Middle of the fold: `7`; | `0` | `integer` | +| Name | Scope | Description | Example | Type | +|-------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|-----------| +| `token` | required | The ID issued by Alkimi to the publisher | `'8a80d8e9-0cf9-4329-8486-6f5bbcd8a61a'` | `string` | +| `bidFloor` | required | Minimum bid for this impression expressed in CPM. | `0` | `float` | +| `pos` | optional | Specify the position of the ad as a relative measure of visibility or prominence. Allowed values: Above the fold: `1`; Below the fold: `3`; Middle of the fold: `7`; | `0` | `integer` |