Back to Bidders

TopOn

Features

Bidder Code topon Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support check with bidder
TCF-EU Support no IAB GVL ID 1305
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support check with bidder COPPA Support yes
Supply Chain Support yes Demand Chain Support no
Safeframes OK no Supports Deals no
Floors Module Support check with bidder First Party Data Support no
Endpoint Compression check with bidder ORTB Blocking Support no
User IDs none Privacy Sandbox check with bidder

Table of contents

Introduction

Publishers can use Prebid.js to call TopOn in any of the following ways:

  • Call through our client-side adapter: Prebid.js calls TopOn directly from the browser using our client-side adapter.

Bid Params

Name Scope Description Example Type
pubid required TopOn-specific identifier associated with your account 'e005f4d49dd3' string
var adUnits = [
  {
    code: "test-div",
    mediaTypes: {
      banner: {
        sizes: [
          [300, 250],
          [300, 600],
        ],
      },
    },
    bids: [
      {
        bidder: "topon",
        params: {
          pubid: "e005f4d49dd3", // required
        },
      },
    ],
  },
];

"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_topon hb_bidder_topon hb_adid_topon
hb_size_topon hb_source_topon hb_format_topon
hb_cache_host_topon hb_cache_id_topon hb_uuid_topon
hb_cache_path_topon hb_deal_topon

Back to Bidders