-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currency module issue with EUR #3945
Comments
Tested backwards, and first version where I don't get this is 2.17.0. I assume this has to do with this: #3845 , but can't seem to understand why. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is this within a custom analytics adapter? I can't see any obvious issue that would cause that error with the public analytics adapters, but since that commit changed from using a closed over variable to a property on |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Type of issue
Error caused by the currency module.
Description
We're seeing and error being thrown when updating from Prebid 1.4 to the latest
(2.2) using the currency module. Earlier everything worked as expected, now we see the following error:
Removing this makes the error disappear:
"currency": { "adServerCurrency": "EUR", "granularityMultiplier": 1, "defaultRates": { "USD": { "EUR": 1.13 }} }
Also if I change the adservercurrency to USD, then everything works as expected and no errors are thrown.
Steps to reproduce
Use the latest prebid with currency module, set adservercurrency to EUR
Expected results
No errors.
Actual results
Errors.
The text was updated successfully, but these errors were encountered: