Performax
Features
Bidder Code | performax | Prebid.org Member | no |
---|---|---|---|
Media Types | display | GDPR Support | no |
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_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 |
"Deal ID" Ad Server Key
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
}
}
]
}
];