Back to Bidders

MediaBrama

Features

Bidder Code mediabrama Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support will-bid-on-one
TCF-EU Support no IAB GVL ID none
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support no COPPA Support no
Supply Chain Support no Demand Chain Support no
Safeframes OK no Supports Deals no
Floors Module Support yes First Party Data Support no
User IDs none ORTB Blocking Support no
Privacy Sandbox check with bidder

Description

MediaBrama header bidding adapter connects with mediabrama demand sources to fetch bids for display placements. Please reach out to your account manager or support@mediabrama.com for more information.

Bid params

Name Scope Description Example Type
placementId optional The placement ID from MediaBrama '24428' string
bidFloor optional Lowest value of expected bid price 1.1 float

Test Parameters

300x250 banner test

var adUnits = [{
  code: 'prebid-place',
  mediaTypes: {
    banner: {
      sizes: [[300, 250]]
    }
  },
  // Replace this object to test a new Adapter!
  bids: [{
    bidder: 'mediabrama',
    params : {
      placementId : "24428" //test, please replace after test
    }
  }]
}];

"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_mediabrama hb_bidder_mediabrama hb_adid_mediabrama
hb_size_mediabrama hb_source_mediabrama hb_format_mediabrama
hb_cache_host_mediab hb_cache_id_mediabra hb_uuid_mediabrama
hb_cache_path_mediab hb_deal_mediabrama

Back to Bidders