From a7aea044e6792394bac4790ce2adca2e80aba9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Fern=C3=A1ndez?= Date: Tue, 2 Mar 2021 20:19:59 +0100 Subject: [PATCH] Added axonix.md (#2711) * Added axonix.md * Changed to single quotes --- 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..005c900d20 --- /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` |