UNPKG

mk9-prebid

Version:

Header Bidding Management Library

56 lines (51 loc) 1.71 kB
# Overview ``` Module Name: adprime Bidder Adapter Module Type: adprime Bidder Adapter ``` # Description Module that connects to adprime demand sources # Test Parameters ``` var adUnits = [ // Will return static test banner { code: 'placementId_0', mediaTypes: { banner: { sizes: [[300, 250]], } }, bids: [ { bidder: 'adprime', params: { placementId: 'testBanner', keywords: ['cat_1', 'cat_2'], audiences: ['aud_1', 'aud_2'] } } ] }, // Will return test vast xml. All video params are stored under placement in publishers UI { code: 'placementId_0', mediaTypes: { video: { playerSize: [640, 480], context: 'instream' } }, bids: [ { bidder: 'adprime', params: { placementId: 'testVideo', keywords: ['cat_1', 'cat_2'], audiences: ['aud_1', 'aud_2'] } } ] } ]; ```