Skip to content
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
5 changes: 4 additions & 1 deletion dev-docs/bidders/altstar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Altstar Media
description: Prebid Altstar Media Bidder Adaptor
biddercode: altstar
pbjs: true
pbs: false
pbs: true
media_types: video, banner
userIds: all
fpd_supported: false
Expand Down Expand Up @@ -35,3 +35,6 @@ sidebarType: 1
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

Prebid Altstar Media Bidder Adaptor server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
Prebid Altstar Media Bidder Adaptor server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.
5 changes: 4 additions & 1 deletion dev-docs/bidders/anzuExchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Anzu Exchange
description: Prebid Anzu Exchange Bidder Adaptor
biddercode: anzuExchange
pbjs: true
pbs: false
pbs: true
media_types: video, banner
userIds: all
fpd_supported: false
Expand Down Expand Up @@ -35,3 +35,6 @@ sidebarType: 1
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

Prebid Anzu Exchange Bidder Adaptor server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
Prebid Anzu Exchange Bidder Adaptor server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.
40 changes: 40 additions & 0 deletions dev-docs/bidders/oveeo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: bidder
title: Oveeo
description: Prebid Oveeo Bidder Adaptor
biddercode: oveeo
pbjs: true
pbs: true
media_types: video, banner
userIds: all
fpd_supported: false
tcfeu_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
prebid_member: false
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
floors_supported: false
aliasCode: limelightDigital
sidebarType: 1
---

### Bid Params

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

| Name | Scope | Description | Example | Type |
|:--------------|:---------|:----------------------------------------|:--------------------|:----------|
| `adUnitId` | required | Ad Unit Id will be generated on Oveeo. | `42` | `integer` |
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

Oveeo server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But Oveeo client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.

Oveeo server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But Oveeo client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.
2 changes: 1 addition & 1 deletion dev-docs/bidders/performist.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: bidder
title: Performist
description: Prebid Performist Bidder Adaptor
biddercode: performist
pbjs: false
pbjs: true
pbs: true
media_types: video, banner
userIds: all
Expand Down
5 changes: 4 additions & 1 deletion dev-docs/bidders/rtbdemand.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Rtb Demand
description: Prebid Rtb Demand Bidder Adaptor
biddercode: rtbdemand
pbjs: true
pbs: false
pbs: true
media_types: video, banner
userIds: all
fpd_supported: false
Expand Down Expand Up @@ -35,3 +35,6 @@ sidebarType: 1
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

Prebid Rtb Demand Bidder Adaptor server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
Prebid Rtb Demand Bidder Adaptor server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.
5 changes: 4 additions & 1 deletion dev-docs/bidders/smootai.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: SmootAI
description: SmootAI Bidder Adaptor
biddercode: smootai
pbjs: true
pbs: false
pbs: true
media_types: video, banner
userIds: all
fpd_supported: false
Expand Down Expand Up @@ -35,3 +35,6 @@ sidebarType: 1
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

SmootAI Bidder Adaptor server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
SmootAI Bidder Adaptor server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.