Back to Bidders

Yobee

Features

Bidder Code yobee Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter yes
Media Types display, video, native Multi Format Support will-bid-on-any
TCF-EU Support yes IAB GVL ID 1281 (admatic)
GPP Support tcfeu, tcfca, usnat, usstate_all, usp DSA Support check with bidder
USP/CCPA Support yes COPPA Support yes
Supply Chain Support yes Demand Chain Support no
Safeframes OK yes Supports Deals check with bidder
Floors Module Support yes First Party Data Support check with bidder
User IDs all ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder Prebid Server App Support check with bidder

Description

Yobee header bidding adapter connects with Yobee demand sources to fetch bids for network ID. Please reach out to your account manager or adops@yobee.it for more information.

Bid params

Name Scope Description Example Type
networkId required The network ID from Yobee 12345 number
host required RTB Host *.rtb.yobee.it string

Test Parameters

300x250 banner test

var adUnits = [{
  code: 'your-slot_1-div',
  mediaTypes: {
    banner: { sizes: [[300, 250]] },
  },
  bids: [{
      bidder: 'yobee',
      params: { 
          networkId: 12345,
          host: '*.rtb.yobee.it'
      }
  }]
},{
  code: 'your-slot_2-div',
  mediaTypes: {
    native: { ... },
  },
  bids: [{
      bidder: 'yobee',
      params: { 
          networkId: 12345,
          host: '*.rtb.yobee.it'
      }
  }]
},{
  code: 'your-slot_3-div',
  mediaTypes: {
    video: { ... },
  },
  bids: [{
      bidder: 'yobee',
      params: { 
          networkId: 12345,
          host: '*.rtb.yobee.it'
      }
  }]
}];

UserSync example

pbjs.setConfig({
  userSync: {
    iframeEnabled: true,
    syncEnabled: true,
    syncDelay: 1,
    aliasSyncEnabled: true
  }
});

"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_yobee hb_bidder_yobee hb_adid_yobee
hb_size_yobee hb_source_yobee hb_format_yobee
hb_cache_host_yobee hb_cache_id_yobee hb_uuid_yobee
hb_cache_path_yobee hb_deal_yobee

Back to Bidders