Back to Bidders

AudienceRun

Features

Bidder Code audiencerun Prebid.org Member no
Media Types display GDPR TCF Support yes
User IDs all USP/CCPA Support yes
Supply Chain Support yes COPPA Support no
Demand Chain Support no Safeframes OK no
Supports Deals check with bidder Prebid.js Adapter yes
IAB GVL ID 944 Prebid Server Adapter no
Floors Module Support yes First Party Data Support check with bidder
Multi Format Support check with bidder ORTB Blocking Support check with bidder

"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

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",
        },
      },
    ],
  },
];

Back to Bidders