diff --git a/dev-docs/bidders/nextMillennium.md b/dev-docs/bidders/nextMillennium.md index d218b1d02b..4a8026a4ad 100644 --- a/dev-docs/bidders/nextMillennium.md +++ b/dev-docs/bidders/nextMillennium.md @@ -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.