From a92abfa165c807d5f96cefb19986493c0b3ff20a Mon Sep 17 00:00:00 2001 From: Alex Maltsev Date: Thu, 23 Oct 2025 16:00:04 +0300 Subject: [PATCH] Removed max length restrictions on adagio bidder params. --- 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": [