Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 677 Bytes

videoNowBidAdapter.md

File metadata and controls

35 lines (30 loc) · 677 Bytes

Overview

Module Name: Videonow Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]

Description

Connect to Videonow for bids.

The Videonow bidder adapter requires setup and approval from the videoNow team. Please reach out to your account team or [email protected] for more information.

Test Parameters

var adUnits = [
   // Banner adUnit
   {
      code: 'banner-div',
      mediaTypes: {
        banner: {
          sizes: [[640, 480], [300, 250], [336, 280]]
        }
      },
      bids: [{
         bidder: 'videonow',
         params: {
           pId: 1,
           placementId: '36891'
         }
       }]
   }]