Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 505 Bytes

idxBidAdapter.md

File metadata and controls

28 lines (24 loc) · 505 Bytes

Overview

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

Description

Module that connects to the IDX solution. The IDX bidder need one mediaTypes parameter: banner

Test Parameters

    var adUnits = [{
      code: 'your-slot-div-id', // This is your slot div id
      mediaTypes: {
          banner: {
              sizes: [[300, 250]]
          }
      },
      bids: [{
          bidder: 'idx',
          params: {}
      }]
    }]