Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 649 Bytes

automatadBidAdapter.md

File metadata and controls

34 lines (29 loc) · 649 Bytes

Overview

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

Description

Connects to automatad exchange for bids.

automatad bid adapter supports Banner ads.

Test Parameters

var adUnits = [
    {
        code: 'banner-ad-div',
        mediaTypes: {
            banner: {
                sizes: [[300, 250], [300,600]]
            }
        },
        bids: [{
            bidder: 'automatad',
            params: {
                siteId: 'someValue',                // required
                placementId: 'someValue'            // optional
            }
        }]
    }
];