-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Deals not working as documented #1574
Comments
Agreed that there is a misleading statement in the doc: "Prebid.js will generate the deal key-values for every bidder". The "alwaysUseBid" bidderSettings option would be the way around this. Will speak with the team about whether we change the doc or the code -- community input either way welcome. |
The documentation is probably made for how the code worked before the "refactoring" in I would expect prebid without any special configuration to add hb_deal_suffix targeting for every adapter that returns a deal. If the publisher do not want it, they can override that with adserverTargeting in bidderSettings (or, more probably, talk to the partner placing bids with deals). |
In addition to the documentation mismatch on hb_deal_suffix, most of the time you would want hb_adid_suffix in addition so the deal specific creative can call renderAd directly with %%PATTERN:hb_adid_suffix%%. That's a different issue, but something to consider at the same time. |
@mkendall07 and @mjacobsonny - if Prebid sends hb_deal_ and hb_adid_ everywhere, not clear to me what function alwaysUseBid has. If we go this way, which I like, I think 1.0 could eliminate alwaysUseBid. |
@bretg -- Agreed. I would definitely like to get rid of alwaysUseBid in 1.0. |
what does that mean exactly? You want |
+1 Any reason we can't also get rid of enableSendAllBids and just make it true always? |
Ok, so here's the behavior I'm suggesting for 1.0.
@mjacobsonny @bretg for comment ^ I think there is use cases were pubs won't want to send all bids - so leaving that as an option is good. |
This is good for me with two additions:
|
@mkendall07 @bretg
Google's As of now it only sends |
|
Agreed. |
Type of issue
I'm having troubles deploying deals as documented on http://prebid.org/adops/deals.html
This may very well be a basic misunderstanding, but there doesn't appear to be any test cases either way so at the very least that is something to address.
Description
On an already successfully deployed prebid integration we add an adapter that returns a dealID in its bids. These are not automatically added to the targeting parameters unless prebid is configured with pbjs.enableSendAllBids().
Steps to reproduce
Given the documentation I would expect the following test case to be correct. The hb_deal_triplelift is however missing.
The text was updated successfully, but these errors were encountered: