Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 480 Bytes

holidBidAdapter.md

File metadata and controls

36 lines (30 loc) · 480 Bytes

Overview

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

Description

Currently module supports only banner mediaType.

Test Parameters

Sample Banner Ad Unit

var adUnits = [
  {
    code: 'bannerAdUnit',
    mediaTypes: {
      banner: {
        sizes: [[300, 250]],
      },
    },
    bids: [
      {
        bidder: 'holid',
        params: {
          adUnitID: '12345',
        },
      },
    ],
  },
]