Skip to content

Commit 4edf231

Browse files
authored
Merge branch 'master' into master
2 parents 8412426 + 549f32d commit 4edf231

139 files changed

Lines changed: 653 additions & 599 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_data/sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
- sbSecId: 0
5555
title: Header Bidding
56-
link: /wrapper_code_of_conduct.html
56+
link: https://prebid.org/code-of-conduct/
5757
isHeader: 0
5858
isSectionHeader: 0
5959
sectionTitle:

_layouts/bidder.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@
3535

3636
<h2>{{ page.title }}</h2>
3737

38+
{% if page.enable_download == false %}
39+
<div class="pb-bidder-s2">
40+
<h4>Note:</h4> This adapter is not available in current versions of Prebid.js. Reason: {{page.pbjs_version_notes}}
41+
</div>
42+
{% endif %}
43+
3844
{% if page.s2s_only == true %}
3945
<div class="pb-bidder-s2">
40-
<h3>Note:</h3> This is a S2S adapter only.</h3>
46+
<h3>Note:</h3> This is a Prebid Server adapter only.
4147
</div>
4248
{% endif %}
4349

dev-docs/bidders/1ad4good.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: 1ad4good
44
description: Prebid One Ad for Good(1ad4good.org) Bidder Adaptor
55
pbjs: true
66
biddercode: 1ad4good
7-
pbjs_version_notes: not in 5.x
7+
enable_download: false
8+
pbjs_version_notes: not ported to 5.x
89
---
910

1011
### Note:

dev-docs/bidders/33across.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,15 @@ var adUnits = [
156156
...
157157
}
158158
```
159-
159+
### SRA Mode
160+
We recommend using SRA mode to optimize the bidding process as this allows our adapter to group together bid requests for Ad Units pertaining to the same product and site ID thereby minimizing the number of http requests made to our endpoint. To enable SRA set the following bidder specific config under 33Across
161+
```
162+
pbjs.setBidderConfig({
163+
bidders: ['33across'],
164+
config: {
165+
ttxSettings: {
166+
enableSRAMode: true
167+
}
168+
}
169+
});
170+
```

dev-docs/bidders/7xbid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Prebid 7xbid Bidder Adaptor
55
pbjs: true
66
biddercode: 7xbid
77
media_types: banner, native
8-
pbjs_version_notes: not in 5.x
8+
enable_download: false
9+
pbjs_version_notes: not ported to 5.x
910
---
1011

1112
### Bid Params

dev-docs/bidders/aardvark.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ usp_supported: true
99
schain_supported: true
1010
userIds: unifiedId
1111
gvl_id: 52
12-
pbjs_version_notes: not in 5.x
12+
enable_download: false
13+
pbjs_version_notes: not ported to 5.x
1314
---
1415

1516
### Bid Params

dev-docs/bidders/adagio.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ coppa_supported: true
1313
schain_supported: true
1414
gvl_id: 617
1515
prebid_member: true
16-
pbs: true
17-
fpd_supported: true
16+
fpd_supported: false
1817
---
1918

2019
### Note
@@ -23,7 +22,7 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
2322

2423
### Bid Params
2524

26-
**Important**: Adagio needs to collect attention data about the ads displayed on a page and must listen to some specifics ad-server events. Please refer to the [Adagio user guide](https://adagio-team.atlassian.net/wiki/spaces/AH/pages/67272705/EN+Adagio+Prebid.js+installation+guide+for+publishers) for details.
25+
**Important**: Adagio needs to collect attention data about the ads displayed on a page and must listen to some specifics ad-server events. Please refer to the [Adagio user guide](https://adagioio.notion.site/Adagio-Account-Setup-Guide-fbcd940649224cdfa10393d2f008792e) for details.
2726

2827
{: .table .table-bordered .table-striped }
2928

@@ -37,7 +36,6 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
3736
| `environment`* | recommended | Environment where the page is displayed.<br><i>- max length: 30</i><br><i>- max distinctives values: 10</i> | `'desktop'` | `string` |
3837
| `category`* | recommended | Category of the content displayed in the page.<br><i>- max length: 30</i><br><i>- max distinctives values: 50</i> | `'sport'` | `string` |
3938
| `subcategory`* | optional | Subcategory of the content displayed in the page.<br><i>- max length: 30</i><br><i>- max distinctives values: 50</i> | `'handball'` | `string` |
40-
| `postBid` | optional | Used in Post-Bid context only. | `true` | `boolean` |
4139
| `video` | optional | OpenRTB 2.5 video options object.<br> All options will override ones defined in mediaTypes.video | `{skip: 1, playbackmethod: [6]}` | `object` |
4240
| `native` | optional | Partial OpenRTB Native 1.2 request object. Supported fields are:<br>- context<br>-plcmttype | `{context: 1, plcmttype: 2}` | `object` |
4341

@@ -49,3 +47,7 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
4947
| Name | description |
5048
|--------------|-------------------------------------|
5149
| `adagio_bvw` | Url to handle Measure beacon |
50+
51+
### First Party Data
52+
53+
Adagio does not support FPD for now. It will be added soon.

dev-docs/bidders/adbutler.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: AdButler
44
description: Prebid AdButler Bidder Adaptor
55
pbjs: true
66
biddercode: adbutler
7-
pbjs_version_notes: not in 5.x
7+
enable_download: false
8+
pbjs_version_notes: not ported to 5.x
89
---
910

1011

dev-docs/bidders/adf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prebid_member: true
1010
pbjs: true
1111
pbs: true
1212
schain_supported: true
13-
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, sharedId, unifiedId
13+
userIds: all
1414
gvl_id: 50
1515
prevBiddercode: adformOpenRTB
1616
floors_supported: true

dev-docs/bidders/adfinity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ pbjs: true
66
biddercode: adfinity
77
media_types: banner, video, native
88
gdpr_supported: true
9-
pbjs_version_notes: not in 5.x
9+
enable_download: false
10+
pbjs_version_notes: not ported to 5.x
1011
---
1112

1213
### Bid Params

0 commit comments

Comments
 (0)