Performax
Note:
This adapter is not available in current versions of Prebid.js. Reason: not ported to 5.xFeatures
| Bidder Code | performax | Prebid.org Member | no |
|---|---|---|---|
| Media Types | display | GDPR TCF Support | no |
| User IDs | none | USP/CCPA Support | no |
| Supply Chain Support | no | COPPA Support | no |
| Demand Chain Support | no | Safeframes OK | check with bidder |
| Supports Deals | check with bidder | Prebid.js Adapter | yes |
| IAB GVL ID | check with bidder | Prebid Server Adapter | no |
| Floors Module Support | no | First Party Data Support | check with bidder |
| Multi Format Support | check with bidder | ORTB Blocking Support | 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_performax |
hb_bidder_performax |
hb_adid_performax |
hb_size_performax |
hb_source_performax |
hb_format_performax |
hb_cache_host_perfor |
hb_cache_id_performa |
hb_uuid_performax |
hb_cache_path_perfor |
hb_deal_performax |
Note:
Performax adapter requires setup and approval from the Performax team. Please reach out to your account team or info@performax.cz for more information.
Bid Params
| Name | Scope | Description | Example | Type |
|---|---|---|---|---|
slotId |
required | Slot ID | 32572 |
Integer |
Example
var adUnits = [
{
code: 'performax-div',
sizes: [[300, 300]],
bids: [
{
bidder: "performax",
params: {
slotId: 28 // required
}
}
]
}
];