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
10 changes: 6 additions & 4 deletions dev-docs/bidders/nextMillennium.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ sidebarType: 1
### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------+-------+-----------------------------------+-----------+---------|
| `placement_id` | optional | Placement ID, provided by nextMillennium | `'12345'` | String |
| `group_id` | optional | Group ID, provided by nextMillennium | `'12345'` | String |
| Name | Scope | Description | Example | Type |
|----------------+----------+------------------------------------------+-----------------+-----------------|
| `placement_id` | optional | Placement ID, provided by nextMillennium | `'12345'` | String |
| `group_id` | optional | Group ID, provided by nextMillennium | `'12345'` | String |
| `adSlots` | optional | `adSlot` is a specific location or container on a webpage where an advertisement is displayed. | `["stickytop"]` | Array of String |
| `allowedAds` | optional | `allowedAds` is a list of ad types or formats that are permitted to be shown in a specific ad slot. | `["skin"]` | Array of String |

Required one of the two parameters placement_id or group_id.

Expand Down