Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 669 Bytes

performaxBidAdapter.md

File metadata and controls

36 lines (28 loc) · 669 Bytes

Overview

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

Description

Connects to Performax exchange for bids.

Performax bid adapter supports Banner.

Sample Banner Ad Unit: For Publishers

    var adUnits = [
        {
            code: 'performax-div',
            mediaTypes: {
                banner: {sizes: [[300, 300]]},
            },
            bids: [
                {
                    bidder: "performax",
                    params: {
                        tagid: "sample"   // required
                    }
                }
            ]
        },
    ];