Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 612 Bytes

mediasquareBidAdapter.md

File metadata and controls

35 lines (30 loc) · 612 Bytes

Overview

Module Name:  MediaSquare Bid Adapter
Module Type:  Bidder Adapter
Maintainer: [email protected]

Description

Connects to Mediasquare network for bids.

Mediasquare bid adapter supports Banner only for the time being.

Test Parameters

var adUnits = [
   // Banner adUnit
   {
      code: 'banner-div',
      mediaTypes: {
        banner: {
          sizes: [[300, 250], [300,600]]
        }
      },
      bids: [{
         bidder: 'mediasquare',
         params: {
            owner: "test",
            code: "publishername_atf_desktop_rg_pave"
         }
       }]
   },
];