From cd743c605000e6d4e1b6d7a33ee97cf137aacee3 Mon Sep 17 00:00:00 2001 From: Steffen Anders Date: Fri, 4 Jun 2021 08:30:52 +0200 Subject: [PATCH] Optimized docs for AdUp Technology bid adapter --- dev-docs/bidders/aduptech.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/dev-docs/bidders/aduptech.md b/dev-docs/bidders/aduptech.md index 00cc4aa5a3..2e1a092b21 100644 --- a/dev-docs/bidders/aduptech.md +++ b/dev-docs/bidders/aduptech.md @@ -2,23 +2,24 @@ layout: bidder title: AdUp Technology description: Prebid Bidder Adapter for AdUp Technology -pbjs: true biddercode: aduptech -media_types: banner gdpr_supported: true +gvl_id: 647 +media_types: banner, native +pbjs: true --- -### Note: +### Registration + +To use, our bidding adapter requires proper setup, including an existing publisher account, as well as approval from AdUp Technology.
For more information visit [www.adup-tech.com](https://www.adup-tech.com/en) or contact [info@adup-tech.com](mailto:info@adup-tech.com). -The AdUp Technology bidding adapter requires setup and approval before beginning. -For more information visit [www.adup-tech.com](https://www.adup-tech.com/) or contact [info@adup-tech.com](mailto:info@adup-tech.com). ### Bid params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | -| :--- | :---- | :---------- | :------ | -| `publisher` | required | Unique publisher id | `'1234'` | -| `placement` | required | Unique placement id per publisher | `'5678'` | -| `query` | optional | Semicolon separated list of keywords | `'urlaub;ibiza;mallorca'` | -| `adtest` | optional | Impressions and clicks will not be tracked if enabled | `true` | +| Name | Scope | Description | Example | Type | +| :--- | :---- | :---------- | :------ | :------ | +| `publisher` | required | Unique publisher identifier. | `'prebid'` | `string` | +| `placement` | required | Unique placement identifier per publisher. | `'1234'` | `string` | +| `query` | optional | Semicolon separated list of keywords. | `'urlaub;ibiza;mallorca'` | `string` | +| `adtest` | optional | Deactivates tracking of impressions and clicks.
**Should only be used for testing purposes!** | `true` | `boolean` |