Back to Bidders

pinelake

Features

Bidder Code pinelake Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support check with bidder
TCF-EU Support no IAB GVL ID check with bidder
GPP Support usstate_all DSA Support no
USP/CCPA Support yes COPPA Support yes
Supply Chain Support no Demand Chain Support check with bidder
Safeframes OK no Supports Deals yes
Floors Module Support yes First Party Data Support check with bidder
Endpoint Compression check with bidder ORTB Blocking Support no
User IDs none Privacy Sandbox check with bidder

Bid Params

Name Scope Description Example Type
placement_id mandatory Placement Id 110002 number
height optional Height of the creative 250 number
width optional Width of the creative 300 number
bid_floor optional Bid Floor Price 0.5 decimal

AdUnit Format for Banner

var adUnits = [
            {
                code: 'display-ad',
                mediaTypes: {
                    banner: {
                        sizes: [[300, 250]]
                    }
                },
                bids: [{
                    bidder: 'pinelake',
                    params: {
                        placement_id: 110002,
                        height: 250,
                        width: 300,
                        bid_floor: 0.5
                    }
                }]
            }
        ];

"Send All Bids" Ad Server Keys

These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.
hb_pb_pinelake hb_bidder_pinelake hb_adid_pinelake
hb_size_pinelake hb_source_pinelake hb_format_pinelake
hb_cache_host_pinela hb_cache_id_pinelake hb_uuid_pinelake
hb_cache_path_pinela hb_deal_pinelake

Back to Bidders