Back to Bidders

HypeLab

Features

Bidder Code hypelab Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support check with bidder
TCF-EU Support no IAB GVL ID check with bidder
GPP Support 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 no Supports Deals check with bidder
Floors Module Support no First Party Data Support no
User IDs all ORTB Blocking Support no
Privacy Sandbox check with bidder

Registration

The HypeLab adapter requires setup and approval from the HypeLab team. Please reach out to your account manager for more information.

Bid Params

Name Scope Description Example Type
property_slug required The property slug prebid string
placement_slug required The placement slug test_placement string

Example Banner Configuration

var adUnits = [
  {
    code: 'banner-div',
    mediaTypes: {
      banner: {
        sizes: [[728, 90]],
      },
    },
    bids: [
        {
            bidder: 'hypelab',
            params: {
                property_slug: 'prebid',
                placement_slug: 'test_placement'
            }
        }
    ]
  }
]

"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_hypelab hb_bidder_hypelab hb_adid_hypelab
hb_size_hypelab hb_source_hypelab hb_format_hypelab
hb_cache_host_hypela hb_cache_id_hypelab hb_uuid_hypelab
hb_cache_path_hypela hb_deal_hypelab

Back to Bidders