Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 750 Bytes

freepassBidAdapter.md

File metadata and controls

34 lines (28 loc) · 750 Bytes

Overview

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

Description

Connects to FreePass service for bids. Only BANNER is currently supported.

This BidAdapter requires the FreePass IdSystem to be configured. Please contact FreePass for proper setup.

Test Parameters

    let adUnits = [
        {
            code: 'ad-banner-1', // ad slot HTML element ID
            mediaTypes: {
                banner: {
                    sizes: [[1024, 1024]]
                }
            },
            bids: [{
                bidder: 'freepass',
                params: {
                    publisherId: '12345'
                }
            }]
        }
    ];