Skip to content
Open
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
21 changes: 11 additions & 10 deletions dev-docs/bidders/nexx360.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@

---

### Bid Params

Check failure on line 25 in dev-docs/bidders/nexx360.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Heading levels should only increment by one level at a time

dev-docs/bidders/nexx360.md:25 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md001.md

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't touch the heading level :-(


{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------|-------------------------------------- |-----------|
| `tagId` | required | Nexx360 tag ID | `"testnexx"` | `string` |
| `videoTagId` | optional | Nexx360 Video tag ID | `"testnexx"` | `string` |
| `nativeTagId` | optional | Nexx360 Native tag ID | `"testnexx"` | `string` |
| `allBids` | optional | Return all bids | `true` | `boolean` |
| `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` |
| Name | Scope | Description | Example | Type |
|----------------|----------|--------------------------------------------------|-------------------------------------------|------------|
| `tagId` | required | Nexx360 tag ID | `"testnexx"` | `string` |
| `videoTagId` | optional | Nexx360 Video tag ID | `"testnexx"` | `string` |
| `nativeTagId` | optional | Nexx360 Native tag ID | `"testnexx"` | `string` |
| `allBids` | optional | Return all bids | `true` | `boolean` |
| `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` |
| `disabledSsps` | optional | List of dynamically disabled SSPs for an ad unit | `['appnexus', 'criteo']` | `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.
Expand Down
Loading