From 3c9aad0bd499392582a016fbab5886193dcd4bb9 Mon Sep 17 00:00:00 2001 From: pkaczmarek Date: Mon, 14 Apr 2025 14:35:56 +0200 Subject: [PATCH] AppNexus: Support member param as int --- src/main/resources/static/bidder-params/appnexus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/bidder-params/appnexus.json b/src/main/resources/static/bidder-params/appnexus.json index 3c16fd7845d..8d3675765f3 100644 --- a/src/main/resources/static/bidder-params/appnexus.json +++ b/src/main/resources/static/bidder-params/appnexus.json @@ -27,7 +27,7 @@ "description": "Deprecated, use inv_code instead." }, "member": { - "type": "string", + "type": ["integer", "string"], "description": "An ID which identifies the member selling the impression." }, "keywords": {