Skip to content

Commit

Permalink
Adjusted adservercurrency retrieval for currency code conversion corr…
Browse files Browse the repository at this point in the history
…ectly in Prebid Professor
  • Loading branch information
Muhammad Ubaid Ashraf committed Jan 13, 2025
1 parent 7c01d90 commit 99e8e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auction.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ export function adjustBids(bid) {

if (bidPriceAdjusted.cpm >= 0) {
bid.cpm = bidPriceAdjusted;
bid.currency = adServerCurrency
bid.currency = $$PREBID_GLOBAL$$.getConfig('currency').adServerCurrency;
}
}

Expand Down

0 comments on commit 99e8e72

Please sign in to comment.