Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 1.24 KB

File metadata and controls

63 lines (53 loc) · 1.24 KB
layout title description pbjs pbs biddercode media_types tcfeu_supported floors_supported schain_supported dchain_supported usp_supported gpp_supported coppa_supported fpd_supported multiformat_supported safeframes_ok deals_supported userIds sidebarType
bidder
AJA
Prebid AJA Bidder Adaptor
true
true
aja
banner
false
false
true
false
false
false
false
false
false
true
false
criteo, unifiedId, imuid
1

Note

The AJA Bidding adaptor requires setup and approval before beginning. Please reach out to ssp_support@aja-kk.co.jp for more details

Bid Params

{: .table .table-bordered .table-striped }

Name Scope Description Example Type
asi required ad spot hash code '123abc' string

Configuration

AJA recommends setting UserSync by iframe for monetization.

For Prebid.js v1.15.0 and later:

pbjs.setConfig({
  userSync: {
    filterSettings: {
      iframe: {
        bidders: "*", // '*' represents all bidders
        filter: "include",
      },
    },
  },
});

For Prebid.js v1.14.0 and before:

pbjs.setConfig({
  userSync: {
    iframeEnabled: true,
    enabledBidders: ["aja"],
  },
});