You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried setting both enableSendAllBids: true in setConfig as well as calling pbjs.enableSendAllBids(); and I've ensure enableSendAllBids is true in the global pbjs.getConfig() object, but I'm still not getting the hb_pb_{ADAPTER} keys to be returned from pbjs.adServers.dfp.buildVideoUrl. Is this expected, or am I missing something?
What I'm getting back includes: hb_bidder=appnexusAst&hb_pb=19.90 for example;
but our targeting in DFP is set up for hb_pb_{ADAPTER}. I can prepend these manually, but just seeing if I'm missing something else, since the documentation doesn't mention using enableSendAllBids for video that I can see.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Type of issue
Help wanted
Description
I've tried setting both
enableSendAllBids: true
in setConfig as well as callingpbjs.enableSendAllBids();
and I've ensureenableSendAllBids
istrue
in the globalpbjs.getConfig()
object, but I'm still not getting thehb_pb_{ADAPTER}
keys to be returned frompbjs.adServers.dfp.buildVideoUrl
. Is this expected, or am I missing something?What I'm getting back includes:
hb_bidder=appnexusAst&hb_pb=19.90
for example;but our targeting in DFP is set up for
hb_pb_{ADAPTER}
. I can prepend these manually, but just seeing if I'm missing something else, since the documentation doesn't mention usingenableSendAllBids
for video that I can see.Steps to reproduce
pbjs.enableSendAllBids();
orretrieve bids
let foo = pbjs.adServers.dfp.buildVideoUrl({ // dfp params here })
foo
will not containhb_pb_{ADAPTER}
parametersExpected results
hb_pb_{ADAPTER}
parameters included in string returned frombuildVideoUrl
Actual results
hb_pb_{ADAPTER}
parameters are not included in string returned frombuildVideoUrl
Platform details
prebid v0.33.0
Mac OS X 10.11.6
Chrome 62.0.3202.94
The text was updated successfully, but these errors were encountered: