Skip to content

Commit f20102c

Browse files
authored
Merge branch 'prebid:master' into master
2 parents 56fdd1e + bcb1483 commit f20102c

Some content is hidden

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

44 files changed

+1191
-391
lines changed

.github/workflows/scripts/codepath-notification

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
/dev-docs/bidders/pubmatic : [email protected]
1616
/dev-docs/bidders/openx : [email protected]
1717
/dev-docs/bidders/teads : [email protected]
18+
/dev-docs/bidders/kargo : [email protected]

_data/sidebar.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,14 @@
815815
sectionTitle:
816816
subgroup: 2
817817

818+
- sbSecId: 2
819+
title: Ad Experience Specification
820+
link: /prebid-mobile/modules/rendering/combined-ui-ux-policy.html
821+
isHeader: 0
822+
isSectionHeader: 0
823+
sectionTitle:
824+
subgroup: 2
825+
818826
- sbSecId: 2
819827
title: Ad Experience Controls
820828
link: /prebid-mobile/modules/rendering/combined-ad-experience-controls.html
@@ -919,6 +927,14 @@
919927
isSectionHeader: 0
920928
sectionTitle:
921929
subgroup: 3
930+
931+
- sbSecId: 2
932+
title: Ad Experience Specification
933+
link: /prebid-mobile/modules/rendering/combined-ui-ux-policy.html
934+
isHeader: 0
935+
isSectionHeader: 0
936+
sectionTitle:
937+
subgroup: 3
922938

923939
- sbSecId: 2
924940
title: Ad Experience Controls

dev-docs/analytics/adplus.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: analytics
3+
title: AdPlus
4+
description: AdPlus Analytics Adapter
5+
modulecode: appier
6+
---
7+
8+
#### About
9+
10+
Analytics adapter for AdPlus platform. Contact [[email protected]]([email protected]) if you have any questions about integration.
11+
12+
#### Example Configuration
13+
14+
```javascript
15+
pbjs.enableAnalytics({
16+
provider: 'adplus',
17+
});
18+
```

dev-docs/analytics/pubmatic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ PubMatic team. Please reach out to your account team for more information.
1717
{: .table .table-bordered .table-striped }
1818
| Name | Scope | Description | Example | Type |
1919
|-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------|
20-
| publisherId | required | The PubMatic Publisher ID | 1001 | int |
20+
| publisherId | required | The PubMatic Publisher ID | "1001" | string |
2121

2222
### Example Configuration
2323

24-
```
24+
```javascript
2525
pbjs.enableAnalytics({
2626
provider: 'pubmatic',
2727
options: {
28-
"publisherId": 12345 // please contact PubMatic to get a publisherId for yourself
28+
"publisherId": "12345" // please contact PubMatic to get a publisherId for yourself
2929
}
3030
});
3131
```

dev-docs/bidder-adaptor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ Some of the data in `ortb2` is also made available through other `bidderRequest`
380380
<a id="tid-warning"></a>
381381

382382
{: .alert.alert-warning :}
383-
Since version 8, `auctionId` and `transactionId` are being migrated to `ortb2.source.tid` and `ortb2Imp.ext.tid` respectively; and are disabled by default, requiring [publisher opt-in](https://docs.prebid.org/dev-docs/pb8-notes.html#transaction-identifiers-are-now-reliable-and-opt-in).
383+
Since version 8, `auctionId` and `transactionId` are being migrated to `ortb2.source.tid` and `ortb2Imp.ext.tid` respectively. As of 10.9.0, these values are now generated to be unique for each bidder. They are also disabled by default, requiring [publisher opt-in](https://docs.prebid.org/dev-docs/pb8-notes.html#transaction-identifiers-are-now-reliable-and-opt-in).
384+
384385
When disabled, `auctionId`/`transactionId` are set to `null`; `ortb2.source.tid`/`ortb2Imp.ext.tid` are not populated. Your adapter should prefer the latter two, and be able to handle the case when they are undefined.
385386

386387
<a name="std-param-location"></a>

dev-docs/bidders/1accord.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: bidder
33
title: 1Accord
44
description: Prebid 1Accord Bidder Adapter
55
pbjs: true
6+
pbs: true
67
biddercode: 1accord
78
aliasCode : nexx360
89
gvl_id: 965 (nexx360)

dev-docs/bidders/9MediaOnline.md

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

dev-docs/bidders/adocean.md

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

dev-docs/bidders/adplus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ title: AdPlus
44
description: Prebid AdPlus Bidder Adapter
55
biddercode: adplus
66
media_types: banner
7+
userIds: all
78
pbjs: true
89
sidebarType: 1
910
---
1011

1112
### Note
1213

13-
The AdPlus Bidding adapter requires setup before beginning. Please contact us at <adplusdestek@turkcell.com.tr>.
14+
The AdPlus Bidding adapter requires setup before beginning. Please contact us at <dijitalreklam@turkcell.com.tr>.
1415

1516
### Bid Params
1617

dev-docs/bidders/bwx.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: BoldwinX Bidder Adapter
55
biddercode: bwx
66
media_types: banner, video, native
77
coppa_supported: true
8-
tcfeu_supported: false
8+
tcfeu_supported: true
99
usp_supported: true
1010
prebid_member: false
1111
pbjs: false
@@ -15,6 +15,7 @@ floors_supported: true
1515
multiformat_supported: will-bid-on-any
1616
sidebarType: 1
1717
safeframes_ok: true
18+
gvl_id: 1151
1819
---
1920

2021
### Prebid Server Bid Params

0 commit comments

Comments
 (0)