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

Aso Bid Adapter: documenting kuantyx alias #5740

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
44 changes: 44 additions & 0 deletions dev-docs/bidders/kuantyx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: bidder
title: Kuantyx
description: Kuantyx Bid Adapter
biddercode: kuantyx
tcfeu_supported: false
usp_supported: true
media_types: video, native
safeframes_ok: true
pbjs: true
pbs: true
pbs_app_supported: true
floors_supported: true
schain_supported: true
fpd_supported: true
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
userIds: all
sidebarType: 1
aliasCode: aso
---
### Note

The Kuantyx adapter requires approval and setup. Please reach out to <[email protected]> or visit us at [kuantyx.com](https://kuantyx.com) for more details.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------|-----------------------------|-----------|
| `server` | required | Server endpoint | `https://srv.kuantyx.com` | `String` |
| `zone` | required | Zone ID | `73815` | `Integer` |

#### Video Caching

Note that the Kuantyx adapter expects a client-side Prebid Cache to be enabled for video bidding.

```js
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
}
});
```