You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/adagio.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
16
16
17
17
### Bid Params
18
18
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.
20
20
21
21
{: .table .table-bordered .table-striped }
22
22
@@ -25,8 +25,8 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
25
25
|`organizationId`| required | Id of the Organization. Handed out by Adagio. |`'1010'`|`string`|
26
26
|`site`| required | Name of the site. Handed out by Adagio.<br><i>- max length: 50</i> |`'mysite-com'`|`string`|
27
27
|`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`|
30
30
|`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`|
31
31
|`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`|
32
32
|`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