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
+35-13Lines changed: 35 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@
2
2
layout: bidder
3
3
title: Adagio
4
4
description: Prebid Adagio Bidder Adaptor
5
+
pbs: true
6
+
pbs_app_supported: true
5
7
pbjs: true
6
8
biddercode: adagio
7
9
media_types: banner, native, video
8
10
userIds: all
11
+
multiformat_supported: will-bid-on-any
9
12
floors_supported: true
10
13
tcfeu_supported: true
11
14
dsa_supported: true
@@ -16,14 +19,18 @@ schain_supported: true
16
19
gvl_id: 617
17
20
prebid_member: true
18
21
fpd_supported: false
22
+
safeframes_ok: true
23
+
dchain_supported: false
24
+
deals_supported: false
25
+
ortb_blocking_supported: false
19
26
sidebarType: 1
20
27
---
21
28
22
29
### Note
23
30
24
31
The Adagio bidder adapter requires setup and approval from the Adagio team. Please reach out to [contact@adagio.io](mailto:contact@adagio.io) for more information.
25
32
26
-
### Configuration
33
+
### Configuration for Prebid.js
27
34
28
35
#### User Sync
29
36
@@ -58,11 +65,12 @@ pbjs.bidderSettings = {
58
65
}
59
66
```
60
67
61
-
### Bid Params
68
+
####Bid Params for Prebid.js
62
69
63
70
**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://adagioio.notion.site/Adagio-Account-Setup-Guide-fbcd940649224cdfa10393d2f008792e) for details.
|`organizationId`| required | Id of the Organization. Handed out by Adagio. |`'1010'`|`string`|
@@ -73,18 +81,12 @@ pbjs.bidderSettings = {
73
81
|`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`|
74
82
|`video`| optional | OpenRTB 2.5 video options object. All options will override ones defined in mediaTypes video.<br>Mandatory: <br>- api <small><i>(your video player must at least support the value 2)</i></small><br> Highly recommended: <br> - playbackmethod <br> Not supported: <br>`protocol`, `companionad`, `companiontype`, `ext` options|`{api: [2], playbackmethod: [6], skip: 1, startdelay: 0}`|`object`|
|`splitKeyword`| optional | Keyword that can later be used in a split rule targeting to trigger the rule (especially for Direct Seats AB testing) |`'splitrule-one'`|`string`|
77
-
|`dataLayer`| optional | A set of arbitrary key-value pairs. This can be used to configure mappings. The keys and values must be strings. |`{placement: 'my-placement', siteid: 'my-siteid'}`|`object`|
78
-
79
-
<i>*These parameters will have its accentuated characters converted to their non-accentuated version: `é` => `e`</i>
84
+
|`splitKeyword`| optional | Keyword that can later be used in a split rule targeting to trigger the rule (especially for Direct Seats AB testing) |`'splitrule-one'`|`string`|
85
+
|`dataLayer`| optional | A set of arbitrary key-value pairs. This can be used to configure mappings. The keys and values must be strings. |`{placement: 'my-placement', siteid: 'my-siteid'}`|`object`|
80
86
81
-
### Native Custom assets
87
+
<i>*These parameters will have their accentuated characters converted to their non-accentuated version: `é` => `e`</i>
82
88
83
-
| Name | description |
84
-
| ------------ | ---------------------------- |
85
-
|`adagio_bvw`| Url to handle Measure beacon |
86
-
87
-
### First Party Data
89
+
#### First Party Data
88
90
89
91
Adagio will use FPD data as fallback for the params below:
90
92
@@ -93,6 +95,26 @@ Adagio will use FPD data as fallback for the params below:
93
95
94
96
If the FPD value is an array, the 1st value of this array will be used.
95
97
96
-
### Video outstream
98
+
####Video outstream
97
99
98
100
The AdagioBidAdapter includes a default video player powered by [Blue Billywig](https://www.bluebillywig.com). This default player is used when no renderer is configured for the adUnit.
101
+
102
+
### Configuration for Prebid Server
103
+
104
+
{: .alert.alert-warning :}
105
+
Adagio Prebid Server adapter is currently **available for apps**. Website support is coming soon. Activation requires setup and approval before beginning. Please reach out to your account manager or <contact@adagio.io> for more details.
106
+
107
+
Adagio supports different regions for the Prebid Server. Please deploy the prebid config in each of your datacenters with the appropriate regional subdomain.
|`organizationId`| required | Id of the Organization. Handed out by Adagio. |`'1010'`|`string`|
116
+
|`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`|
117
+
|`pagetype`*| highly 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`|
118
+
|`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`|
119
+
120
+
<i>*These parameters will have their accentuated characters converted to their non-accentuated version: `é` => `e`</i>
0 commit comments