From 1a2c86fc11f34b022ef572260777c96a9a83fa08 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 6 Apr 2023 13:50:49 -0400 Subject: [PATCH] Update undertoneBidAdapter.js (#9778) --- modules/undertoneBidAdapter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/undertoneBidAdapter.js b/modules/undertoneBidAdapter.js index eda4b6f579c..28893d04b3f 100644 --- a/modules/undertoneBidAdapter.js +++ b/modules/undertoneBidAdapter.js @@ -76,6 +76,7 @@ function getBannerCoords(id) { export const spec = { code: BIDDER_CODE, + gvlid: 677, supportedMediaTypes: [BANNER, VIDEO], isBidRequestValid: function(bid) { if (bid && bid.params && bid.params.publisherId) {