Enhanced Currency Conversion #3566
Labels
good first issue
Issues which are good for new contributors looking to get involved in the project
med priority
PBS-Go
The Prebid.js currency module is able to convert any of the currencies in the file to any other currency using USD (or GBP) as an intermediate.
Apparently this feature was not implemented in PBS, at least PBS-Java. We're seeing this error:
Here's an example currency rates definition:
If desired destination currency is not present, PBS should:
e.g. a bid of 5 NOK would be 5 * (10.238422112392458 / 10.470895112575509) = 4.89 SEK
The text was updated successfully, but these errors were encountered: