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)