Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 595 Bytes

bedigitechBidAdapter.md

File metadata and controls

32 lines (24 loc) · 595 Bytes

Overview

Module Name: Bedigitech Bidder Adapter

Module Type: Bidder Adapter

Maintainer: [email protected]

Description

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

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

Test Parameters

    var adUnits = [
        {
            code: 'div-bedigitech-example',
            sizes: [[300, 250]],
            bids: [
                {
                    bidder: "bedigitech",
                    params: {
                      placementId: 309
                    }
                }
            ]
        }
    ];