Skip to content

Commit e8b7c7c

Browse files
Merge branch 'master' into adkernel_alias_blutonic
2 parents c491d9f + e735d5e commit e8b7c7c

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed

dev-docs/bidders/adbro.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: bidder
3+
title: ADBRO
4+
description: ADBRO Bid Adapter
5+
biddercode: adbro
6+
pbjs: true
7+
pbs: false
8+
gvl_id: 1316
9+
tcfeu_supported: true
10+
userIds: all
11+
media_types: banner
12+
schain_supported: true
13+
floors_supported: true
14+
sidebarType: 1
15+
---
16+
17+
### Bid Params
18+
19+
{: .table .table-bordered .table-striped }
20+
| Name | Scope | Description | Example | Type |
21+
|----------------|----------|-----------------------|-----------|-----------|
22+
| `placementId` | required | Placement (Slot) ID | `'1234'` | `string` |

dev-docs/bidders/qohere.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: bidder
3+
title: Qohere
4+
description: Qohere Adaptor
5+
biddercode: qohere
6+
aliasCode: adkernel
7+
tcfeu_supported: true
8+
dsa_supported: false
9+
gvl_id: 14 (adkernel)
10+
usp_supported: true
11+
coppa_supported: true
12+
gpp_sids: tcfeu, usp
13+
schain_supported: true
14+
dchain_supported: false
15+
userId: all
16+
media_types: banner, video, native
17+
safeframes_ok: true
18+
deals_supported: false
19+
floors_supported: true
20+
fpd_supported: true
21+
pbjs: true
22+
pbs: false
23+
pbs_app_supported: false
24+
prebid_member: false
25+
multiformat_supported: will-bid-on-any
26+
ortb_blocking_supported: true
27+
privacy_sandbox: no
28+
sidebarType: 1
29+
30+
---
31+
32+
### Note
33+
34+
The Qohere bidding adaptor requires setup and approval before beginning. Please reach out to <info@qohere.in> for more details
35+
36+
### Bid Params
37+
38+
{: .table .table-bordered .table-striped }
39+
| Name | Scope | Description | Example | Type |
40+
|----------|----------|-----------------------|---------------------------|----------|
41+
| `host` | required | RTB host | `'cpm.qohere.in'` | `string` |
42+
| `zoneId` | required | RTB zone id | `30164` | `integer` |

dev-docs/bidders/ttd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Name | Scope | Description | Example | Type
4444
`banner` | optional | Display banner targeting parameters. See the banner section below. | `{}` | `object`
4545
`bidfloor` | optional | Sets a bid floor price | `0.95` | `Float`
4646
`customBidderEndpoint` | optional | Only set if TTD has provided a custom endpoint. If set the custom endpoint will take precedent over the hard-coded endpoints | `https://customBidderEndpoint/bid/bidder/` | `String`
47+
`useHttp2` | optional | When true, the adapter will use an endpoint that supports HTTP2. | `true` | `boolean`
4748

4849
### Banner Object
4950

0 commit comments

Comments
 (0)