SmartyTech
Features
Bidder Code | smartytech | Prebid.org Member | no |
---|---|---|---|
Prebid.js Adapter | yes | Prebid Server Adapter | no |
Media Types | display, video | Multi Format Support | will-bid-on-one |
TCF-EU Support | no | IAB GVL ID | check with bidder |
GPP Support | check with bidder | DSA Support | check with bidder |
USP/CCPA Support | yes | COPPA Support | yes |
Supply Chain Support | check with bidder | Demand Chain Support | check with bidder |
Safeframes OK | check with bidder | Supports Deals | check with bidder |
Floors Module Support | check with bidder | First Party Data Support | check with bidder |
Endpoint Compression | check with bidder | ORTB Blocking Support | check with bidder |
User IDs | all | Privacy Sandbox | check with bidder |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
endpointId |
required | Endpoint ID. | 14 |
integer |
Sample Banner Ad Unit Example
var adUnits = [{
code: '/123123123/prebidjs-banner',
mediaTypes: {
banner: {
sizes: [
[300, 301],
[300, 250]
]
}
},
bids: [{
bidder: 'smartytech',
params: {
endpointId: 14
}
}]
}];
Sample Video Ad Unit Example
var videoAdUnit = {
code: '/123123123/video-vast-banner',
mediaTypes: {
video: {
context: 'instream',
playerSize: [640, 480],
mimes: ['video/mp4'],
}
},
bids: [{
bidder: 'smartytech',
params: {
endpointId: 14
}
}]
};
User ID Support
SmartyTech adapter supports all Prebid.js User ID modules. User IDs are automatically included in bid requests when available.
Additional Configuration
It is possible to configure requests to be split into chunks so as to have fewer bid requests in a single http request (default value is 10).
pbjs.setBidderConfig({
config: {
smartytech: {
chunkSize: 5 // makes 1 http request per 5 ad units configured
}
}
});
"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_smartytech |
hb_bidder_smartytech |
hb_adid_smartytech |
hb_size_smartytech |
hb_source_smartytech |
hb_format_smartytech |
hb_cache_host_smarty |
hb_cache_id_smartyte |
hb_uuid_smartytech |
hb_cache_path_smarty |
hb_deal_smartytech |