Skip to content

Nexx360: add PBS support #5974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions dev-docs/bidders/1accord.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ layout: bidder
title: 1Accord
description: Prebid 1Accord Bidder Adapter
pbjs: true
pbs: true
biddercode: 1accord
aliasCode : nexx360
gvl_id: 965 (nexx360)
tcfeu_supported: true
usp_supported: true
gpp_supported: true
schain_supported: true
dchain_supported: false
dchain_supported: true
floors_supported: true
userIds: all
tcf2_supported: true
Expand All @@ -28,7 +29,10 @@ multiformat_supported: will-bid-on-any
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------|-------------------------------------- |-----------|
| `tagId` | required | tag ID | `"testnexx"` | `string` |
| `tagId` | optional | tag ID | `"testnexx"` | `string` |
| `placement` | optional | Placement | `"test"` | `string` |

For the prebid.js you only need to use one parameter: either tagId or placement

### First Party Data

Expand Down Expand Up @@ -94,7 +98,7 @@ var adUnits = [
bids: [{
bidder: '1accord',
params: {
tagId: 'testnexx'
placement: 'test'
}
}]
},
Expand Down
8 changes: 6 additions & 2 deletions dev-docs/bidders/easybid.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ layout: bidder
title: Easybid
description: Prebid Easybid Bidder Adapter
pbjs: true
pbs: true
biddercode: easybid
gvl_id: 1068
tcfeu_supported: true
usp_supported: true
gpp_supported: true
schain_supported: true
dchain_supported: false
dchain_supported: true
floors_supported: true
userIds: all
tcfeu_supported: true
Expand All @@ -27,7 +28,10 @@ multiformat_supported: will-bid-on-any
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------|-------------------------------------- |-----------|
| `tagId` | required | tag ID | `"testeasy"` | `string` |
| `tagId` | optional | tag ID | `"testnexx"` | `string` |
| `placement` | optional | Placement | `"test"` | `string` |

For the prebid.js you only need to use one parameter: either tagId or placement

### First Party Data

Expand Down
8 changes: 6 additions & 2 deletions dev-docs/bidders/nexx360.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ layout: bidder
title: Nexx360
description: Prebid Nexx360 Bidder Adapter
pbjs: true
pbs: true
biddercode: nexx360
gvl_id: 965
tcfeu_supported: true
usp_supported: true
gpp_supported: true
schain_supported: true
dchain_supported: false
dchain_supported: true
floors_supported: true
userIds: all
tcfeu_supported: true
Expand All @@ -27,13 +28,16 @@ multiformat_supported: will-bid-on-any
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------|-------------------------------------- |-----------|
| `tagId` | required | Nexx360 tag ID | `"testnexx"` | `string` |
| `tagId` | optional | Nexx360 tag ID | `"testnexx"` | `string` |
| `videoTagId` | optional | Nexx360 Video tag ID | `"testnexx"` | `string` |
| `nativeTagId` | optional | Nexx360 Native tag ID | `"testnexx"` | `string` |
| `allBids` | optional | Return all bids | `true` | `boolean` |
| `divId` | optional | divId linked to adUnit | `"div-1"` | `string` |
| `adUnitName` | optional | A code to identify adUnit | `"header-ad"` | `string` |
| `adUnitPath` | optional | A reference to adUnit Path | `"/12345/nexx360/Homepage/HP/Header-Ad"` | `string` |
| `placement` | optional | Placement | `"test"` | `string` |

For the prebid.js you only need to use one parameter: either tagId or placement

### Bidder Config

Expand Down
6 changes: 4 additions & 2 deletions dev-docs/bidders/prismassp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ layout: bidder
title: Prismassp
description: Prebid Prismassp Bidder Adapter
pbjs: true
pbs: false
biddercode: prismassp
gvl_id: 965
tcfeu_supported: true
usp_supported: true
gpp_supported: true
schain_supported: true
dchain_supported: false
dchain_supported: true
floors_supported: true
userIds: all
tcfeu_supported: true
Expand All @@ -27,7 +28,8 @@ multiformat_supported: will-bid-on-any
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------|-------------------------------------- |-----------|
| `tagId` | required | tag ID | `"testpris"` | `string` |
| `tagId` | optional | tag ID | `"testnexx"` | `string` |
| `placement` | optional | Placement | `"test"` | `string` |

### First Party Data

Expand Down