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
2 changes: 1 addition & 1 deletion src/main/resources/bidder-config/adagio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ adapters:
# 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 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 EMEA: ams => (https://mp-ams.4dex.io/pbserver and https://u-ams.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"
Expand Down
12 changes: 4 additions & 8 deletions src/main/resources/static/bidder-params/adagio.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,19 @@
},
"placement": {
"type": "string",
"description": "Refers to the placement of an adunit in a page. Must not contain any information about the type of device.",
"maxLength": 30
"description": "Refers to the placement of an adunit in a page. Must not contain any information about the type of device."
},
"site": {
"type": "string",
"description": "Name of the site. Handed out by Adagio.",
"maxLength": 50
"description": "Name of the site. Handed out by Adagio."
},
"pagetype": {
"type": "string",
"description": "Describes what kind of content will be present in the page.",
"maxLength": 30
"description": "Describes what kind of content will be present in the page."
},
"category": {
"type": "string",
"description": "Category of the content displayed in the page.",
"maxLength": 30
"description": "Category of the content displayed in the page."
}
},
"required": [
Expand Down
Loading