Skip to content

Commit aca17f3

Browse files
authored
New adapter: Clydo (#6268)
* New Adapter: Clydo * clydo adapter prebid.js
1 parent eb4b0a5 commit aca17f3

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

dev-docs/bidders/clydo.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: bidder
3+
title: Clydo
4+
description: Prebid Clydo Bidder Adapter
5+
biddercode: clydo
6+
gpp_sids: usstate_all
7+
tcfeu_supported: false
8+
usp_supported: true
9+
coppa_supported: true
10+
schain_supported: true
11+
dchain_supported: false
12+
deals_supported: true
13+
floors_supported: true
14+
fpd_supported: false
15+
ortb_blocking_supported: true
16+
media_types: banner, video, native
17+
multiformat_supported: will-bid-on-one
18+
userIds: all
19+
pbjs: true
20+
pbs: true
21+
pbs_app_supported: true
22+
safeframes_ok: true
23+
sidebarType: 1
24+
---
25+
26+
### Bid Params
27+
28+
{: .table .table-bordered .table-striped }
29+
| Name | Scope | Description | Example | Type |
30+
|---------------|----------|--------------|---------------------------------|------------|
31+
| `partnerId` | required | Partner Id | `'adpartnerid'` | `'string'` |
32+
| `region` | required | Region | `'us'` | `'string'` |
33+
34+
### Note
35+
36+
partnerId is required parameter for both prebid server and prebid.js.
37+
Allowed values for region field are: [us, usw, eu, apac].
38+
If the region is not passed when using the prebid server, the default value "us" will be set.

0 commit comments

Comments
 (0)