Skip to content
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

Update the aniview, avantisvideo, selectmediavideo docs and add openwebvideo and vidcrunch docs #3177

Merged
merged 9 commits into from
Aug 12, 2021
30 changes: 27 additions & 3 deletions dev-docs/bidders/aniview.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
---
layout: bidder
title: ANIVIEW
description: Prebid ANIVIEW Bidder Adaptor
description: Prebid ANIVIEW Bidder Adapter
pbjs: true
biddercode: aniview
media_types: video
media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
safeframes_ok: true
gvl_id: 780
---

### Note:
For more information about [Aniview Ad Server](http://www.aniview.com/), please contact info@aniview.com.
For more information about [Aniview Ad Server](https://www.aniview.com/), please contact info@aniview.com.

### Bid Params

Expand All @@ -19,3 +22,24 @@ For more information about [Aniview Ad Server](http://www.aniview.com/), please
|------------------|----------|------------------|------------------------------|----------|
| `AV_PUBLISHERID` | required | Publisher/Netid | `'55b88d4a181f465b3e8b4567'` | `string` |
| `AV_CHANNELID` | required | Channel id | `'5a5f17a728a06102d14c2718'` | `string` |

### Test Parameters
```
videoAdUnit = [
{
code: 'video1',
mediaTypes: {
video: {
playerSize: [[640, 480]],
context: 'outstream'
},
},
bids: [{
bidder: 'aniview',
params: {
AV_PUBLISHERID: '55b78633181f4603178b4568',
AV_CHANNELID: '5d19dfca4b6236688c0a2fc4'
}
}]
}];
```
6 changes: 4 additions & 2 deletions dev-docs/bidders/avantisvideo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ description: Avantis Video Bidder Adapter
pbjs: true
biddercode: avantisvideo
aliasCode: aniview
media_types: video
media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
safeframes_ok: true
---

### Note:
For more information about [Avantis Video](https://www.avantisvideo.com/).
For more information about [Avantis Video](https://www.avantisvideo.com/), please contact contact@avantisvideo.com.

### Bid Params

Expand Down
45 changes: 45 additions & 0 deletions dev-docs/bidders/openwebvideo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: bidder
title: OpenWeb Video
description: Prebid OpenWeb Video Bidder Adapter
pbjs: true
biddercode: openwebvideo
aliasCode: aniview
media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
safeframes_ok: true
---

### Note:
For more information about [OpenWeb](https://www.openweb.com/).

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------------|----------|------------------|------------------------------|----------|
| `AV_PUBLISHERID` | required | Publisher/Netid | `'55b88d4a181f465b3e8b4567'` | `string` |
| `AV_CHANNELID` | required | Channel id | `'5a5f17a728a06102d14c2718'` | `string` |

### Test Parameters
```
videoAdUnit = [
{
code: 'video1',
mediaTypes: {
video: {
playerSize: [[640, 480]],
context: 'outstream'
},
},
bids: [{
bidder: 'openwebvideo',
params: {
AV_PUBLISHERID: '55b78633181f4603178b4568',
AV_CHANNELID: '5d19dfca4b6236688c0a2fc4'
}
}]
}];
```
8 changes: 5 additions & 3 deletions dev-docs/bidders/selectmediavideo.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
layout: bidder
title: SelectMedia Video
description: SelectMedia Video Bidder Adapter
description: Prebid SelectMedia Video Bidder Adapter
pbjs: true
biddercode: selectmediavideo
aliasCode: aniview
media_types: video
media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
safeframes_ok: true
---

### Note:
For more information about [SelectMedia](http://www.selectmedia.asia/).
For more information about [SelectMedia](https://www.selectmedia.asia/), please contact info@selectmedia.asia.

### Bid Params

Expand Down
45 changes: 45 additions & 0 deletions dev-docs/bidders/vidcrunch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: bidder
title: VidCrunch
description: Prebid VidCrunch Bidder Adapter
pbjs: true
biddercode: vidcrunch
aliasCode: aniview
media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
safeframes_ok: true
---

### Note:
For more information about [VidCrunch](https://vidcrunch.com/), please contact info@vidcrunch.com.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------------|----------|------------------|------------------------------|----------|
| `AV_PUBLISHERID` | required | Publisher/Netid | `'55b88d4a181f465b3e8b4567'` | `string` |
| `AV_CHANNELID` | required | Channel id | `'5a5f17a728a06102d14c2718'` | `string` |

### Test Parameters
```
videoAdUnit = [
{
code: 'video1',
mediaTypes: {
video: {
playerSize: [[640, 480]],
context: 'outstream'
},
},
bids: [{
bidder: 'vidcrunch',
params: {
AV_PUBLISHERID: '55b78633181f4603178b4568',
AV_CHANNELID: '5d19dfca4b6236688c0a2fc4'
}
}]
}];
```