Shinez
Features
Bidder Code | shinez | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video | GDPR TCF Support | no |
User IDs | all | USP/CCPA Support | yes |
Supply Chain Support | yes | COPPA Support | no |
Demand Chain Support | no | Safeframes OK | no |
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_shinez |
hb_bidder_shinez |
hb_adid_shinez |
hb_size_shinez |
hb_source_shinez |
hb_format_shinez |
hb_cache_host_shinez |
hb_cache_id_shinez |
hb_uuid_shinez |
hb_cache_path_shinez |
hb_deal_shinez |
Note
The Shinez adapter requires setup and approval. Please reach out to tech-team@shinez.io to setup an Shinez account.
Bid Parameters
Banner, Video
Name | Scope | Type | Description | Example |
---|---|---|---|---|
org |
required | String | Shinez publisher Id provided by your Shinez representative | “56f91cd4d3e3660002000033” |
floorPrice |
optional | Number | Minimum price in USD. | 2.00 |
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: 'shinez',
params: {
org: '56f91cd4d3e3660002000033', // Required
floorPrice: 0.05, // Optional
placementId: '12345678', // Optional
testMode: true // Optional
}
}]
},
{
code: 'dfp-video-div',
sizes: [
[640, 480]
],
mediaTypes: {
video: {
playerSize: [
[640, 480]
],
context: 'instream'
}
},
bids: [{
bidder: 'shinez',
params: {
org: '56f91cd4d3e3660002000033', // Required
floorPrice: 5.00, // Optional
placementId: '12345678', // Optional
testMode: true // Optional
}
}]
}
];
Configuration
Shinez recommends setting UserSync by iframe for monetization.