Skip to content

Commit

Permalink
Optimized docs forr AdUp Technology bid adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenAnders committed May 31, 2021
1 parent 4cd63c2 commit 2b2559f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions dev-docs/bidders/aduptech.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@
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:

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).
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).


### 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'` |
| `publisher` | required | Unique publisher identifier | `'prebid'` |
| `placement` | required | Unique placement identifier per publisher | `'1234'` |
| `query` | optional | Semicolon separated list of keywords | `'urlaub;ibiza;mallorca'` |
| `adtest` | optional | Impressions and clicks will not be tracked if enabled | `true` |
| `adtest` | optional | Deactivates tracking of impressions and clicks. **Should only be used for testing purposes!** | `true` |

0 comments on commit 2b2559f

Please sign in to comment.