Prebid Server Adapter

The AdaptMX Prebid Server adapter (AMX RTB) is available in Prebid Server >= 0.136.0. It uses the OpenRTB 2.5 API, but provides bid params similar to our Prebid.js integration to simplify publisher setup.

Adapter Details
Adapter NameAMX RTB
Bidder Code"amx"
Prebid Docshttps://docs.prebid.org/dev-docs/pbs-bidders.html#amx
Supported Formatsdisplay, video
Min. Supported VersionPrebid Server 0.136.0
Latest adapter codeamx.go
GDPR / TCFv2GVL ID: 737
📘

AMP Support

Our Prebid-Server adapter can be used to support AMP inventory. For more information on using prebid-server with AMP, please see the prebid.org documentation.

Bid Params

The AMX RTB Prebid Server adapter supports the same parameters as our Prebid Adapter:

NameExampleDescription
tagId"cHJlYmlkLm9yZw"Required. tagId is useful for testing, or for networks with a large number of domains.
adUnitId"my_ad_unit"Optional. You can pass any value here & it will be available in our reporting as "ad unit ID". Note that this will default to the value of "adUnitCode"

Bidfloor

Our server accepts floors passed dynamically. We may set a floor higher than the floor passed, but we will never send bids below the floor provided to our adapter.

Endpoints & QPS Limits

Our default prebid-server endpoint, https://pbs.amxrtb.com/auction/openrtb is already included in prebid server. However, if you're planning on sending > 10k QPS of traffic, please contact your account manager for a custom endpoint.