Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 746 Bytes

adstirBidAdapter.md

File metadata and controls

38 lines (32 loc) · 746 Bytes

Overview

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

Description

Module that connects to adstir's demand sources

Prebid.js version 8.24.0 or above is required to use this adapter.

Test Parameters

    var adUnits = [
        // Banner adUnit
        {
            code: 'test-div',
            mediaTypes: {
                banner: {
                    sizes: [[300, 250]],
                }
            },
            bids: [
                {
                    bidder: 'adstir',
                    params: {
                        appId: 'TEST-MEDIA',
                        adSpaceNo: 1,
                    }
                }
            ]
        }
    ];