DSPx
Features
Bidder Code |
dspx |
Prebid.org Member |
no |
Media Types |
display, video |
GDPR Support |
yes |
User IDs |
none |
COPPA Support |
no |
"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 |
"Deal ID" Ad Server Key
hb_deal_dspx
Note:
The DSPx Bidder Adapter requires setup and approval from DSPx team. Please reach out to your account team or prebid@dspx.tv for more information.
Bid Params
Name |
Scope |
Description |
Example |
Type |
placement |
required |
Placement ID from dspx. |
'101' |
string |
pfilter |
optional |
Selection filter. E.g. floorprice (min_cpm_micros) |
{"floorprice": 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 // JS InSkin|JS Interscroller Type A|...;
}