Preciso
Features
Bidder Code | preciso | Prebid.org Member | yes |
---|---|---|---|
Media Types | display, video, native | TCF-EU Support | no |
User IDs | id5Id, identityLink, pubProvidedId | USP/CCPA Support | yes |
Supply Chain Support | yes | COPPA Support | yes |
Demand Chain Support | check with bidder | GPP Support | check with bidder |
Supports Deals | check with bidder | Prebid.js Adapter | yes |
IAB GVL ID | 874 | Prebid Server Adapter | yes |
Floors Module Support | yes | First Party Data Support | check with bidder |
Multi Format Support | will-bid-on-any | ORTB Blocking Support | partial |
Safeframes OK | yes |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
publisherId |
required | Unique publisher ID | 'ABCDEF' |
string |
region |
required | Assigned region | 'prebid-eu' |
string |
bidfloor |
optional | Minimal CPM value | 0.01 |
float |
channel |
optional | Inventory channel identifier, limited to 50 characters | Partner 1 - News |
string |
ORTB Blocking
Preciso supports blocking advertisers in badv
and categories in bcat
parameters.
The blocked advertisers/categories list has no length limitation, but response timeout is more likely to occur as the number of entries grow.
Blocked advertisers list (badv
) is an array of domains as strings.
Blocked categories list (bcat
) is an array of IAB categories as strings.
For example:
Globally defined ORTB Blocking:
pbjs.setConfig({
ortb2: {
badv: ["domain1.com", "domain2.com"],
bcat: ["IAB23-1", "IAB23-5", "IAB25-3", "IAB25-2"]
}
)};
ORTB Blocking specific only to preciso bidder:
pbjs.setBidderConfig({
bidders: ['preciso'],
config:{
ortb2: {
badv: ["domain1.com", "domain2.com"],
bcat: ["IAB23-1", "IAB23-5", "IAB25-3", "IAB25-2"]
}
}
});
"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_preciso |
hb_bidder_preciso |
hb_adid_preciso |
hb_size_preciso |
hb_source_preciso |
hb_format_preciso |
hb_cache_host_precis |
hb_cache_id_preciso |
hb_uuid_preciso |
hb_cache_path_precis |
hb_deal_preciso |