Back to Bidders

DSPx

Features

Bidder Code dspx Prebid.org Member no
Media Types display, video GDPR TCF Support yes
User IDs uid2, netId, id5Id, sharedId USP/CCPA Support no
Supply Chain Support yes COPPA Support no
Demand Chain Support no GPP Support no
Supports Deals check with bidder Prebid.js Adapter yes
IAB GVL ID 602 Prebid Server Adapter no
Floors Module Support no First Party Data Support check with bidder
Multi Format Support will-bid-on-one ORTB Blocking Support check with bidder
Safeframes OK check with bidder

"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_dspx hb_bidder_dspx hb_adid_dspx
hb_size_dspx hb_source_dspx hb_format_dspx
hb_cache_host_dspx hb_cache_id_dspx hb_uuid_dspx
hb_cache_path_dspx hb_deal_dspx

Note:

The DSPx bidder adapter requires setup and approval from the DSPx team. Please reach out to prebid@dspx.tv for more information and start using it.

Bid Params

Name Scope Description Example Type
placement required Placement ID from dspx. '101' string
pfilter optional Custom filter parameters. {"customxy": 1000000} object
bcat optional List of Blocked Categories (IAB) - comma separated. 'IAB2,IAB4' string

Notice: The creative type can be checked by the type property of bidResponse object. E.g.:

bidsBackHandler: function(bids) {
    var contentType = bids[0].type
}

Back to Bidders