-
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
Pet 239 ias bid adapter bug fix for multiple slots #2653
Pet 239 ias bid adapter bug fix for multiple slots #2653
Conversation
* PET-239 Fix. Performs the request for multiple slots on 1 call. * PET-239 Fixed Prebid tests
Anyway to kick this build off again? Understand the failure or the reason behind the failure? |
restarted. |
modules/iasBidAdapter.js
Outdated
bidResponses.push(otherResponse); | ||
}); | ||
|
||
if (top.postIASResponse) { |
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 the possibility of throwing an exception if within an unfriendly iFrame. Should wrap with try/catch
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.
looking (comment to make sure this PR stays open)
* Fixed errors for PR 2653 * Removed unnecessary block from iasBidAdapter from the comments in pull 2653
@snapwich: please take another look at the PR. |
@snapwich: any chance you can take a look at the PR changes? |
@mkendall07, @snapwich: is there someone else that can take a look? |
Type of change
Description of change
PET-239 Fix: