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

Prebid Core: send all bid info within the timeout event #8288

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

JulieLorin
Copy link
Collaborator

Type of change

  • Feature

Description of change

We are using the bids and no bids events (EVENTS.BID_TIMEOUT and EVENTS.NO_BID) and we do not retrieve the same information about the bid on both. The timeout event only has a few information. This is because most fields are not sent.

I don't know if there is a reason to keep only little information about the timeout event, but if it's ok, it would be convenient for us to have more information.

This pull request updates the timeout event and will send the original bid in the timeout event. There will be no removal or renaming of fields. This is only an addition of field.

@ChrisHuie ChrisHuie self-requested a review April 20, 2022 17:12
@ChrisHuie ChrisHuie self-assigned this Apr 20, 2022
@ChrisHuie ChrisHuie changed the title send all bid info within the timeout event Prebid Core: send all bid info within the timeout event Apr 20, 2022
@ChrisHuie ChrisHuie added the needs 2nd review Core module updates require two approvals from the core team label Apr 20, 2022
@ChrisHuie
Copy link
Collaborator

@patmmccann double-checking this behavior with you to make sure I'm not missing any side-effects from this changee?

@dgirardi
Copy link
Collaborator

This is the original PR:

#1824

@patmmccann
Copy link
Collaborator

patmmccann commented Apr 21, 2022

@JulieLorin what do you think about listing all the fields you want? Also, can you add a test for a field you are not getting now, showing that it is passed?

@JulieLorin
Copy link
Collaborator Author

@patmmccann The field I want is a custom one added on the bid (not something officially supported by Prebid) so I cannot really make a list. That's why I was proposing to keep all bid's fields just like it is done in the nobid event (it seems to be more consistent)

The original PR was about adding more information (before, there was only the bidderCode) but I don't see a reason to limit it to only 4 fields.

I will add a test for this

@patmmccann
Copy link
Collaborator

patmmccann commented Apr 22, 2022

lgtm

@patmmccann patmmccann merged commit 6e78043 into prebid:master Apr 22, 2022
JoelPM pushed a commit to JoelPM/Prebid.js that referenced this pull request Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance 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.

None yet

4 participants