Back to Bidders

Slimcut

Features

Bidder Code slimcut Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display, video Multi Format Support check with bidder
TCF-EU Support yes IAB GVL ID 102
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support check with bidder COPPA Support check with bidder
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
User IDs none ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder

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
        }
    }]
}

"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

Back to Bidders