From acb7369d1784576f5faff60ff9ed825481e73528 Mon Sep 17 00:00:00 2001 From: Alex Maltsev Date: Wed, 5 Nov 2025 15:21:30 +0100 Subject: [PATCH 1/2] Adagio: Remove max length on params (#4263) --- src/main/resources/static/bidder-params/adagio.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/main/resources/static/bidder-params/adagio.json b/src/main/resources/static/bidder-params/adagio.json index ce053031e49..d0cbf17d8fc 100644 --- a/src/main/resources/static/bidder-params/adagio.json +++ b/src/main/resources/static/bidder-params/adagio.json @@ -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": [ From 9796be0e4d41a5b8fad76ea50e219323fedf0449 Mon Sep 17 00:00:00 2001 From: Anton Babak <76536883+AntoxaAntoxic@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:22:23 +0100 Subject: [PATCH 2/2] Adagio Bidder: Fix Typo (#4275) --- src/main/resources/bidder-config/adagio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/bidder-config/adagio.yaml b/src/main/resources/bidder-config/adagio.yaml index 1d25dca1cab..ce66d58ce86 100644 --- a/src/main/resources/bidder-config/adagio.yaml +++ b/src/main/resources/bidder-config/adagio.yaml @@ -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"