Back to Bidders

152 Media 3.0

Features

Bidder Code onefiftytwomedia Prebid.org Member no
Media Types display, video GDPR TCF Support no
User IDs none USP/CCPA Support no
Supply Chain Support no COPPA Support no
Demand Chain Support no Safeframes OK check with bidder
Supports Deals check with bidder Prebid.js Adapter yes
IAB GVL ID check with bidder Prebid Server Adapter no
Floors Module Support no First Party Data Support 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_onefiftytwomed hb_bidder_onefiftytw hb_adid_onefiftytwom
hb_size_onefiftytwom hb_source_onefiftytw hb_format_onefiftytw
hb_cache_host_onefif hb_cache_id_onefifty hb_uuid_onefiftytwom
hb_cache_path_onefif hb_deal_onefiftytwom

Bid params

Name Scope Description Example Type
aid required The source ID 350975 integer

Test Parameters

    var adUnits = [

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

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

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

Back to Bidders