Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 10 additions & 5 deletions dev-docs/bidders/aso.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ layout: bidder
title: Adserver.Online
description: Prebid Adserver.Online Bidder Adapter
biddercode: aso
tcfeu_supported: false
tcfeu_supported: true
gvl_id: 1621
gpp_supported: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpp_supported: true
gpp_sids: ...

Specific the sids you support. the gpp_supported parameter is deprecated

gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp

usp_supported: true
media_types: video, native
safeframes_ok: true
Expand All @@ -12,25 +14,28 @@ pbs: true
pbs_app_supported: true
floors_supported: true
schain_supported: true
dchain_supported: false
deals_supported: true
fpd_supported: true
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
userIds: all
sidebarType: 1
---
### Note

## About

For more information about [Adserver.Online](https://adserver.online), please contact <support@adsrv.org>.

### Bid Params
## Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------------------|--------------------------|-----------|
| `zone` | required | Zone ID | `73815` | `Integer` |
| `server` | optional | Custom bidder endpoint | `https://endpoint.url` | `String` |

### Test Parameters
## Test Parameters

```js
var adUnit = {
Expand All @@ -51,7 +56,7 @@ For more information about [Adserver.Online](https://adserver.online), please co
}
```

#### Video Caching
## Video Caching

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

Expand Down
11 changes: 8 additions & 3 deletions dev-docs/bidders/bidgency.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Bidgency Group
description: Bidgency Group Bid Adapter
biddercode: bidgency
tcfeu_supported: false
gvl_id: 1403
gpp_supported: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpp_supported: true
gpp_sids: ...

Specific the sids you support. the gpp_supported parameter is deprecated

gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp

usp_supported: true
media_types: video, native
safeframes_ok: true
Expand All @@ -12,26 +14,29 @@ pbs: true
pbs_app_supported: true
floors_supported: true
schain_supported: true
dchain_supported: false
deals_supported: true
fpd_supported: true
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
userIds: all
sidebarType: 1
aliasCode: aso
---
### Note

## About

The Bidgency Group adapter requires approval and setup. Please reach out to <aso@bidgency.com> or visit us at [bidgency.com](https://bidgency.com) for more details.

### Bid Params
## Bid Params

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

#### Video Caching
## Video Caching

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

Expand Down
13 changes: 9 additions & 4 deletions dev-docs/bidders/kuantyx.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ layout: bidder
title: Kuantyx
description: Kuantyx Bid Adapter
biddercode: kuantyx
tcfeu_supported: false
tcfeu_supported: true
gvl_id: 1374
gpp_supported: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpp_supported: true
gpp_sids: ...

Specific the sids you support. the gpp_supported parameter is deprecated

gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp

usp_supported: true
media_types: video, native
safeframes_ok: true
Expand All @@ -12,26 +14,29 @@ pbs: true
pbs_app_supported: true
floors_supported: true
schain_supported: true
dchain_supported: false
deals_supported: true
fpd_supported: true
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
userIds: all
sidebarType: 1
aliasCode: aso
---
### Note

## About

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

### Bid Params
## Bid Params

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

#### Video Caching
## Video Caching

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

Expand Down
Loading