Back to Bidders

Slimcut

Features

Bidder Code slimcut Prebid.org Member no
Media Types display, video TCF-EU Support yes
User IDs none USP/CCPA Support check with bidder
Supply Chain Support check with bidder COPPA Support check with bidder
Demand Chain Support check with bidder GPP Support check with bidder
Supports Deals check with bidder Prebid.js Adapter yes
IAB GVL ID 102 Prebid Server Adapter no
Floors Module Support check with bidder First Party Data Support check with bidder
Multi Format Support check with bidder ORTB Blocking Support check with bidder
Safeframes OK 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
        }
    }]
}

Back to Bidders