Back to Bidders

Adcluster

Features

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

Description

The Adcluster bidding adapter requires setup & approval before usage. Please reach out to dev@adcluster.com.tr for more information.

Bid Params

Name Scope Description Example Type
unitId required Adcluster Unit ID 10f4f9f3-cc3f-4f20-982d-5cbba92adfdc string

Example

const adUnits = [
  {
    code: "adcluster-banner",
    mediaTypes: {
      banner: {
        sizes: [[300, 250]],
      },
    },
    bids: [
      {
        bidder: "adcluster",
        params: {
          unitId: "42d1f525-5792-47a6-846d-1825e53c97d6",
        },
      },
    ],
  },
  {
    code: "adcluster-video",
    mediaTypes: {
      video: {
        playerSize: [[640, 480]],
      },
    },
    bids: [
      {
        bidder: "adcluster",
        params: {
          unitId: "37dd91b2-049d-4027-94b9-d63760fc10d3",
        },
      },
    ],
  },
];

"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_adcluster hb_bidder_adcluster hb_adid_adcluster
hb_size_adcluster hb_source_adcluster hb_format_adcluster
hb_cache_host_adclus hb_cache_id_adcluste hb_uuid_adcluster
hb_cache_path_adclus hb_deal_adcluster

Back to Bidders