Skip to content

Commit

Permalink
New alias for Aniview prebid adapter: ottadvisors (prebid#3603)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaynave committed Mar 15, 2022
1 parent 9a64db8 commit 3fd4972
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions dev-docs/bidders/ottadvisors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: bidder
title: ottadvisors Video
description: Prebid Video Bidder Adapter
pbjs: true
biddercode: ottadvisors
aliasCode: aniview
media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
safeframes_ok: true
---

### Note:
For more information about [ottadvisors](http://ottadvisors.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: 'ottadvisors',
params: {
AV_PUBLISHERID: '55b78633181f4603178b4568',
AV_CHANNELID: '5d19dfca4b6236688c0a2fc4'
}
}]
}];
```

0 comments on commit 3fd4972

Please sign in to comment.