- line-item-manager version: v0.2.10
- Python version: 3.11.5
- Operating System: MacOS
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.
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_pbto e.g.newhb_pbelse for ALL bidders.