diff --git a/dev-docs/bidders/amx-rtb.md b/dev-docs/bidders/amx-rtb.md index 43b83c6e42..1f23855fab 100644 --- a/dev-docs/bidders/amx-rtb.md +++ b/dev-docs/bidders/amx-rtb.md @@ -6,7 +6,9 @@ hide: true schain_supported: false gdpr_supported: true usp_supported: true -tcf2_supported: false +coppa_supported: true +userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId +tcf2_supported: true biddercode: amx safeframes_ok: true media_types: banner, video @@ -15,10 +17,11 @@ media_types: banner, video ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|-------------|----------|--------------------------------------|---------------------------------|----------| -| `testMode` | optional | Activate 100% fill ads | `true` | `boolean`| -| `tagId` | optional | Tag ID | `'cHJlYmlkLm9yZw'` | `string` | +| Name | Scope | Description | Example | Type | +|-------------|----------|-----------------------------------------------------------------|---------------------------------|----------| +| `testMode` | optional | Activate 100% fill ads | `true` | `boolean`| +| `tagId` | optional | Tag ID | `'cHJlYmlkLm9yZw'` | `string` | +| `adUnitId` | optional | Ad Unit ID used in reporting. Will default to `bid.adUnitCode` | `'sticky_banner'` | `string` | ### Test Parameters