From 7c2663b9bc612742d655ba7cccb0b80dc3e8e8d0 Mon Sep 17 00:00:00 2001 From: Nick Jacob Date: Thu, 13 Aug 2020 14:05:38 -0400 Subject: [PATCH 1/2] indicate tcf2, user ID, coppa support for AMX RTB bid adapter --- dev-docs/bidders/amx-rtb.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/amx-rtb.md b/dev-docs/bidders/amx-rtb.md index 43b83c6e42..b2529ed6d9 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 From 36064e6e4a344add36f95123721a06fccebe2492 Mon Sep 17 00:00:00 2001 From: Nick Jacob Date: Fri, 14 Aug 2020 10:35:32 -0400 Subject: [PATCH 2/2] document ad unit ID --- dev-docs/bidders/amx-rtb.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/amx-rtb.md b/dev-docs/bidders/amx-rtb.md index b2529ed6d9..1f23855fab 100644 --- a/dev-docs/bidders/amx-rtb.md +++ b/dev-docs/bidders/amx-rtb.md @@ -17,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