Skip to content

Commit 240d4be

Browse files
authored
nextMillenniumBidAdapter: Added support new parameters (#6190)
* updated option safeframe_ok in documentation * nextMillennium - changed descriptions
1 parent 8f7614b commit 240d4be

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

dev-docs/bidders/nextMillennium.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ sidebarType: 1
2424
### Bid Params
2525

2626
{: .table .table-bordered .table-striped }
27-
| Name | Scope | Description | Example | Type |
28-
|----------------+-------+-----------------------------------+-----------+---------|
29-
| `placement_id` | optional | Placement ID, provided by nextMillennium | `'12345'` | String |
30-
| `group_id` | optional | Group ID, provided by nextMillennium | `'12345'` | String |
27+
| Name | Scope | Description | Example | Type |
28+
|----------------+----------+------------------------------------------+-----------------+-----------------|
29+
| `placement_id` | optional | Placement ID, provided by nextMillennium | `'12345'` | String |
30+
| `group_id` | optional | Group ID, provided by nextMillennium | `'12345'` | String |
31+
| `adSlots` | optional | `adSlot` is a specific location or container on a webpage where an advertisement is displayed. | `["stickytop"]` | Array of String |
32+
| `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 |
3133

3234
Required one of the two parameters placement_id or group_id.
3335

0 commit comments

Comments
 (0)