In DFP I'm able to set line item and key value pair to target bidders and price. In prebid.js how do I send floor price dynamically to each bidders while sending request?
I have searched in prebid site's and got one function pbjs.adserverTargeting() which returns following details during response:
{ "hb_bidder": "appnexus", "hb_adid": "7a53a9d3", "hb_pb: 1.0" }
Here hb_pb means floor price? If yes how can I sent those details during request?
pbjs.adserverTargeting() returns the ad server targeting constructed corresponding to the bids received from the exchanges.
According to the prebid docs only certain bidders allow for sending floor prices through their params, like for example rubicon(http://prebid.org/dev-docs/bidders.html#rubicon) which has an optional param "floor" where you can set the floor price.