-
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
Prebid Core: send all bid info within the timeout event #8288
Conversation
@patmmccann double-checking this behavior with you to make sure I'm not missing any side-effects from this changee? |
This is the original PR: |
@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? |
@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 |
9391088
to
665ebbe
Compare
lgtm |
Type of change
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.