Back to Bidders

AudienceRun

Features

Bidder Code audiencerun Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support check with bidder
TCF-EU Support yes IAB GVL ID 944
GPP Support check with bidder 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 no Supports Deals check with bidder
Floors Module Support yes First Party Data Support check with bidder
User IDs all ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder

Bid Params

Name Scope Description Example Type
zoneId required The zone id provided by AudienceRun 'xtov2mgij0' string
bidfloor optional The bid floor for the zone id provided by AudienceRun in USD (default: 0.0) 0.5 float

Registration

The AudienceRun Header Bidding adaptor requires setup and approval from the AudienceRun team. Please reach out to our team on https://www.audiencerun.com/ for more details.

Example

Use audiencerun as bidder. Note that zoneId is required and must be 10 alphanumeric characters.

var adUnits = [
  {
    code: "test-div",
    sizes: [[300, 600]],
    bids: [
      {
        bidder: "audiencerun",
        params: {
          zoneId: "xtov2mgij0",
        },
      },
    ],
  },
];

"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_audiencerun hb_bidder_audienceru hb_adid_audiencerun
hb_size_audiencerun hb_source_audienceru hb_format_audienceru
hb_cache_host_audien hb_cache_id_audience hb_uuid_audiencerun
hb_cache_path_audien hb_deal_audiencerun

Back to Bidders