Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 774 Bytes

criteoBidAdapter.md

File metadata and controls

33 lines (26 loc) · 774 Bytes

Overview

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

Description

Module that connects to Criteo's demand sources.

Test Parameters

    var adUnits = [
        {
            code: 'banner-ad-div',
            sizes: [[300, 250], [728, 90]],
            bids: [
                {
                    bidder: 'criteo',
                    params: {
                        zoneId: 497747
                    }
                }
            ]
        }
    ];

Additional Config (Optional)

Criteo Bid Adapter supports the collection of the user's hashed email, if available.

Please consider passing it to the adapter, following these guidelines.