-
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
PrebidServer Default Vendor option does not honor enabled
field
#3515
Comments
Good catch @robertrmartinez - will put it in our queue for next sprint |
@bretg @robertrmartinez |
Is there a link to the PR? I tried with Prebid |
@jaiminpanchal27 Was this actually fixed or just still waiting to be fixed? I do not think it is super high priority but wanted to make sure cuz I could not find an associated PR |
@robertrmartinez Not fixed. Thanks for taking it. |
@robertrmartinez to review today and close or plan next steps |
Solved in #6622 |
Type of issue
BUG - Unsure of when introduced, or if has been the case since default vendors was included.
Description
When using the
defaultVendor
option ins2sConfig
, we cannot overwrite theenabled
field.The auction will ALWAYS hit PBS when the defaultVendor is set and cannot be shut off with
enabled: false
Steps to reproduce
Any s2s test page with the following s2sconfig will show this behavior:
The above will still request rubicons Prebid Server for any Rubicon Bids.
Workaround is to just empty out the bidders list.
Test page
https://jsfiddle.net/mvyurf3o/3/
I would expect this test page to make a Client Side request to Rubicon, not a Server Side!
https://jsfiddle.net/zLe2jnad/1/
This test page showing that if I remove
defaultVendor
and just put anendpoint
, then it does correctly disable the server connection.Expected results
WHEN
defaultVendor
is set andenabled
is falseTHEN no server connection is made.
Actual results
enabled is ignored and is whatever the default vendor has set.
The text was updated successfully, but these errors were encountered: