Skip to content
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

Pass auctionId as a argument to bidsBackHandler #4789

Merged

Conversation

ptomasroos
Copy link
Contributor

Since many people are using a lambda expression its very convenient to have the auctionId being returned into the bidsBackHandler argument

Type of change

  • Feature

Description of change

Adds auctionId as an argument to the existing bidsBackHandler call.
We use it in order to be able to take decisions in the bidsBackHandler which is the current auction that is going to be rendered.

Since the other place the auctionId is first return is the requestBids (which is outside of the Clojure and the bidsBackHandler that is being passed as a object)

Copy link
Member

@mkendall07 mkendall07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Needs 2nd review

@mkendall07 mkendall07 requested a review from snapwich January 29, 2020 14:54
@mkendall07 mkendall07 added the needs 2nd review Core module updates require two approvals from the core team label Jan 29, 2020
Copy link
Collaborator

@snapwich snapwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mkendall07 mkendall07 merged commit e733204 into prebid:master Jan 29, 2020
@ptomasroos
Copy link
Contributor Author

Thanks!

hellsingblack pushed a commit to SublimeSkinz/Prebid.js that referenced this pull request Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs 2nd review Core module updates require two approvals from the core team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants