Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 375 Bytes

eplanningBidAdapter.md

File metadata and controls

25 lines (21 loc) · 375 Bytes

Overview

Module Name:  E-Planning Bid Adapter
Module Type:  Bidder Adapter
Maintainer: [email protected]

Description

Connects to E-Planning exchange for bids.

Test Parameters

var adUnits = [{
    code: 'div-gpt-ad-1460505748561-0',
    sizes: [[300, 250]],
    bids: [{
      bidder: 'eplanning',
      params: {
        t: 1
      }
    }]
}];