Back to Bidders

Pubstack

Features

Bidder Code pubstack Prebid.org Member yes
Prebid.js Adapter yes Prebid Server Adapter yes
Media Types display, video, native Multi Format Support will-bid-on-any
TCF-EU Support yes IAB GVL ID 1408
GPP Support tcfeu, tcfca, usnat, usstate_all, usp DSA Support check with bidder
USP/CCPA Support yes COPPA Support yes
Supply Chain Support yes Demand Chain Support yes
Safeframes OK yes Supports Deals yes
Floors Module Support yes First Party Data Support yes
Endpoint Compression check with bidder ORTB Blocking Support yes
User IDs none Privacy Sandbox paapi, topics
Prebid Server App Support check with bidder

Integration Note

The Pubstack bidding adapter requires setup and approval before use. Contact your Pubstack account team to enable production traffic.

Bid Params

Name Scope Description Example Type
siteId required Pubstack site identifier. 'example-site-id' string \| uuid
adUnitName required Pubstack ad unit name associated with the placement. 'homepage-top-banner' string

Test Parameters

var adUnits = [
  {
    code: 'test-div-1',
    mediaTypes: {
      banner: {
        sizes: [[300, 250]]
      }
    },
    bids: [
      {
        bidder: 'pubstack',
        params: {
          siteId: 'example-site-id',
          adUnitName: 'homepage-top-banner'
        }
      }
    ]
  },
  {
    code: 'test-video-div',
    mediaTypes: {
      video: {
        playerSize: [[640, 360]],
        context: 'outstream'
      }
    },
    bids: [
      {
        bidder: 'pubstack',
        params: {
          siteId: 'example-site-id',
          adUnitName: 'article-video-slot'
        }
      }
    ]
  }
];

"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_pubstack hb_bidder_pubstack hb_adid_pubstack
hb_size_pubstack hb_source_pubstack hb_format_pubstack
hb_cache_host_pubsta hb_cache_id_pubstack hb_uuid_pubstack
hb_cache_path_pubsta hb_deal_pubstack

Back to Bidders