Back to Bidders

HypeLab

Features

Bidder Code hypelab Prebid.org Member no
Media Types display TCF-EU Support no
User IDs all 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 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 no
Multi Format Support check with bidder ORTB Blocking Support no
Safeframes OK no

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