Back to Bidders

Robusta

Features

Bidder Code robusta Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter yes
Media Types display, video Multi Format Support check with bidder
TCF-EU Support no IAB GVL ID check with bidder
GPP Support None DSA Support check with bidder
USP/CCPA Support no 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 Prebid Server App Support check with bidder

Bid Params

Name Scope Description Example Type
lineItemId Required The Line Item ID '123' string

Example Ad Unit Config

var adUnits = [
  {
    code: 'banner-div',
    mediaTypes: {
      banner: {
        sizes: [[300, 250], [728, 90]]
      }
    },
    bids: [{
      bidder: 'robusta',
      params: {
        lineItemId: '323bfac4-a3cb-40e8-a3ae-e9832b35f969'
      }
    }]
  }
];

"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_robusta hb_bidder_robusta hb_adid_robusta
hb_size_robusta hb_source_robusta hb_format_robusta
hb_cache_host_robust hb_cache_id_robusta hb_uuid_robusta
hb_cache_path_robust hb_deal_robusta

Back to Bidders