Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.11 KB

consumableBidAdapter.md

File metadata and controls

48 lines (42 loc) · 1.11 KB

Overview

Module Name: Consumable Bid Adapter

Module Type: Consumable Adapter

Maintainer: [email protected]

Description

Module that connects to Consumable's demand sources

Test Parameters

    var adUnits = [
        {
            code: 'test-ad-1',
            sizes: [[300, 250]],
            bids: [
                {
                    bidder: 'consumable',
                    params: {
                        networkId: '9969',
                        siteId: '980639',
                        unitId: '123456',
                        unitName: 'cnsmbl-unit'
                    }
                }
            ]
        },
        {
            code: 'test-ad-2',
            sizes: [[300, 250]],
            bids: [
                {
                    bidder: 'consumable',
                    params: {
                        networkId: '9969',
                        siteId: '980639',
                        unitId: '123456',
                        unitName: 'cnsmbl-unit',
                        zoneIds: [178503]
                    }
                }
            ]
        }
    ];