Back to Bidders

STN

Features

Bidder Code stn 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 tcfeu, usstate_all, usp 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 check with bidder 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 STN adapter requires setup and approval. Please reach out to hb@stnvideo.com to setup an STN account.

Bid Parameters

Name Scope Type Description Example
org required String STN publisher Id provided by your STN representative “0987654321abcdef87654321”
floorPrice optional Number Minimum price in USD.

WARNING:
Misuse of this parameter can impact revenue
2.00
placementId optional String A unique placement identifier “12345678”
testMode optional Boolean This activates the test mode false
currency optional String 3 letters currency “EUR”

Example

var adUnits = [{
      code: 'banner-div',
      mediaTypes: {
          banner: {
              sizes: [
                  [300, 250],
                  [728, 90]
              ]
          }
      },
      bids: [{
          bidder: 'stn',
          params: {
              org: '0987654321abcdef87654321', // Required
              floorPrice: 0.05, // Optional
              placementId: '12345678', // Optional
              testMode: false // Optional
          }
      }]
  },
  {
      code: 'dfp-video-div',
      sizes: [
          [640, 480]
      ],
      mediaTypes: {
          video: {
              playerSize: [
                  [640, 480]
              ],
              context: 'instream'
          }
      },
      bids: [{
          bidder: 'stn',
          params: {
              org: '0987654321abcdef87654321', // Required
              floorPrice: 5.00, // Optional
              placementId: '12345678', // Optional
              testMode: false // Optional
          }
      }]
  }
];

Configuration

STN 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_stn hb_bidder_stn hb_adid_stn
hb_size_stn hb_source_stn hb_format_stn
hb_cache_host_stn hb_cache_id_stn hb_uuid_stn
hb_cache_path_stn hb_deal_stn

Back to Bidders