Back to Bidders

Shinez

Note:

This adapter is not available in current versions of Prebid.js. Reason: not ported to 5.x

Features

Bidder Code shinez Prebid.org Member no
Media Types display GDPR TCF Support no
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

"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

Registration

The Shinez adapter requires setup and approval from the Shinez team. Please reach out to tech-team@shinez.io for more information.

Bid Params

Name Scope Description Example Type
placementId required A Shinez-specific identifier that is associated with a specific domain provided by your Shinez representative. '00654321' string
unit optional An alphanumerical value used to identify the slot_id in reporting. '__header-bid-1' string

Examples

Example Banner Ad Unit

var adUnit = {
  code: "test-div",
  mediaTypes: {
    banner: {
      sizes: [[300, 250]]
    }
  },
  bids: [{
    bidder: "shinez",
    params: {
      placementId: "00654321"
    }
  }]
};

Back to Bidders