Skip to content

Commit ffc83c2

Browse files
Merge branch 'prebid:master' into master
2 parents b3f5059 + 9fad4bf commit ffc83c2

21 files changed

Lines changed: 599 additions & 112 deletions

dev-docs/bidders/adcluster.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
layout: bidder
3+
title: Adcluster
4+
description: Prebid Adcluster Bidder Adapter
5+
pbjs: true
6+
pbs: false
7+
biddercode: adcluster
8+
media_types: banner, video
9+
tcfeu_supported: false
10+
usp_supported: false
11+
coppa_supported: false
12+
schain_supported: false
13+
dchain_supported: false
14+
prebid_member: false
15+
safeframes_ok: true
16+
floors_supported: true
17+
multiformat_supported: will-bid-on-any
18+
sidebarType: 1
19+
---
20+
21+
### Description
22+
23+
The Adcluster bidding adapter requires setup & approval before usage. Please reach out to <dev@adcluster.com.tr> for more information.
24+
25+
### Bid Params
26+
27+
{: .table .table-bordered .table-striped }
28+
29+
| Name | Scope | Description | Example | Type |
30+
| -------- | -------- | ----------------- | -------------------------------------- | -------- |
31+
| `unitId` | required | Adcluster Unit ID | `10f4f9f3-cc3f-4f20-982d-5cbba92adfdc` | `string` |
32+
33+
### Example
34+
35+
```javascript
36+
const adUnits = [
37+
{
38+
code: "adcluster-banner",
39+
mediaTypes: {
40+
banner: {
41+
sizes: [[300, 250]],
42+
},
43+
},
44+
bids: [
45+
{
46+
bidder: "adcluster",
47+
params: {
48+
unitId: "42d1f525-5792-47a6-846d-1825e53c97d6",
49+
},
50+
},
51+
],
52+
},
53+
{
54+
code: "adcluster-video",
55+
mediaTypes: {
56+
video: {
57+
playerSize: [[640, 480]],
58+
},
59+
},
60+
bids: [
61+
{
62+
bidder: "adcluster",
63+
params: {
64+
unitId: "37dd91b2-049d-4027-94b9-d63760fc10d3",
65+
},
66+
},
67+
],
68+
},
69+
];
70+
```

dev-docs/bidders/adoppler.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
---
22
layout: bidder
33
title: Adoppler
4-
pbs: true
5-
media_types: video
4+
description: This bidder has been renamed to ElementalTV.
65
biddercode: adoppler
6+
pbs: true
7+
pbjs: false
78
sidebarType: 1
89
---
910

10-
### Bid Params
11+
### Deprecated
12+
13+
The **Adoppler** bidder has been renamed to **ElementalTV**.
14+
15+
Please use the **ElementalTV** bidder documentation and biddercode going forward:
16+
17+
- **Docs:** `/dev-docs/bidders/elementaltv.html`
18+
- **Bidder code:** `elementaltv`
19+
20+
### Notes
1121

12-
{: .table .table-bordered .table-striped }
13-
| Name | Scope | Description | Example | Type |
14-
|------------|----------|------------------------|---------|----------|
15-
| adunit | required | AdUnit to bid against | 'test' | string |
16-
| client | optional | Client name | 'ads' | string |
22+
- `adoppler` is maintained as an alias for backward compatibility.
23+
- New integrations should use `elementaltv`.
24+

dev-docs/bidders/altstar.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Altstar Media
44
description: Prebid Altstar Media Bidder Adaptor
55
biddercode: altstar
66
pbjs: true
7-
pbs: false
7+
pbs: true
88
media_types: video, banner
99
userIds: all
1010
fpd_supported: false
@@ -35,3 +35,6 @@ sidebarType: 1
3535
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
3636
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3737
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
38+
39+
Prebid Altstar Media Bidder Adaptor server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
40+
Prebid Altstar Media Bidder Adaptor server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.

dev-docs/bidders/anzuExchange.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Anzu Exchange
44
description: Prebid Anzu Exchange Bidder Adaptor
55
biddercode: anzuExchange
66
pbjs: true
7-
pbs: false
7+
pbs: true
88
media_types: video, banner
99
userIds: all
1010
fpd_supported: false
@@ -35,3 +35,6 @@ sidebarType: 1
3535
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
3636
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3737
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
38+
39+
Prebid Anzu Exchange Bidder Adaptor server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
40+
Prebid Anzu Exchange Bidder Adaptor server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.

