From 4f2049debeb600fb4fe8f656c076ab45f43bde28 Mon Sep 17 00:00:00 2001 From: Itay Date: Sun, 27 Feb 2022 14:13:29 +0200 Subject: [PATCH] New alias for Aniview prebid adapter: ottadvisors --- dev-docs/bidders/ottadvisors.md | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 dev-docs/bidders/ottadvisors.md diff --git a/dev-docs/bidders/ottadvisors.md b/dev-docs/bidders/ottadvisors.md new file mode 100644 index 0000000000..3c359f610d --- /dev/null +++ b/dev-docs/bidders/ottadvisors.md @@ -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' + } + }] +}]; +```