Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 984 Bytes

appierGM.md

File metadata and controls

48 lines (40 loc) · 984 Bytes
layout title description biddercode aliasCode pbjs media_types gvl_id tcfeu_supported sidebarType
bidder
AppierGM
Prebid Appier Bidder Adapter
appierGM
appier
true
banner
728 (appier)
true
1

Bid Params

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

Name Scope Description Example Type
hzid required The zone ID from Appier. "WhM5WIOp" string

Custom Settings (Optional)

Set the "farm" to use region-specific server

pbjs.que.push(function() {
  // use the bid server in Taiwan (country code: tw)
  pbjs.setConfig({
    appier: {
      'farm': 'tw'
    }
  });
});

Explicitly override the bid server used for bidding

pbjs.que.push(function() {
  pbjs.setConfig({
    appier: {
      'server': '${HOST_NAME_OF_THE_SERVER}'
    }
  });
});

AppierGM is an aliased bidder for Appier