Skip to content

Commit 1e14b38

Browse files
Merge branch 'master' into alvads
2 parents 507911f + cd059c9 commit 1e14b38

26 files changed

+764
-43
lines changed

_includes/body-end.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
22
<script type="text/javascript"> docsearch({
3-
apiKey: '6f0eda209a805cfa66b415043ab5fbfc',
3+
apiKey: '7777b1f98e980527606d00e705ff3d6f',
44
appId: 'FN26QH8JE9',
55
indexName: 'prebid',
66
container: '.pb-header .c-search',

dev-docs/bidders/adipolo.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gvl_id: 1456
1010
usp_supported: true
1111
prebid_member: false
1212
pbjs: true
13-
pbs: false
13+
pbs: true
1414
schain_supported: true
1515
floors_supported: true
1616
multiformat_supported: will-bid-on-any
@@ -31,3 +31,11 @@ privacy_sandbox: no
3131
| `pid` | required | Placement ID | `test-banner` | `string` |
3232
| `env` | optional | Environment name | `adipolo` | `string` |
3333
| `ext` | optional | Specific integration config | `{}` | `object` |
34+
35+
### Prebid Server Bid Params
36+
37+
{: .table .table-bordered .table-striped }
38+
| Name | Scope | Description | Example | Type |
39+
|-------------|----------|-------------------------------|------------------------------------|-----------|
40+
| `env` | required | Environment name | `adipolo-stage` | `string` |
41+
| `pid` | required | unique placement ID | `aa8217e20131c095fe9dba67981040b0` | `string` |

dev-docs/bidders/appStockSSP.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: bidder
3+
title: AppStockSSP
4+
description: Prebid AppStockSSP Bidder Adapter
5+
biddercode: appStockSSP
6+
gpp_sids: usstate_all
7+
tcfeu_supported: true
8+
usp_supported: true
9+
coppa_supported: true
10+
schain_supported: true
11+
deals_supported: false
12+
floors_supported: true
13+
fpd_supported: false
14+
ortb_blocking_supported: false
15+
media_types: banner, video, native
16+
multiformat_supported: will-not-bid
17+
userIds: all
18+
pbjs: true
19+
pbs: true
20+
pbs_app_supported: true
21+
safeframes_ok: true
22+
gvl_id: 1223
23+
sidebarType: 1
24+
---
25+
26+
### Bid Params
27+
28+
{: .table .table-bordered .table-striped }
29+
| Name | Scope | Description | Example | Type |
30+
|---------------|----------|--------------|---------------------------------|------------|
31+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
32+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
33+
| `region` | optional | Region (for Prebid.js) | `'us-east'` (default) or `'eu'` or `'apac'` | `'string'` |
34+
35+
### Note
36+
37+
For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId.

dev-docs/bidders/easybid.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ pbjs: true
66
pbs: true
77
biddercode: easybid
88
gvl_id: 1068
9-
tcfeu_supported: true
109
usp_supported: true
11-
gpp_supported: true
10+
gpp_sids: tcfeu
1211
schain_supported: true
1312
dchain_supported: false
1413
floors_supported: true
@@ -29,6 +28,10 @@ multiformat_supported: will-bid-on-any
2928
| Name | Scope | Description | Example | Type |
3029
|---------------|----------|----------------------------|-------------------------------------- |-----------|
3130
| `tagId` | required | tag ID | `"testeasy"` | `string` |
31+
| `placement` | required*| Placement | `"test.com_header_ad"` | `string` |
32+
33+
*You*must* only include one ID field - either `tagId` or `placement`, not both. If you have questions on which parameter to use, please reach out to your Account Manager.
34+
The `tagId` and `placement` are **mutually exclusive** but at least one is required. If you pass both, `tagId` takes precedence.
3235

3336
### First Party Data
3437

@@ -97,26 +100,6 @@ var adUnits = [
97100
tagId: 'testeasy'
98101
}
99102
}]
100-
},
101-
// Multiformat Ad
102-
{
103-
code: 'multi1',
104-
mediaTypes: {
105-
video: {
106-
playerSize: [640, 480],
107-
context: 'instream'
108-
},
109-
banner: {
110-
sizes: [[300, 250], [300,600]]
111-
}
112-
},
113-
bids: [{
114-
bidder: 'easybid',
115-
params: {
116-
tagId: 'testeasy',
117-
videoTagId: 'testeasy'
118-
}
119-
}]
120-
};
103+
}
121104
];
122105
```

dev-docs/bidders/exco.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ schain_supported: true
1313
gpp_supported: true
1414
floors_supported: true
1515
media_types: banner, video
16-
prebid_member: false
16+
prebid_member: true
1717
safeframes_ok: false
1818
deals_supported: false
1919
pbs_app_supported: false
2020
fpd_supported: false
2121
ortb_blocking_supported: false
2222
multiformat_supported: will-bid-on-one
2323
pbjs: true
24+
pbs: true
2425
sidebarType: 1
2526
---
2627

@@ -30,9 +31,6 @@ sidebarType: 1
3031

3132
| Name | Scope | Description | Example | Type |
3233
|---------------|------------|---------------------------------------------------------------------------------------|------------------------------|----------|
33-
| `cId` | deprecated | The connection ID from Exco. | `'562524b21b1c1f08117fc7f9'` | `string` |
34-
| `pId` | deprecated | The publisher ID from Exco. | `'59ac17c192832d0011283fe3'` | `string` |
35-
| `bidFloor` | deprecated | The minimum bid value desired. Exco will not respond with bids lower than this value. | `0.90` | `float` |
3634
| `accountId` | required | A unique account identifier provided by EX.CO. | `'1234567890'` | `string` |
3735
| `publisherId` | required | Publisher ID provided by EX.CO. | `'1234567890'` | `string` |
3836
| `tagId` | required | A unique Tag ID (supply id) identifier provided by EX.CO. | `'1234567890'` | `string` |

dev-docs/bidders/fwssp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ The following bid params are for use with the Prebid.js bid adapter:
3636
| `profile` | required | Profile Name - The value should contain a profile name. and NOT a numeric profile ID. This can either include the network ID prefix or with the profile name alone | "96749:global-js" | `string` |
3737
| `siteSectionId` | required | Custom Site Section tag or numeric Site Section ID | "ss_12345" | `string` |
3838
| `videoAssetId` | required | Custom content Video Asset ID | "pause_ad_video" | `string` |
39+
| `bidfloor` | optional | Bid floor price | 13.2118 | `number` |
40+
| `bidfloorcur` | optional | Bid floor currency | "USD" | `string` |
3941
| `flags` | optional | Optional flags to include in the ad request | '+play-uapl' | `string` |
4042
| `mode` | optional | Request mode. Valid values are: “on-demand", "live". Default: "on-demand" | "live" | `string` |
4143
| `adRequestKeyValues` | optional | An object of ad request key-value pairs. | { \_fw_player_width: '1920', \_fw_player_height: '1080' } | `object` |
4244
| `gdpr_consented_providers` | optional | List of Consented Providers. A comma-separated list of ids. | "216,229,80,359,479" | `string` |
4345
| `tpos` | optional | Slot time position in seconds. Default: 0 | 10 | `number` |
4446
| `slid` | optional | Slot custom ID. Any string with valid letters/digits/symbols. Default: "Preroll_1" | "CustomPreroll" | `string` |
4547
| `slau` | optional | Specify custom ad unit names for this slot. Multiple ad unit names can be put into this parameter, separated by "\|". Ad unit group names are also supported but you can only specify one ad unit group; multiple ad unit groups or mixed ad unit group and ad unit names are not supported. Default: "preroll" | "pre1\|pre2" | `string` |
46-
| `minD` | optional | The minimum duration of a slot, in seconds. | 30 | `number` |
47-
| `maxD` | optional | The maximum duration of a slot, in seconds. | 30 | `number` |
4848
| `listeners` | optional | An object of AdManager event listeners | { onSlotStarted: this.onSlotStarted, adEvent: this.onAdEvent, onSlotEnded: this.onSlotEnded } | `object` |
49-
| `isMuted` | optional | Constrols if ad playback should start with volume muted. Default: true | false | `boolean` |
50-
| `showMuteButton` | optional | Controls if a mute button should be shown during ad playback. Default: false | true | `boolean` |
49+
| `isMuted` | optional | Controls if ad playback should start with volume muted. Default: true | false | `boolean` |
50+
| `showMuteButton` | optional | Controls if a mute button should be shown during ad playback. Default: false | true | `boolean` |
5151
| `playerParams` | optional | An object of AdManager player parameter values | { "renderer.video.startDetectTimeout": 5000 } | `object` |
5252
| `sdkVersion` | optional | The AdManager sdk version to use for playback. This is only valid for "outstream" formats. Default: "7.10.0" | "7.11.0" | `string` |
5353
| `format` | optional | The format to use for displaying the ad. Default: outstream | "inbanner" | `string` |

dev-docs/bidders/infinety.md

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

dev-docs/bidders/lane4.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,30 @@ var adUnits = [
9090
}
9191
];
9292
```
93+
94+
#### First Party Data
95+
96+
In release 4.30 and later, publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). The following fields are supported:
97+
98+
* ortb2.user.id
99+
* ortb2.user.buyeruid
100+
* ortb2.user.keywords
101+
* ortb2.user.ext.*
102+
103+
Example first party data that's available to all bidders and all adunits:
104+
105+
```javascript
106+
pbjs.setConfig({
107+
ortb2: {
108+
user: {
109+
id: 123456789, // Unique pseudonymized ID for the user (e.g., NPI).
110+
buyeruid: 987654321, // DSP-assigned user ID for identity resolution.
111+
keywords: "kw1,kw2", // Interest or specialty tags (e.g., oncology, cardiology)
112+
ext: {
113+
key1: "values", // Custom healthcare metadata (e.g., icd10), single or comma seperated.
114+
key2: "values" // Additional campaign context (e.g., ndc), single or comma seperated.
115+
}
116+
}
117+
}
118+
});
119+
```

