-
Notifications
You must be signed in to change notification settings - Fork 762
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
Yieldmo: Add bid floor currency conversion #3697
Yieldmo: Add bid floor currency conversion #3697
Conversation
Code coverage summaryNote:
yieldmoRefer here for heat map coverage report
|
I'm not sure why the validate merge failed. When I run ./validate.sh --nofmt --cov locally I see a handful of warnings but no errors or failures. Please let me know if you have any advice on what to do about that. |
} | ||
imp.BidFloorCur = "USD" | ||
imp.BidFloor = floor | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add json test case for this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been done and it actually did help catch a mistake, so thank you for requesting.
…ete the preprocess step regardless of whether or not the currency conversion fails, fixed an issue where the currency conversion results were not being applied
Code coverage summaryNote:
yieldmoRefer here for heat map coverage report
|
This change adds bid floor currency conversion for the Yieldmo adapter. I didn't see any documentation around this functionality, so I largely based this change on the implementations I saw across other adapters. If anyone reviewing this is aware of any documentation or known issues/edge cases with this feature, I would love to hear about them. Thanks!