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

remove removeRequestId logic when getting bids #3698

Merged
merged 1 commit into from
Apr 3, 2019
Merged

Conversation

jsnellbaker
Copy link
Collaborator

Type of change

  • Feature

Description of change

Fixes #3685

This PR removes the logic we had in place to remove the requestId field from the bid objects that were returned in the public API's various getBids... type functions.

Context

Originally introduced in #1970, the requestId's value for a long time was equal to the bid's adId; so it was unnecessary to have both included when one was just used internally.

However when #3440 was introduced, the requestId and adId held different responsibilities (see linked PR for details).

At this point, both fields should be present when we're getting the bids from an auction.

@jaiminpanchal27 jaiminpanchal27 added the needs 2nd review Core module updates require two approvals from the core team label Apr 2, 2019
Copy link
Contributor

@idettman idettman left a comment

Choose a reason for hiding this comment

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

LGTM

@idettman idettman merged commit 3b2093a into master Apr 3, 2019
jacekburys-quantcast pushed a commit to jacekburys-quantcast/Prebid.js that referenced this pull request May 15, 2019
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