Back to Bidders

TPMN

Features

Bidder Code tpmn Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter yes
Media Types display, video, native Multi Format Support will-bid-on-one
TCF-EU Support no IAB GVL ID check with bidder
GPP Support some (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 yes Supports Deals check with bidder
Floors Module Support no First Party Data Support no
User IDs none ORTB Blocking Support yes
Privacy Sandbox check with bidder Prebid Server App Support yes

Note

TPMN Support media types

Name banner video native audio
Prebid.js O O X X
Prebid Server Adapter O O O X

Registration

To use this bidder you will need an account and a valid unit from us. For further information, please contact info@tpmn.io

Prebid.js Bid Params

Name Scope Description Example Type
inventoryId required Inventory ID 1 integer

User Sync

Add the following code to enable user sync. TPMN strongly recommends enabling user syncing through iFrames. This functionality improves partners’ user match rates and increases the TPMN bid rate and bid price. Even if iFrame is not active, user sync of some partners is performed. Be sure to call pbjs.setConfig() only once.

pbjs.setConfig({
    userSync: {
        iframeEnabled: true,
        filterSettings: {
            iframe: {
                bidders: '*',   // '*' means all bidders
                filter: 'include'
            }
        }
    }
});

Prebid Server Adapter Bid Params

Name Scope Description Example Type
inventoryId required Inventory ID 1 integer

Prebid Server Adapter Test Request

The following test parameters can be used to verify that Prebid Server is working properly with the TPMN adapter.

{
    "id": "request_id",
    "imp": [
        {
            "id": "imp_id",
            "banner": {
                "w": 300,
                "h": 250
            },
            "ext": {
                "tpmn": {
                    "inventoryid": 1
                }
            }
        }
    ],
    "device": {
        "os": "some-Os",
        "ua": "some-agent"
    },
    "tmax": 500,
    "test": 1     
}

"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_tpmn hb_bidder_tpmn hb_adid_tpmn
hb_size_tpmn hb_source_tpmn hb_format_tpmn
hb_cache_host_tpmn hb_cache_id_tpmn hb_uuid_tpmn
hb_cache_path_tpmn hb_deal_tpmn

Back to Bidders