dev-docs/bidders/colossusssp.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ biddercode: colossusssp
66
usp_supported: true
77
schain_supported: true
88
media_types: banner, video, native
9-
userIds: britepoolid, identityLink, unifiedId, id5Id, uid2
9+
userIds: all
1010
gdpr: true
1111
pbjs: true
12-
pbs: false
12+
pbs: true
1313
sidebarType: 1
14+
coppa_supported: true
15+
floors_supported: true
16+
1417
---
1518

1619
### Prebid.JS Bid Params

dev-docs/bidders/elementaltv.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: bidder
3+
title: ElementalTV
4+
description: Prebid ElementalTV Bidder Adapter
5+
biddercode: elementaltv
6+
pbs: true
7+
pbjs: false
8+
media_types: banner, video, native
9+
pbs_app_supported: true
10+
schain_supported: true
11+
coppa_supported: true
12+
deals_supported: true
13+
usp_supported: true
14+
gpp_supported: true
15+
gpp_sids: usnat, usstate_all, usp
16+
dsa_supported: false
17+
multiformat_supported: will-bid-on-any
18+
sidebarType: 1
19+
---
20+
21+
### Registration
22+
23+
The ElementalTV bidder adapter requires prior setup. Please contact us at <support@elementaltv.com>.
24+
25+
### OpenRTB Version
26+
27+
References to the OpenRTB specification in this document assume **OpenRTB 2.6**.
28+
29+
### Prebid Server Bid Params
30+
31+
{: .table .table-bordered .table-striped }
32+
| Name | Scope | Description | Example | Type |
33+
|---------|----------|----------------------------------------------|--------------|----------|
34+
| `adunit`| required | Ad Unit ID or Supply Source reference to bid against | `'test'` or `'SSP:12345'` | `string` |
35+
36+
### Notes
37+
38+
- `adunit` can reference either:
39+
- an **Ad Unit ID** (pass the ID as-is), or
40+
- a **Supply Source reference** using the prefix format `SSP:<supply_source_id>` (e.g., `SSP:12345`).

dev-docs/bidders/freewheelssp.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

dev-docs/bidders/futureads.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: bidder
3-
title: FutureAds
4-
description: Prebid FutureAds Bidder Adaptor
3+
title: Mandeta (FutureAds)
4+
description: Prebid Mandeta (FutureAds) Bidder Adaptor
55
pbjs: true
66
pbs: true
77
biddercode: futureads
@@ -21,5 +21,5 @@ sidebarType: 1
2121
{: .table .table-bordered .table-striped }
2222
| Name | Scope | Description | Example | Type |
2323
|---------------|----------|----------------------------------------------------------------------------------------------------------------|----------------------------------------|----------|
24-
| `zone` | required | The unique identifier of the ad placement. Could be obtained from the FutureAds UI or from your account manager. | "e5ff8e48-4bd0-4a2c-9236-55530ab8981d" | `string` |
24+
| `zone` | required | The unique identifier of the ad placement. Could be obtained from the Mandeta (FutureAds) UI or from your account manager. | "e5ff8e48-4bd0-4a2c-9236-55530ab8981d" | `string` |
2525
| `kvTargeting` | optional | Key/Value - a pair of the unique values that will be used for the custom targeting option. | {key1: value2, key2: value2} | `object` |

dev-docs/bidders/opamarketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fpd_supported: false
2020
ortb_blocking_supported: false
2121
multiformat_supported: will-bid-on-one
2222
pbjs: true
23-
pbs: false
23+
pbs: true
2424
sidebarType: 1
2525
---
2626

dev-docs/bidders/oveeo.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: bidder
3+
title: Oveeo
4+
description: Prebid Oveeo Bidder Adaptor
5+
biddercode: oveeo
6+
pbjs: true
7+
pbs: true
8+
media_types: video, banner
9+
userIds: all
10+
fpd_supported: false
11+
tcfeu_supported: false
12+
usp_supported: true
13+
coppa_supported: true
14+
schain_supported: true
15+
prebid_member: false
16+
ortb_blocking_supported: true
17+
multiformat_supported: will-bid-on-one
18+
floors_supported: false
19+
aliasCode: limelightDigital
20+
sidebarType: 1
21+
---
22+
23+
### Bid Params
24+
25+
{: .table .table-bordered .table-striped }
26+
27+
| Name | Scope | Description | Example | Type |
28+
|:--------------|:---------|:----------------------------------------|:--------------------|:----------|
29+
| `adUnitId` | required | Ad Unit Id will be generated on Oveeo. | `42` | `integer` |
30+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
31+
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
32+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
33+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
34+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
35+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
36+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
37+
38+
Oveeo server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But Oveeo client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
39+
40+
Oveeo server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But Oveeo client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.

0 commit comments

Comments
 (0)