AMX RTB
Features
Bidder Code | amx | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video | GDPR TCF Support | yes |
User IDs | britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId, amxId | USP/CCPA Support | yes |
Supply Chain Support | yes | COPPA Support | yes |
Demand Chain Support | no | Safeframes OK | yes |
Supports Deals | check with bidder | Prebid.js Adapter | yes |
IAB GVL ID | 737 | Prebid Server Adapter | yes |
Floors Module Support | no | First Party Data Support | yes |
"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_amx |
hb_bidder_amx |
hb_adid_amx |
hb_size_amx |
hb_source_amx |
hb_format_amx |
hb_cache_host_amx |
hb_cache_id_amx |
hb_uuid_amx |
hb_cache_path_amx |
hb_deal_amx |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
tagId |
required | Tag ID | 'cHJlYmlkLm9yZw' |
string |
testMode |
optional | Activate 100% fill ads | true |
boolean |
adUnitId |
optional | Ad Unit ID used in reporting. Will default to bid.adUnitCode |
'sticky_banner' |
string |
Test Parameters
To enable 100% fill test ads, you can use the following params
:
{
testMode: true,
tagId: "cHJlYmlkLm9yZw"
}
This will produce a bid at $10 with a test creative.
Note that the tagId
is case-sensitive. Do not use cHJlYmlkLm9yZw
in production environments: this ID is for testing only.