Back to Bidders

Streamkey

Features

Bidder Code streamkey 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 yes IAB GVL ID 410 (adtelligent)
GPP Support some (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 Prebid Server App Support check with bidder

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: 'streamkey',
          params: {
            aid: 331133
          }
        }]
      },

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

"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_streamkey hb_bidder_streamkey hb_adid_streamkey
hb_size_streamkey hb_source_streamkey hb_format_streamkey
hb_cache_host_stream hb_cache_id_streamke hb_uuid_streamkey
hb_cache_path_stream hb_deal_streamkey

Back to Bidders