Kueez
Features
Bidder Code | kueez | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video | GDPR TCF Support | yes |
User IDs | all | USP/CCPA Support | yes |
Supply Chain Support | yes | 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 | yes | First Party Data Support | yes |
Multi Format Support | will-bid-on-any | 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_kueez |
hb_bidder_kueez |
hb_adid_kueez |
hb_size_kueez |
hb_source_kueez |
hb_format_kueez |
hb_cache_host_kueez |
hb_cache_id_kueez |
hb_uuid_kueez |
hb_cache_path_kueez |
hb_deal_kueez |
Note
The Kueez adapter requires setup and approval. Please reach out to prebid@kueez.com.
Bid Parameters
Banner, Video
Name | Scope | Type | Description | Example |
---|---|---|---|---|
org |
required | String | the organization Id provided by your Kueez representative | “test-org-id” |
floorPrice |
optional | Number | Minimum price in USD. Misuse of this parameter can impact revenue | 1.5 |
placementId |
optional | String | A unique placement identifier | “12345678” |
testMode |
optional | Boolean | This activates the test mode | false |
Example
var adUnits = [{
code: 'banner-div',
mediaTypes: {
banner: {
sizes: [
[300, 250],
[728, 90]
]
}
},
bids: [{
bidder: 'kueez',
params: {
org: 'test-org-id', // Required
floorPrice: 1.2, // Optional
placementId: '12345678', // Optional
testMode: true // Optional
}
}]
},
{
code: 'dfp-video-div',
sizes: [
[640, 480]
],
mediaTypes: {
video: {
playerSize: [
[640, 480]
],
context: 'instream'
}
},
bids: [{
bidder: 'kueez',
params: {
org: 'test-org-id', // Required
floorPrice: 1.50, // Optional
placementId: '12345678', // Optional
testMode: true // Optional
}
}]
}
];
Configuration
Kueez recommends setting UserSync by iframe for monetization.