From fe3bd57ac84a0ca1cc762b38105dc5cd29149e09 Mon Sep 17 00:00:00 2001 From: bsardo <1168933+bsardo@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:48:29 -0500 Subject: [PATCH] Add removed bidder warnings --- exchange/adapter_util.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exchange/adapter_util.go b/exchange/adapter_util.go index 27e36a07051..377130118e5 100644 --- a/exchange/adapter_util.go +++ b/exchange/adapter_util.go @@ -127,6 +127,10 @@ func GetDisabledBidderWarningMessages(infos config.BidderInfos) map[string]strin "bizzclick": `Bidder "bizzclick" is no longer available in Prebid Server. Please update your configuration. "bizzclick" has been renamed to "blasto".`, "liftoff": `Bidder "liftoff" is no longer available in Prebid Server. If you're looking to use the Vungle Exchange adapter, please rename it to "vungle" in your configuration.`, "gothamads": `Bidder "gothamads" is no longer available in Prebid Server. Please rename it to "intenze" in your configuration.`, + "adocean": `Bidder "adocean" is no longer available in Prebid Server. Please update your configuration.`, + "dxkulture": `Bidder "dxkulture" is no longer available in Prebid Server. Please update your configuration.`, + "mobupps": `Bidder "mobupps" is no longer available in Prebid Server. Please update your configuration.`, + "vimayx": `Bidder "vimayx" is no longer available in Prebid Server. Please update your configuration.`, } return mergeRemovedAndDisabledBidderWarningMessages(removed, infos)