Back to Bidders

Publir

Features

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

Note

The Publir adapter requires setup and approval. Please reach out to [info@publir.com] to setup an Publir account.

Bid Parameters

Name Scope Type Description Example
pubId required String Publir publisher Id provided by your Publir representative “1234567890abcdef12345678”

Example

var adUnits = [{
    code: 'hre_div-hre-vcn-1',
    sizes: [[1080, 1920]]],
    mediaTypes: {
        banner: {
        sizes: [
            [1080, 1920],
        ],
        },
    },
    bids: [{
        bidder: 'publir',
        params: {
        pubId: '1234567890abcdef12345678'
        }
    }]
}];

Configuration

Publir required setting UserSync by iframe for monetization.

"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_publir hb_bidder_publir hb_adid_publir
hb_size_publir hb_source_publir hb_format_publir
hb_cache_host_publir hb_cache_id_publir hb_uuid_publir
hb_cache_path_publir hb_deal_publir

Back to Bidders