Slimcut
Features
Bidder Code | slimcut | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video | GDPR Support | yes |
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_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 |
"Deal ID" Ad Server Key
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
}
}]
}