Back to Bidders

AnyClip

Features

Bidder Code anyclip Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support will-not-bid
TCF-EU Support no IAB GVL ID check with bidder
GPP Support usp DSA Support check with bidder
USP/CCPA Support yes COPPA Support yes
Supply Chain Support yes Demand Chain Support no
Safeframes OK yes Supports Deals check with bidder
Floors Module Support yes First Party Data Support no
User IDs none ORTB Blocking Support yes
Privacy Sandbox check with bidder

Note

For more information about AnyClip, please contact support@anyclip.com.

Bid Params

Name Scope Description Example Type
publisherId required Publisher ID '12345' string
supplyTagId required Supply Tag ID '-mptNo0BycUG4oCDgGrU' string
floor optional Floor Price 0.5 float

Sample Banner only Ad Unit

var adUnits = [{
    code: 'adunit1', // ad slot HTML element ID  
    mediaTypes: {
        banner: {
            sizes: [
                [300, 250],
                [728, 90]
            ]
        }
    },
    bids: [{
        bidder: 'anyclip',
        params: {
            publisherId: '12345', // required, string
            supplyTagId: '-mptNo0BycUG4oCDgGrU', // required, string
            floor: 0.5 // optional, floor
        }
    }]
}]

"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_anyclip hb_bidder_anyclip hb_adid_anyclip
hb_size_anyclip hb_source_anyclip hb_format_anyclip
hb_cache_host_anycli hb_cache_id_anyclip hb_uuid_anyclip
hb_cache_path_anycli hb_deal_anyclip

Back to Bidders