UNPKG

mk9-prebid

Version:

Header Bidding Management Library

40 lines (35 loc) 1.06 kB
# Overview Module Name: The Grid Media Bidder Adapter Module Type: Bidder Adapter Maintainer: grid-tech@themediagrid.com # Description Module that connects to Grid demand source to fetch bids. Grid bid adapter supports Banner and Video (instream and outstream). # Test Parameters ``` var adUnits = [ { code: 'test-div', mediaTypes: { video: { playerSize: [728, 90], context: 'outstream' } }, bids: [ { bidder: "gridNM", params: { source: 'jwp', secid: '11', pubid: '22', video: { mimes: ['video/mp4', 'video/x-ms-wmv'], protocols: [1,2,3,4,5,6] } } } ] } ]; ```