Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 576 Bytes

adsinteractiveBidAdapter.md

File metadata and controls

31 lines (23 loc) · 576 Bytes

Overview

Module Name: AdsInteractive Bidder Adapter

Module Type: Bidder Adapter

Maintainer: [email protected]

Description

You can use this adapter to get a bid from adsinteractive.com.

About us : https://www.adsinteractive.com

Test Parameters

    var adUnits = [
        {
            sizes: [[300, 250]],
            bids: [
                {
                    bidder: "adsinteractive",
                    params: {
                      adUnit: "example_adunit_1"
                    }
                }
            ]
        }
    ];