Back to Bidders

Shinez

Features

Bidder Code shinez Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display, video Multi Format Support will-bid-on-any
TCF-EU Support no IAB GVL ID check with bidder
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support yes COPPA Support check with bidder
Supply Chain Support yes Demand Chain Support check with bidder
Safeframes OK no Supports Deals check with bidder
Floors Module Support yes First Party Data Support yes
User IDs all ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder

Note

The Shinez adapter requires setup and approval. Please reach out to tech-team@shinez.io to setup an Shinez account.

Bid Parameters

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.

"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

Back to Bidders