dev-docs/bidders/mediayo.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: MediaYo
4+
description: Prebid MediaYo Bidder Adapter
5+
biddercode: mediayo
6+
gpp_sids: usstate_all
7+
tcfeu_supported: false
8+
usp_supported: true
9+
coppa_supported: true
10+
schain_supported: true
11+
deals_supported: false
12+
floors_supported: true
13+
fpd_supported: false
14+
ortb_blocking_supported: false
15+
media_types: banner, video, native
16+
multiformat_supported: will-bid-on-one
17+
userIds: all
18+
pbjs: false
19+
pbs: true
20+
pbs_app_supported: true
21+
safeframes_ok: true
22+
sidebarType: 1
23+
---
24+
25+
### Bid Params
26+
27+
{: .table .table-bordered .table-striped }
28+
29+
| Name | Scope | Description | Example | Type |
30+
|---------------|----------|--------------|---------------------------------|------------|
31+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
32+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
33+
34+
### Note
35+
36+
For the prebid server you only need to use one parameter: either `placementId` or `endpointId`

dev-docs/bidders/nativery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ deals_supported: false
1717
floors_supported: false
1818
fpd_supported: true
1919
pbjs: true
20-
pbs: false
21-
pbs_app_supported: false
20+
pbs: true
21+
pbs_app_supported: true
2222
prebid_member: false
2323
multiformat_supported: will-bid-on-any
2424
ortb_blocking_supported: false

0 commit comments

Comments
 (0)