Closed YOzaz closed 7 years ago
Found it. Prebid Server requires parameters to be as of integer
, but official docs say it must be wrapped in quotes (string
). It works either way, but docs must be updated then:
http://prebid.org/dev-docs/bidders.html#rubicon
Type of issue
Bug / question
Description
Configuration for Rubicon is correct as client-side request (well, it's working), but once prebidServer is enabled - I'm getting errors on parameter types. Suspecting something is wrong with type conversion. Plus, debug / error message is unhelpful :(
Steps to reproduce
Configuration (sample):
Result with
?pbjs_debug=true
- no call is made:Test page
Expected results
Rubicon bidding is done in server side.
Actual results
Rubicon adapter rejects bid as invalid - parameters are mismatched - therefore bid is not called.
Platform details
prebid.js build 0.32.0 +Rubicon adapter +PrebidServer adapter
Other information
https://github.com/prebid/prebid-server/issues/182#issuecomment-341414895