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

Fix bug in rubicon bid adapter for fpd keywords #5078

Merged
merged 1 commit into from
Apr 6, 2020
Merged

Conversation

robertrmartinez
Copy link
Collaborator

Type of change

  • Bugfix

Description of change

If the user input non array into keywords it would break and not send bids.

Here is the new test without the isArray check:

image

@harpere harpere added the LGTM label Apr 6, 2020
@bretg bretg removed request for idettman and msm0504 April 6, 2020 15:31
@bretg bretg merged commit 59ccbbf into master Apr 6, 2020
rjvelicaria pushed a commit to openx/Prebid.js that referenced this pull request Apr 9, 2020
@mgriego
Copy link
Contributor

mgriego commented Apr 28, 2020

@robertrmartinez @bretg I know this has long since been merged in, but I'm curious your thoughts about this becoming a silent error? Passing invalid data now won't cause the bid to fail completely, but the publisher now has no feedback that they did something wrong. Should there at least be a debugging message when data supplied by the caller is outright ignored due to bad formatting?

@bretg
Copy link
Collaborator

bretg commented Apr 28, 2020

I'm fine with a message, but it would need to be short. Very short. The PBJS package is already too big, and error messages don't compress well.

iggyfisk pushed a commit to happypancake/Prebid.js that referenced this pull request Jun 22, 2020
@robertrmartinez robertrmartinez deleted the rubicon_fpd_updates branch September 21, 2020 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants