Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 594 Bytes

shinezRtbBidAdapter.md

File metadata and controls

35 lines (29 loc) · 594 Bytes

Overview

Module Name: Shinez RTB Bid Adapter

Module Type: Bidder Adapter

Maintainer: [email protected]

Description

Module that connects to Shinez RTB demand sources.

Test Parameters

var adUnits = [
  {
    code: 'test-ad',
    sizes: [[300, 250]],
    bids: [
      {
        bidder: 'shinezRtb',
        params: {
          cId: '562524b21b1c1f08117fc7f9',
          pId: '59ac17c192832d0011283fe3',
          bidFloor: 0.0001,
          ext: {
            param1: 'loremipsum',
            param2: 'dolorsitamet'
          }
        }
      }
    ]
  }
];