Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 502 Bytes

chtnwBidAdapter.md

File metadata and controls

31 lines (27 loc) · 502 Bytes

Overview

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

Description

Module that connects to CHT's demand sources

Test Parameters

var adUnits = [
   {
        code: 'adunit-code',
        mediaTypes: {
            banner: {
                sizes: [[300, 250]]
            }
        },
        bids: [{
            bidder: 'chtnw',
            params: {
                placementId: '38EL412LO82XR9O6'
            }
        }]
   }
];