Back to Bidders

Redtram

Features

Bidder Code redtram 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

Table of Contents

Description

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

Bid params

Name Scope Description Example Type
placementId optional The placement ID from Redtram '23611' 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: 'redtram',
    params : {
      placementId : "23611" //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_redtram hb_bidder_redtram hb_adid_redtram
hb_size_redtram hb_source_redtram hb_format_redtram
hb_cache_host_redtra hb_cache_id_redtram hb_uuid_redtram
hb_cache_path_redtra hb_deal_redtram

Back to Bidders