Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 632 Bytes

gmosspBidAdapter.md

File metadata and controls

36 lines (33 loc) · 632 Bytes

Overview

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

Description

Connects to GMOSSP exchange for bids. GMOSSP bid adapter supports Banner.

Test Parameters

var adUnits = [
    // Banner adUnit
    {
        code: 'test-div',
        mediaTypes: {
            banner: {
                sizes: [
                    [300, 250],
                    [320, 50],
                    [320, 100]
                ]
            }
        },
        bids: [{
            bidder: 'gmossp',
            params: {
                sid: '61590'
            }
        }]
    }
];