Skip to content

Commit

Permalink
add warning message for liftoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Vungle-GordonTian committed Jun 5, 2024
1 parent 5a8fc9d commit c252c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions exchange/adapter_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func GetDisabledBidderWarningMessages(infos config.BidderInfos) map[string]strin
"applogy": `Bidder "applogy" is no longer available in Prebid Server. Please update your configuration.`,
"rhythmone": `Bidder "rhythmone" is no longer available in Prebid Server. Please update your configuration.`,
"nanointeractive": `Bidder "nanointeractive" is no longer available in Prebid Server. Please update your configuration.`,
"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.`,
}

return mergeRemovedAndDisabledBidderWarningMessages(removed, infos)
Expand Down
2 changes: 1 addition & 1 deletion openrtb_ext/bidders.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ var coreBidderNames []BidderName = []BidderName{
BidderLmKiviads,
BidderKrushmedia,
BidderLemmadigital,
BidderVungle,
BidderLimelightDigital,
BidderLockerDome,
BidderLogan,
Expand Down Expand Up @@ -212,6 +211,7 @@ var coreBidderNames []BidderName = []BidderName{
BidderVisx,
BidderVox,
BidderVrtcal,
BidderVungle,
BidderXeworks,
BidderYahooAds,
BidderYandex,
Expand Down

0 comments on commit c252c33

Please sign in to comment.