Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for AdUp Technology bid adapter #2978

Merged
merged 1 commit into from
Jun 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions dev-docs/bidders/aduptech.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>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.<br/>**Should only be used for testing purposes!** | `true` | `boolean` |