Skip to content

Commit e2559b3

Browse files
authored
New adapter clickio (prebid#6463)
* New adapter clickio * Remove unnecessary blank line in Clickio adapter documentation * Update Clickio adapter documentation to replace gpp_supported with gpp_sids field * Remove gdpr_supported field from Clickio adapter documentation * Lint errors fix
1 parent 6593e3d commit e2559b3

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

dev-docs/bidders/clickio.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: bidder
3+
title: Clickio
4+
description: Clickio Bidder Adapter
5+
biddercode: clickio
6+
pbjs: true
7+
pbs: false
8+
gvl_id: 1500
9+
tcfeu_supported: true
10+
usp_supported: true
11+
gpp_sids: tcfeu, usnat
12+
coppa_supported: true
13+
schain_supported: true
14+
userId: all
15+
media_types: banner
16+
floors_supported: true
17+
safeframes_ok: true
18+
multiformat_supported: will-bid-on-one
19+
ortb_blocking_supported: false
20+
privacy_sandbox: no
21+
prebid_member: false
22+
sidebarType: 1
23+
---
24+
25+
## Note
26+
27+
The Clickio bid adapter connects to Clickio's demand platform using OpenRTB 2.5 standard. This adapter supports banner advertising.
28+
29+
The Clickio bidding adapter requires initial setup before use. Please contact us at [support@clickio.com](mailto:support@clickio.com).
30+
To get started, simply replace the ``said`` with the ID assigned to you.
31+
32+
## Bid Params
33+
34+
| Name | Scope | Description | Example | Type |
35+
|--------|----------|--------------|-----------|----------|
36+
| `said` | required | Site Area ID | `'11111'` | `string` |

0 commit comments

Comments
 (0)