Nobid
Features
Bidder Code | nobid | Prebid.org Member | no |
---|---|---|---|
Prebid.js Adapter | yes | Prebid Server Adapter | yes |
Media Types | display, video | Multi Format Support | check with bidder |
TCF-EU Support | yes | IAB GVL ID | 816 |
GPP Support | some (check with bidder) | DSA Support | check with bidder |
USP/CCPA Support | yes | COPPA Support | yes |
Supply Chain Support | yes | Demand Chain Support | check with bidder |
Safeframes OK | yes | Supports Deals | check with bidder |
Floors Module Support | yes | First Party Data Support | check with bidder |
User IDs | none | ORTB Blocking Support | check with bidder |
Privacy Sandbox | check with bidder | Prebid Server App Support | check with bidder |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
siteId |
required | siteId is provided by your NoBid account manager(s) | integer |
|
placementId |
optional | placementId is provided by your NoBid account manager(s). This parameter allows to report on a specific ad unit | integer |
|
video |
optional | Object containing video targeting parameters. Note that this parameter is not used in Prebid Server. See Video Object for details. | video: { playback_method: ['auto_play_sound_off'] } |
object |
Note
If you are using Google Ad Manager (GAM), it is highly recommended to make sure the “Serve in Safeframe” box in creative settings is unchecked. If you absolutely want to run NoBid in a Saferame creative, please contact your Nobid repsentative to coordinate this setup.
Test Parameters
var adUnits = [
{
code: 'test-div1',
mediaTypes: {
banner: {
sizes: [[300, 250]], // a display size
}
},
bids: [
{
bidder: "nobid",
params: {
siteId: 2,
placementId: 3
}
}
]
},{
code: 'test-div2',
mediaTypes: {
banner: {
sizes: [[320, 50]], // a mobile size
}
},
bids: [
{
bidder: "nobid",
params: {
siteId: 2
}
}
]
}
];
Video Object
Name | Description | Type |
---|---|---|
skippable |
Boolean which, if true , means the user can click a button to skip the video ad. Defaults to false . |
boolean |
playback_method |
Array of strings listing playback methods supported by the publisher. Allowed values: "auto_play_sound_on" ; "auto_play_sound_off" ; "click_to_play" ; "mouseover" ; "auto_play_sound_unknown" ; "viewport_sound_on" , "viewport_sound_off" . |
Array<string> |
position |
Array of strings listing video player position supported by the publisher. Allowed values: "na" , "atf" , "btf" , "head" , "foot" , "sidebar" , "full" . |
Array<string> |
mimes |
Array of strings listing the content MIME types supported, e.g., ["video/x-flv", "video/x-ms-wmv"] . |
Array<string> |
minduration |
Integer that defines the minimum video ad duration in seconds. | integer |
maxduration |
Integer that defines the maximum video ad duration in seconds. | integer |
frameworks |
Array of integers listing API frameworks supported by the publisher. Allowed values: None: 0 ; VPAID 1.0: 1 ; VPAID 2.0: 2 ; MRAID 1.0: 3 ; ORMMA: 4 ; MRAID 2.0: 5 . |
Array<integer> |
"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_nobid |
hb_bidder_nobid |
hb_adid_nobid |
hb_size_nobid |
hb_source_nobid |
hb_format_nobid |
hb_cache_host_nobid |
hb_cache_id_nobid |
hb_uuid_nobid |
hb_cache_path_nobid |
hb_deal_nobid |