Skip to content

Commit b31d38b

Browse files
authored
Adagio: update required params and user guide url (prebid#1916)
1 parent fea5ddb commit b31d38b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-docs/bidders/adagio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
1616

1717
### Bid Params
1818

19-
**Important**: Adagio needs to collect attention data about the ads displayed on a page and must listen to some specifics ad-server events. Please refer to the [Adagio user guide](https://support.adagio.io/hc/en-us/articles/360019849112-Adagio-PreBid-Installation-guide-for-publishers) for details.
19+
**Important**: Adagio needs to collect attention data about the ads displayed on a page and must listen to some specifics ad-server events. Please refer to the [Adagio user guide](https://adagio-team.atlassian.net/wiki/spaces/AH/pages/67272705/EN+Adagio+Prebid.js+installation+guide+for+publishers) for details.
2020

2121
{: .table .table-bordered .table-striped }
2222

@@ -25,8 +25,8 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
2525
| `organizationId` | required | Id of the Organization. Handed out by Adagio. | `'1010'` | `string` |
2626
| `site` | required | Name of the site. Handed out by Adagio.<br><i>- max length: 50</i> | `'mysite-com'` | `string` |
2727
| `adUnitElementId` | required | Refers to the adunit html attribute id in a page. | `'gpt-ban-atf'` | `string` |
28-
| `environment`* | highly recommended | Environment where the page is displayed.<br><i>- max length: 30</i><br><i>- max distinctives values: 10</i> | `'desktop'` | `string` |
29-
| `placement`* | highly recommended | Refers to the placement of an adunit in a page.<br>Must not contain any information about the type of device.<br><i>- max length: 30</i><br><i>- max distinctives values: 10</i> | `'ban_atf'` | `string` |
28+
| `environment`* | required | Environment where the page is displayed.<br><i>- max length: 30</i><br><i>- max distinctives values: 10</i> | `'desktop'` | `string` |
29+
| `placement`* | required | Refers to the placement of an adunit in a page.<br>Must not contain any information about the type of device.<br><i>- max length: 30</i><br><i>- max distinctives values: 10</i> | `'ban_atf'` | `string` |
3030
| `pagetype`* | recommended | Describes what kind of content will be present in the page.<br><i>- max length: 30</i><br><i>- max distinctives values: 50</i> | `'article'` | `string` |
3131
| `category`* | recommended | Category of the content displayed in the page.<br><i>- max length: 30</i><br><i>- max distinctives values: 50</i> | `'sport'` | `string` |
3232
| `subcategory`* | optional | Subcategory of the content displayed in the page.<br><i>- max length: 30</i><br><i>- max distinctives values: 50</i> | `'handball'` | `string` |

0 commit comments

Comments
 (0)