From 54528d3b5230548a56586f730dbf02650eb3ba7a Mon Sep 17 00:00:00 2001 From: "v.raybaud" Date: Tue, 7 Jan 2025 16:59:15 +0100 Subject: [PATCH] Criteo bid adapter: add pubid/uid fields in the configuration --- static/bidder-params/criteo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/bidder-params/criteo.json b/static/bidder-params/criteo.json index 88c6fba5d3a..a706cfa9158 100644 --- a/static/bidder-params/criteo.json +++ b/static/bidder-params/criteo.json @@ -23,6 +23,16 @@ "type": "integer", "description": "Impression's network ID, preferred.", "minimum": 0 + }, + "pubid": { + "type": "string", + "description": "Impression's publisher ID.", + "minLength": 1 + }, + "uid": { + "type": "integer", + "description": "Impression's ad unit id.", + "minimum": 0 } }, "anyOf": [