Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 576 Bytes

pxyzBidAdapter.md

File metadata and controls

37 lines (30 loc) · 576 Bytes

Overview

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

Description

Connects to the Playground XYZ marketplace for demand.

This bid adapter supports the Banner media type only.

Test Parameters

var adUnits = [
  // Banner adUnit
  {
    code: 'div-gpt-ad-1460505748561-0',
    mediaTypes: {
      banner: {
        sizes: [[300, 250]],
      }
    },
    sizes: [[300, 250]],
    bids: [{
      bidder: 'pxyz',
      params: {
        placementId: '13473562'
      }
    }]
  }
];