Back to Bidders

APS

Features

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

Bidder Config Params

Name Scope Description Example Type
aps.accountID required APS-provided ID 1234 string
aps.debugURL optional Bid endpoint https://example.com/bid string
aps.debug optional Toggle to enable / disable debug mode true boolean
aps.renderMethod optional Debug mode render method fif string
aps.creativeURL optional Creative rendering URL https://example.com/creative.js string
aps.telemetry optional Toggle to enable / disable APS telemetry true boolean

Bid Params

None.

User Syncs

If you’d like to activate user syncs through APS, you must activate iframe syncing.

window.pbjs.que.push(function () {
  window.pbjs.setConfig({
    userSync: {
      filterSettings: {
        iframe: {
          bidders: ['aps'],
          filter: 'include',
        },
      },
    },
  });
});

"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_aps hb_bidder_aps hb_adid_aps
hb_size_aps hb_source_aps hb_format_aps
hb_cache_host_aps hb_cache_id_aps hb_uuid_aps
hb_cache_path_aps hb_deal_aps

Back to Bidders