Back to Bidders

Select Media Display

Features

Bidder Code selectmedia 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 yes
Supports Deals check with bidder Prebid.js Adapter yes
IAB GVL ID 775 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_selectmedia hb_bidder_selectmedi hb_adid_selectmedia
hb_size_selectmedia hb_source_selectmedi hb_format_selectmedi
hb_cache_host_select hb_cache_id_selectme hb_uuid_selectmedia
hb_cache_path_select hb_deal_selectmedia

Bid params

Name Scope Description Example Type
aid required The traffic source ID 232131 integer

Test Parameters

    var adUnits = [

      // Video instream adUnit
      {
        code: 'div-test-div',
        sizes: [[640, 480]],
        mediaTypes: {
          video: {
            context: 'instream'
          }
        },
        bids: [{
          bidder: 'selectmedia',
          params: {
            aid: 331133
          }
        }]
      },

      // Video outstream adUnit
      {
        code: 'outstream-test-div',
        sizes: [[640, 480]],
        mediaTypes: {
          video: {
            context: 'outstream'
          }
        },
        bids: [{
          bidder: 'selectmedia',
          params: {
            aid: 331133
          }
        }]
      },

      // Banner adUnit
      {
        code: 'div-test-div',
        sizes: [[300, 250]],
        bids: [{
          bidder: 'selectmedia',
          params: {
            aid: 350975
          }
        }]
      }
    ];

Back to Bidders