Skip to content

Commit 507911f

Browse files
Merge branch 'master' into alvads
2 parents 8160306 + a56fbc0 commit 507911f

File tree

20 files changed

+507
-284
lines changed

20 files changed

+507
-284
lines changed

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/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/adnimation.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: Adnimation
4+
description: Prebid Adnimation Bidder Adaptor
5+
biddercode: adnimation
6+
pbjs: true
7+
pbs: false
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+
| `host` | required | Ad network's RTB host | `'adnimation.trading'` | `string` |
30+
| `adUnitId` | required | Ad Unit Id will be generated on Adnimation Platform. | `42` | `integer` |
31+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
32+
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
33+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
34+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
35+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
36+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
37+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

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/altstar.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: Altstar Media
4+
description: Prebid Altstar Media Bidder Adaptor
5+
biddercode: altstar
6+
pbjs: true
7+
pbs: false
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+
| `host` | required | Ad network's RTB host | `'ads-altstarmedia.com'` | `string` |
30+
| `adUnitId` | required | Ad Unit Id will be generated on Altstar Media Platform. | `42` | `integer` |
31+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
32+
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
33+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
34+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
35+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
36+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
37+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

dev-docs/bidders/anzuExchange.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: Anzu Exchange
4+
description: Prebid Anzu Exchange Bidder Adaptor
5+
biddercode: anzuExchange
6+
pbjs: true
7+
pbs: false
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+
| `host` | required | Ad network's RTB host | `'marketplace-anzu.io'`| `string` |
30+
| `adUnitId` | required | Ad Unit Id will be generated on Anzu Exchange Platform. | `42` | `integer` |
31+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
32+
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
33+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
34+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
35+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
36+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
37+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

dev-docs/bidders/dailymotion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: bidder
33
title: Dailymotion
44
description: Dailymotion Prebid Bidder Adapter
5+
prebid_member: true
56
pbjs: true
67
pbs: false
78
biddercode: dailymotion

dev-docs/bidders/mobupps.md

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

0 commit comments

Comments
 (0)