-
Notifications
You must be signed in to change notification settings - Fork 742
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
Prebid Server Long Form Video Deal Support Changes #1174
Labels
Comments
SyntaxNode
added
the
Intent to implement
An issue describing a plan for a major feature. These are intended for community feedback
label
Jan 24, 2020
bretg
changed the title
Prebid Server Deal Support Changes
Prebid Server Long Form Video Deal Support Changes
Jul 20, 2020
SyntaxNode
added
Ready For Dev
Feature specification is ready to be developed.
and removed
Intent to implement
An issue describing a plan for a major feature. These are intended for community feedback
labels
Sep 7, 2022
Don't see that this has been ported yet to PBS-Java. Opened a low-pri ticket internally. |
Cancelling due to pending video endpoint deprecation |
github-project-automation
bot
moved this from Ready for Dev
to Done
in Prebid Server Prioritization
Sep 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Below is a work in progress write up of the intended changes.
Deal Support
Overview
Bids that contain deals may need to be updated with a bidder defined prefix and priority level. This will be reflected in the
hb_pb_cat_dur
value in the resultingadPod
. The fieldhb_pb_cat_dur
is usually formed with{price bucket}_{industry code}_{duration}
. With this feature,hb_pb_cat_dur
will instead be formed by{bidder prefix}{deal priority}_{industry code}_{duration}
if all conditions are met.Example:
Original:
Modified:
In order for the modification to occur, there are a few pieces that need to be setup. The configuration must contain a
dealTier
object that holds theprefix
andminDealTier
values. The request to Prebid Server must also enable this feature through theSupportDeals
field. Note that in order for ImpBus to return the deal priority for resulting bids, deals must be configured for the target campaign outside of Prebid Server.Prebid Configuration
The prefix and minimum deal tier must be defined in the Prebid configuration in order for the key to be updated. These are set per bidder in a
dealTier
object.hb_pb_cat_dur
. Must be non-empty.Example:
Video Request
The request for the video endpoint contains a new boolean field:
SupportDeals
. If omitted, the default value forSupportDeals
isfalse
. The field exists in the top level of the request.Example:
Example Modification of
hb_pb_cat_dur
For this example, assume there is a Prebid configuration as follows:
Also assume the following result for the auction:
hb_pb_cat_dur
Due to the deal priorities received, only the
hb_pb_cat_dur
for"bidder1"
will be updated, as shown in this example response:The text was updated successfully, but these errors were encountered: