From 7c42c93bae75ecf6fc7f93d8b1a1b9162fa54966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Fern=C3=A1ndez?= Date: Mon, 22 Feb 2021 13:01:57 +0100 Subject: [PATCH 1/2] Added axonix.md --- dev-docs/bidders/axonix.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-docs/bidders/axonix.md diff --git a/dev-docs/bidders/axonix.md b/dev-docs/bidders/axonix.md new file mode 100644 index 0000000000..2e0c0c0ac3 --- /dev/null +++ b/dev-docs/bidders/axonix.md @@ -0,0 +1,20 @@ +--- +layout: bidder +title: Axonix +description: Axonix Prebid Adaptor +biddercode: axonix +media_types: banner, video +pbjs: true +--- + +### Prebid Server Note: +The Axonix Bidding adapter requires setup before beginning. Please contact us at support+prebid@axonix.com. + +### Bid Params + +| Name | Scope | Description | Example | +| :------------ | :------- | :---------------------------------------------- | :------------------------------------- | +| `supplyId` | required | Supply UUID | `"2c426f78-bb18-4a16-abf4-62c6cd0ee8de"` | +| `region` | optional | Cloud region | `"us-east-1"` | +| `endpoint` | optional | Supply custom endpoint | `"https://open-rtb.axonix.com/custom"` | +| `instl` | optional | Set to 1 if using interstitial (default: 0) | `1` | From 7e031b4f883c69c52fa7d39b1eda2b7599348c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Fern=C3=A1ndez?= Date: Wed, 24 Feb 2021 20:55:41 +0100 Subject: [PATCH 2/2] Changed to single quotes --- dev-docs/bidders/axonix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/axonix.md b/dev-docs/bidders/axonix.md index 2e0c0c0ac3..005c900d20 100644 --- a/dev-docs/bidders/axonix.md +++ b/dev-docs/bidders/axonix.md @@ -14,7 +14,7 @@ The Axonix Bidding adapter requires setup before beginning. Please contact us at | Name | Scope | Description | Example | | :------------ | :------- | :---------------------------------------------- | :------------------------------------- | -| `supplyId` | required | Supply UUID | `"2c426f78-bb18-4a16-abf4-62c6cd0ee8de"` | -| `region` | optional | Cloud region | `"us-east-1"` | -| `endpoint` | optional | Supply custom endpoint | `"https://open-rtb.axonix.com/custom"` | +| `supplyId` | required | Supply UUID | `'2c426f78-bb18-4a16-abf4-62c6cd0ee8de'` | +| `region` | optional | Cloud region | `'us-east-1'` | +| `endpoint` | optional | Supply custom endpoint | `'https://open-rtb.axonix.com/custom'` | | `instl` | optional | Set to 1 if using interstitial (default: 0) | `1` |