Redtram
Features
Bidder Code | redtram | Prebid.org Member | no |
---|---|---|---|
Media Types | display | GDPR TCF Support | no |
User IDs | none | USP/CCPA Support | no |
Supply Chain Support | no | COPPA Support | no |
Demand Chain Support | no | GPP Support | no |
Supports Deals | no | Prebid.js Adapter | yes |
IAB GVL ID | none | Prebid Server Adapter | no |
Floors Module Support | yes | First Party Data Support | no |
Multi Format Support | will-bid-on-one | ORTB Blocking Support | no |
Safeframes OK | no |
"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 |
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
}
}]
}];