Skip to content

Commit acb7369

Browse files
authored
Adagio: Remove max length on params (#4263)
1 parent e0b8e4e commit acb7369

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/main/resources/static/bidder-params/adagio.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,19 @@
1010
},
1111
"placement": {
1212
"type": "string",
13-
"description": "Refers to the placement of an adunit in a page. Must not contain any information about the type of device.",
14-
"maxLength": 30
13+
"description": "Refers to the placement of an adunit in a page. Must not contain any information about the type of device."
1514
},
1615
"site": {
1716
"type": "string",
18-
"description": "Name of the site. Handed out by Adagio.",
19-
"maxLength": 50
17+
"description": "Name of the site. Handed out by Adagio."
2018
},
2119
"pagetype": {
2220
"type": "string",
23-
"description": "Describes what kind of content will be present in the page.",
24-
"maxLength": 30
21+
"description": "Describes what kind of content will be present in the page."
2522
},
2623
"category": {
2724
"type": "string",
28-
"description": "Category of the content displayed in the page.",
29-
"maxLength": 30
25+
"description": "Category of the content displayed in the page."
3026
}
3127
},
3228
"required": [

0 commit comments

Comments
 (0)