Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public class ExtImpAdagio {

String placement;

String site;

String pagetype;

String category;
Expand Down
12 changes: 9 additions & 3 deletions src/main/resources/bidder-config/adagio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ adapters:
adagio:
# Please deploy this config in each of your datacenters with the appropriate regional subdomain.
# Replace the `REGION` by one of the value below:
# - For AMER: las => (https://mp-las.4dex.io/pbserver)
# - For EMEA: ams => (https://mp-ams.4dex.io/pbserver)
# - For APAC: tyo => (https://mp-tyo.4dex.io/pbserver)
# - For AMER: las => (https://mp-las.4dex.io/pbserver and https://u-las.4dex.io/pbserver/usync.html)
# - For EMEA: ams => (https://mp-ams.4dex.io/pbserver and https://u-amx.4dex.io/pbserver/usync.html)
# - For APAC: tyo => (https://mp-tyo.4dex.io/pbserver and https://u-tyo.4dex.io/pbserver/usync.html)
endpoint: https://mp-REGION.4dex.io/pbserver
ortb-version: "2.6"
endpoint-compression: gzip
Expand All @@ -20,3 +20,9 @@ adapters:
- native
supported-vendors:
vendor-id: 617
usersync:
cookie-family-name: adagio
iframe:
url: https://u-REGION.4dex.io/pbserver/usync.html?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&&gpp_sid={{gpp_sid}}&r={{redirect_url}}
support-cors: false
uid-macro: '{UID}'
5 changes: 5 additions & 0 deletions src/main/resources/static/bidder-params/adagio.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"description": "Refers to the placement of an adunit in a page. Must not contain any information about the type of device.",
"maxLength": 30
},
"site": {
"type": "string",
"description": "Name of the site. Handed out by Adagio.",
"maxLength": 50
},
"pagetype": {
"type": "string",
"description": "Describes what kind of content will be present in the page.",
Expand Down
Loading