Vuble
Note:
This adapter is not available in current versions of Prebid.js. Reason: not ported to 5.xFeatures
Bidder Code | vuble | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video | GDPR TCF Support | yes |
User IDs | none | USP/CCPA Support | no |
Supply Chain Support | no | COPPA Support | no |
Demand Chain Support | no | Safeframes OK | check with bidder |
Supports Deals | check with bidder | Prebid.js Adapter | yes |
IAB GVL ID | check with bidder | Prebid Server Adapter | no |
Floors Module Support | no | First Party Data Support | check with bidder |
Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder |
"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_vuble |
hb_bidder_vuble |
hb_adid_vuble |
hb_size_vuble |
hb_source_vuble |
hb_format_vuble |
hb_cache_host_vuble |
hb_cache_id_vuble |
hb_uuid_vuble |
hb_cache_path_vuble |
hb_deal_vuble |
Note:
The Vuble adapter requires setup and approval from the Vuble team, even for existing Vuble publishers. Please reach out to your account team, or contact publishers-us@vuble.tv or publishers-fr@vuble.tv for more information.
Bid params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
env |
required | The environment. Must be ‘net’ or ‘com’. This information will be given to you by the Vuble team. | 'net' |
string |
pubId |
required | Your publisher ID. This information will be given to you by the Vuble team. | 3 |
integer |
zoneId |
required | A zone ID for the SSP. | 12345 |
integer |
referrer |
optional | The page’s referrer. Not mandatory but recommended. | 'http://www.vuble.tv/' |
string |
floorPrice |
optional | The desired floor price. If none is given, the floor price will depend on the zone ID. | 5.00 |
float |
Example
var adUnits = [
{
code: 'test-vuble-instream',
sizes: [[640, 360]],
mediaTypes: {
video: {
context: 'instream'
}
},
bids: [
{
bidder: 'vuble',
params: {
env: 'net',
pubId: 18,
zoneId: '12345',
referrer: "http://www.vuble.tv/",
floorPrice: 5.00
}
}
]
}
]
Sizes set in the adUnit
object will also apply to the Vuble bid requests.