diff --git a/dev-docs/bidders/adagio.md b/dev-docs/bidders/adagio.md
index 564313bfd0..a57c4b8be4 100644
--- a/dev-docs/bidders/adagio.md
+++ b/dev-docs/bidders/adagio.md
@@ -24,10 +24,10 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
|--------------------|--------------------|----------------------------------------------------------------------------------------------------------------------|-----------------|-----------|
| `organizationId` | required | Id of the Organization. Handed out by Adagio. | `'1010'` | `string` |
| `site` | required | Name of the site. Handed out by Adagio.
- max length: 50 | `'mysite-com'` | `string` |
+| `placement`* | required | Refers to the placement of an adunit in a page.
Must not contain any information about the type of device.
- max length: 30
- max distinctives values: 10 | `'ban_atf'` | `string` |
| `adUnitElementId` | required | Refers to the adunit html attribute id in a page. | `'gpt-ban-atf'` | `string` |
-| `environment`* | required | Environment where the page is displayed.
- max length: 30
- max distinctives values: 10 | `'desktop'` | `string` |
-| `placement`* | required | Refers to the placement of an adunit in a page.
Must not contain any information about the type of device.
- max length: 30
- max distinctives values: 10 | `'ban_atf'` | `string` |
-| `pagetype`* | recommended | Describes what kind of content will be present in the page.
- max length: 30
- max distinctives values: 50 | `'article'` | `string` |
+| `pagetype`* | highly recommended | Describes what kind of content will be present in the page.
- max length: 30
- max distinctives values: 50 | `'article'` | `string` |
+| `environment`* | recommended | Environment where the page is displayed.
- max length: 30
- max distinctives values: 10 | `'desktop'` | `string` |
| `category`* | recommended | Category of the content displayed in the page.
- max length: 30
- max distinctives values: 50 | `'sport'` | `string` |
| `subcategory`* | optional | Subcategory of the content displayed in the page.
- max length: 30
- max distinctives values: 50 | `'handball'` | `string` |
| `postBid` | optional | Used in Post-Bid context only. | `true` | `boolean` |