From 3af0e199dc446e6c7a450deb04e5d17fbe030fbd Mon Sep 17 00:00:00 2001 From: Aleksandr Bogdanov Date: Mon, 31 Jul 2023 20:31:46 +0200 Subject: [PATCH] add description for optional params --- .../resources/bidder-config/alkimi.yaml.dev | 19 ------------------- .../static/bidder-params/alkimi.json | 8 ++++++++ 2 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 src/main/resources/bidder-config/alkimi.yaml.dev diff --git a/src/main/resources/bidder-config/alkimi.yaml.dev b/src/main/resources/bidder-config/alkimi.yaml.dev deleted file mode 100644 index 3467620df11..00000000000 --- a/src/main/resources/bidder-config/alkimi.yaml.dev +++ /dev/null @@ -1,19 +0,0 @@ -adapters: - alkimi: - endpoint: https://exchange.alkimi-onboarding-dev.com/server/bid - meta-info: - maintainer-email: support@alkimi.org - app-media-types: - - banner - - video - site-media-types: - - banner - - video - supported-vendors: - vendor-id: 0 - usersync: - cookie-family-name: alkimi - redirect: - url: https://localhost:8000/getuid?{{redirect_url}} - support-cors: false - uid-macro: '$UID' diff --git a/src/main/resources/static/bidder-params/alkimi.json b/src/main/resources/static/bidder-params/alkimi.json index 804b7c912de..93e09022469 100644 --- a/src/main/resources/static/bidder-params/alkimi.json +++ b/src/main/resources/static/bidder-params/alkimi.json @@ -13,6 +13,14 @@ "type": "number", "description": "The minimum CPM price in USD", "minimum": 0 + }, + "instl": { + "type": "number", + "description": "Set to 1 if using interstitial (default: 0)" + }, + "exp": { + "type": "number", + "description": "Advisory as to the number of seconds that may elapse between the auction and the actual impression" } },