Back to Bidders
                Appier
                
                
                Features
                
    
      | Bidder Code | appier | 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 | 728 | 
    
      | GPP Support | check with bidder | DSA Support | check with bidder | 
    
      | USP/CCPA Support | check with bidder | COPPA Support | check with bidder | 
    
      | Supply Chain Support | check with bidder | Demand Chain Support | check with bidder | 
    
      | Safeframes OK | check with bidder | Supports Deals | check with bidder | 
    
      | Floors Module Support | check with bidder | First Party Data Support | check with bidder | 
    
      | User IDs | none | ORTB Blocking Support | check with bidder | 
    
      | Privacy Sandbox | check with bidder |  |  | 
  
                
Bid Params
  
    
      | 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}'
    }
  });
});
"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_appier | hb_bidder_appier | hb_adid_appier | 
                  
                    | hb_size_appier | hb_source_appier | hb_format_appier | 
                  
                    | hb_cache_host_appier | hb_cache_id_appier | hb_uuid_appier | 
                  
                    | hb_cache_path_appier | hb_deal_appier |  | 
                
                
                Back to Bidders