-
Notifications
You must be signed in to change notification settings - Fork 768
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
Question: Understanding SupportDeals(PBS), PreferDeals (PBS), SupportDeals (PBS), dealPrioritization (PBJS), prioritizeDeals(PBJS) #2490
Comments
I can confirm the behavior of
Unfortunately I cannot comment on the history of long-form video deal support. Will ask @SyntaxNode to weigh in on that. I would like to hope that we can obsolete any special support there for deals as we migrate LFV functionality into the main auction endpoint. |
Thanks @bretg for an update. @SyntaxNode can you update on LFV part? Another Question: What is the way one can prioritise the deals for non-lfv (banner, native) using existing flags, in both the cases server side and JS side? @bretg / @SyntaxNode |
There's not a silver bullet here.
It wouldn't be impossible to have the PBS bid adapter add this logic when sendBidsControl. dealPrioritization is set.
host company needs to add ext.prebid.targeting. preferdeals: true to the 'top-level' stored request
host company needs to add ext.prebid.targeting. preferdeals: true in the AMP stored request |
Thanks @bretg.
|
Not following the question @ShriprasadM . Prebid.js sends the hb_deal (or hb_deal_BIDDER) key-value pair to GAM. That's it. Prioritizing in GAM is in how you set up the line items. https://docs.prebid.org/adops/deals.html |
What's left on this issue @ShriprasadM ? |
Are we good here @ShriprasadM ? Deal support on the /video endpoint is a separate thing, not related to deal support on the main /auction endpoint. The /video endpoint is deprecated. |
Yes @bretg . Thanks. |
@bretg / @SyntaxNode / PrebidTeam , can you confirm if following understanding is correct?
hb_pb_cat_dur
https://docs.prebid.org/prebid-video/video-long-form.html#deal-supportext.prebid.targeting.preferdeals: true
#1355 #1528dealPrioritization: true
https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.htmlhb_deal
https://docs.prebid.org/adops/deals.html#deal-key-value-pairssupport deals = true, preferdeals = true
priortizedeals:true, dealPrioritization:true
hb_pb_cat_dur
preferdeals = true
dealPrioritization:true
hb_deal
The text was updated successfully, but these errors were encountered: