Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 420 Bytes

pangleBidAdapter.md

File metadata and controls

32 lines (26 loc) · 420 Bytes

Overview

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

Description

An adapter to get a bid from pangle DSP.

Test Parameters

var adUnits = [{
 // banner
 code: 'test1',
 mediaTypes: {
  banner: {
   sizes: [[300, 250]]
  }
 },

 bids: [{
  bidder: 'pangle',
  params: {
   token: 'aass',
   appid: 612,
   placementid: 123,
  }
 }]
}];