Skip to content

Pet 239 ias bid adapter bug fix for multiple slots#2653

Merged
snapwich merged 4 commits intoprebid:masterfrom
bengel-ias:PET-239-IAS-bid-adapter-bug-fix-for-multiple-slots
Jul 9, 2018
Merged

Pet 239 ias bid adapter bug fix for multiple slots#2653
snapwich merged 4 commits intoprebid:masterfrom
bengel-ias:PET-239-IAS-bid-adapter-bug-fix-for-multiple-slots

Conversation

@bengel-ias
Copy link
Contributor

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

PET-239 Fix:

  • Performs the backend request for multiple slots in 1 call
  • Sets all backend response data for each bid response (some is global and some is slot specific) to be parsed by the user for targeting.
  • Fixed tests
  • Added tests

* PET-239 Fix.
Performs the request for multiple slots on 1 call.

* PET-239 Fixed Prebid tests
@bengel-ias
Copy link
Contributor Author

Anyway to kick this build off again? Understand the failure or the reason behind the failure?

@mkendall07
Copy link
Contributor

restarted.

bidResponses.push(otherResponse);
});

if (top.postIASResponse) {
Copy link
Collaborator

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

Copy link
Contributor Author

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
@bengel-ias
Copy link
Contributor Author

@snapwich: please take another look at the PR.

@bengel-ias
Copy link
Contributor Author

@snapwich: any chance you can take a look at the PR changes?

@bengel-ias
Copy link
Contributor Author

@mkendall07, @snapwich: is there someone else that can take a look?

@snapwich snapwich merged commit d5d5e34 into prebid:master Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments