Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 691 Bytes

mediagoBidAdapter.md

File metadata and controls

34 lines (29 loc) · 691 Bytes

Overview

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

Description

Module that connects to MediaGo's demand sources

Test Parameters

    var adUnits = [
        {
            code: 'test-div',
            mediaTypes: {
                banner: {
                    sizes: [[300, 250]],
                }
            },
            bids: [
                {
                    bidder: "mediago",
                    params: {
                        token: ''  // required, send email to [email protected] to get the corresponding token
                    }
                }
            ]
        }
    ];