From 1b6ff90169b1b9b3c52b7f6e24a1f6f1f0be30b3 Mon Sep 17 00:00:00 2001 From: Gabriel Chicoye Date: Thu, 20 Nov 2025 10:29:30 +0100 Subject: [PATCH 1/2] placement added --- dev-docs/bidders/nexx360.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-docs/bidders/nexx360.md b/dev-docs/bidders/nexx360.md index a1a073992b..fe2a14e2ad 100644 --- a/dev-docs/bidders/nexx360.md +++ b/dev-docs/bidders/nexx360.md @@ -34,6 +34,10 @@ multiformat_supported: will-bid-on-any | `divId` | optional | divId linked to adUnit | `"div-1"` | `string` | | `adUnitName` | optional | A code to identify adUnit | `"header-ad"` | `string` | | `adUnitPath` | optional | A reference to adUnit Path | `"/12345/nexx360/Homepage/HP/Header-Ad"` | `string` | +| `placement` | optional | Nexx360 placement | `"TEST_PLACEMENT"` | `string` | + +*You*must* only include one ID field - either `tagId` or `placement`, not both. If you have questions on which parameter to use, please reach out to your Account Manager. +The `tagId` and `placement` are **mutually exclusive** but at least one is required. If you pass both, `tagId` takes precedence. ### Bidder Config From 06d9e30f28dfd77fcee863e1467415dc7d7c188f Mon Sep 17 00:00:00 2001 From: Gabriel Chicoye Date: Fri, 5 Dec 2025 14:15:09 +0100 Subject: [PATCH 2/2] Fix formatting of ID field requirement note --- dev-docs/bidders/nexx360.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/nexx360.md b/dev-docs/bidders/nexx360.md index fe2a14e2ad..7bd8a27f21 100644 --- a/dev-docs/bidders/nexx360.md +++ b/dev-docs/bidders/nexx360.md @@ -36,7 +36,7 @@ multiformat_supported: will-bid-on-any | `adUnitPath` | optional | A reference to adUnit Path | `"/12345/nexx360/Homepage/HP/Header-Ad"` | `string` | | `placement` | optional | Nexx360 placement | `"TEST_PLACEMENT"` | `string` | -*You*must* only include one ID field - either `tagId` or `placement`, not both. If you have questions on which parameter to use, please reach out to your Account Manager. +You *must* only include one ID field - either `tagId` or `placement`, not both. If you have questions on which parameter to use, please reach out to your Account Manager. The `tagId` and `placement` are **mutually exclusive** but at least one is required. If you pass both, `tagId` takes precedence. ### Bidder Config