ucfunnel
Features
Bidder Code | ucfunnel | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video, native | GDPR Support | yes |
User IDs | unifiedId | COPPA Support | yes |
"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_ucfunnel |
hb_bidder_ucfunnel |
hb_adid_ucfunnel |
hb_size_ucfunnel |
hb_source_ucfunnel |
hb_format_ucfunnel |
hb_cache_host_ucfunn |
hb_cache_id_ucfunnel |
hb_uuid_ucfunnel |
"Deal ID" Ad Server Key
hb_deal_ucfunnel
Bid params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
adid |
required | The ad unit ID retrived from ucfunnel dashboard | string |
var adUnits = [{
code: 'div-gpt-ad-1460505748511-01',
sizes: [
[300, 250]
],
bids: [{
bidder: 'ucfunnel',
params: {
adid: '123456789'
}
}]
}]
Sizes set in the adUnit
object will also apply to the ucfunnel bid requests.