Skip to content
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

Support For OpenRTB 2.6-202309 #3366

Closed
bretg opened this issue Dec 19, 2023 · 3 comments
Closed

Support For OpenRTB 2.6-202309 #3366

bretg opened this issue Dec 19, 2023 · 3 comments
Labels

Comments

@bretg
Copy link
Contributor

bretg commented Dec 19, 2023

Fields added in ORTB2.6-202309

We intend to add these fields to the ORTB2.6 schema:

  • $.acat - string array - Allowed advertiser categories. A separate issue will be opened to track enhancement of the ORTB Blocking Module to support this field. It's the opposite of bcat.
  • $.imp.pmp.deals.guar - the new guar field is an integer
  • $.imp.pmp.deals.mincpmpersec - the new mincpmpersec field is a float. (Note: this field previously existed in other objects and has been added to the deal object.)

Duration Floors

For now, the Prebid Server floors feature will not support this new type of floor. We will simply add these fields to the ORTB2.6 schema:

  • $.imp.video.durfloors - array of durfloors objects
  • $.imp.audio.durfloors - array of durfloors objects
  • $.imp.pmp.deals.durfloors - array of durfloors objects

The durfloors object contains the following fields:

  • mindur - int
  • maxdur - int
  • bidfloor - float
  • ext - object
@bretg
Copy link
Contributor Author

bretg commented Dec 20, 2023

Discussed in committee. We're proposing to not enforce durfloors because we don't always have the duration in the bid response.

This may be addressed in a future issue.

@bretg
Copy link
Contributor Author

bretg commented Jan 22, 2024

Done in PBS-Java 2.7

@bretg bretg added the PBS-Go label Jan 22, 2024
@SyntaxNode
Copy link
Contributor

Implemented in PBS-Go 2.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants