Skip to content

Commit 5a508bd

Browse files
authored
Merge branch 'master' into master
2 parents f29be0c + 3a628e0 commit 5a508bd

15 files changed

Lines changed: 279 additions & 100 deletions

File tree

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/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/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/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`.

dev-docs/bidders/performist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: bidder
33
title: Performist
44
description: Prebid Performist Bidder Adaptor
55
biddercode: performist
6-
pbjs: false
6+
pbjs: true
77
pbs: true
88
media_types: video, banner
99
userIds: all

dev-docs/bidders/pubstack.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
layout: bidder
3+
title: Pubstack
4+
description: Prebid Pubstack Bidder Adapter
5+
biddercode: pubstack
6+
prebid_member: true
7+
pbjs: true
8+
pbs: true
9+
gvl_id: 1408
10+
media_types: banner, video, native
11+
multiformat_supported: will-bid-on-any
12+
tcfeu_supported: true
13+
usp_supported: true
14+
gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp
15+
coppa_supported: true
16+
userId: all
17+
schain_supported: true
18+
dchain_supported: true
19+
fpd_supported: true
20+
floors_supported: true
21+
deals_supported: true
22+
safeframes_ok: true
23+
privacy_sandbox: paapi, topics
24+
ortb_blocking_supported: true
25+
sidebarType: 1
26+
---
27+
28+
### Integration Note
29+
30+
The Pubstack bidding adapter requires setup and approval before use. Contact your Pubstack account team to enable production traffic.
31+
32+
### Bid Params
33+
34+
{: .table .table-bordered .table-striped }
35+
36+
| Name | Scope | Description | Example | Type |
37+
| --- | --- | --- | --- | --- |
38+
| `siteId` | required | Pubstack site identifier. | `'example-site-id'` | `string \| uuid` |
39+
| `adUnitName` | required | Pubstack ad unit name associated with the placement. | `'homepage-top-banner'` | `string` |
40+
41+
### Test Parameters
42+
43+
```javascript
44+
var adUnits = [
45+
{
46+
code: 'test-div-1',
47+
mediaTypes: {
48+
banner: {
49+
sizes: [[300, 250]]
50+
}
51+
},
52+
bids: [
53+
{
54+
bidder: 'pubstack',
55+
params: {
56+
siteId: 'example-site-id',
57+
adUnitName: 'homepage-top-banner'
58+
}
59+
}
60+
]
61+
},
62+
{
63+
code: 'test-video-div',
64+
mediaTypes: {
65+
video: {
66+
playerSize: [[640, 360]],
67+
context: 'outstream'
68+
}
69+
},
70+
bids: [
71+
{
72+
bidder: 'pubstack',
73+
params: {
74+
siteId: 'example-site-id',
75+
adUnitName: 'article-video-slot'
76+
}
77+
}
78+
]
79+
}
80+
];
81+
```

dev-docs/bidders/rtbdemand.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Rtb Demand
44
description: Prebid Rtb Demand Bidder Adaptor
55
biddercode: rtbdemand
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 Rtb Demand Bidder Adaptor server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
40+
Prebid Rtb Demand Bidder Adaptor server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.

0 commit comments

Comments
 (0)