-
Notifications
You must be signed in to change notification settings - Fork 17
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
Custom bidder_key_map for single order setup #136
Comments
@Egge7 This is not directly supported. But you should be able to override the settings by directly modifying the following: LMK if you need further guidance |
@Egge7 I am going to add support for overriding the settings file with a CLI option for advanced users. This will allow you to easily copy the settings file and try your own custom settings. |
@Egge7 Try the following dev version:
|
Note that this is now available in latest PyPI release:
|
Description
We are trying to create line items for prebid.js with a custom price bucket key-value pair. We figured bidder_key_map is the right place to so, but it expects a bidder code and we are trying to implement this using a "Send highest bid" single order setup. So essentially I am trying to change the key-value from
hb_pb
to e.g.newhb_pb
else for ALL bidders.The text was updated successfully, but these errors were encountered: