Back to Bidders

Aseal

Features

Bidder Code aseal 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 check with bidder
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support check with bidder COPPA Support check with bidder
Supply Chain Support check with bidder Demand Chain Support check with bidder
Safeframes OK check with bidder Supports Deals check with bidder
Floors Module Support check with bidder First Party Data Support check with bidder
User IDs none ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder

BidParams

Name Scope Description Example Type
placeUid required The Place UID from Aotter 'f4a74f73-9a74-4a87-91c9-545c6316c23d' string

Configuration

Following configuration is required:

pbjs.setConfig({
  aseal: {
    clientId: "YOUR_CLIENT_ID"
  }
});

Ad Unit Example

var adUnits = [
  {
    code: "banner-div",
    mediaTypes: {
      banner: {
        sizes: [
          [300, 250],
          [300, 600]
        ]
      }
    },
    bids: [
      {
        bidder: "aseal",
        params: {
          placeUid: "f4a74f73-9a74-4a87-91c9-545c6316c23d"
        }
      }
    ]
  }
];

"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_aseal hb_bidder_aseal hb_adid_aseal
hb_size_aseal hb_source_aseal hb_format_aseal
hb_cache_host_aseal hb_cache_id_aseal hb_uuid_aseal
hb_cache_path_aseal hb_deal_aseal

Back to Bidders