Slimcut
Features
Bidder Code | slimcut | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video | GDPR TCF Support | yes |
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 | 102 | 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_slimcut |
hb_bidder_slimcut |
hb_adid_slimcut |
hb_size_slimcut |
hb_source_slimcut |
hb_format_slimcut |
hb_cache_host_slimcu |
hb_cache_id_slimcut |
hb_uuid_slimcut |
hb_cache_path_slimcu |
hb_deal_slimcut |
Overview
This documentation covers the parameters for the SlimCut bidder adapter. And is intended to be referenced by publishers using prebid 1.0 and later.
Bid Params
Only placementId is required and will be sent to you by your SlimCut account manager.
Example Ad Unit
var adUnit = {
"code": "scm_outstream",
"mediaTypes": {
"video": {
"playerSize": [640, 480],
"context": "instream"
}
},
"bids": [{
"bidder": "slimcut",
"params": {
"placementId": 5015
}
}]
}