Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 763 Bytes

aduptechBidAdapter.md

File metadata and controls

32 lines (27 loc) · 763 Bytes

Overview

Module Name: Ad Up Technology Bid Adapter
Module Type: Bidder Adapter
Maintainer: [email protected], [email protected]

Description

Connects to Ad Up Technology demand sources to fetch bids.
Please use aduptech as bidder code. Only banner formats are supported.

The Ad Up Technology Bidding adapter requires setup and approval before beginning.
For more information visit www.adup-tech.com.

Test Parameters

var adUnits = [
   {
        code: 'banner',
        sizes: [[300, 250], [300, 600]],
        bids: [{
            bidder: 'aduptech',
            params: {
                publisher: 'prebid',
                placement: '12345'
            }
        }]
   }
];