From 6e460543c923f8799089f8cbd20a4ed58f608023 Mon Sep 17 00:00:00 2001 From: tradplus <58809719+tradplus@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:32:51 +0800 Subject: [PATCH] TradPlus: Setting zoneId is optional (#3680) --- src/main/resources/static/bidder-params/tradplus.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/static/bidder-params/tradplus.json b/src/main/resources/static/bidder-params/tradplus.json index deae1392d1d..345662fe456 100644 --- a/src/main/resources/static/bidder-params/tradplus.json +++ b/src/main/resources/static/bidder-params/tradplus.json @@ -15,7 +15,6 @@ } }, "required": [ - "accountId", - "zoneId" + "accountId" ] }