Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dev-docs/bidders/nexx360.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down