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 |
{: .table .table-bordered .table-striped }
Name | Scope | Description | Example | Type |
---|---|---|---|---|
hzid |
required | The zone ID from Appier. | "WhM5WIOp" |
string |
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