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 account-level custom price granularity #2314

Open
bretg opened this issue Jul 21, 2022 · 0 comments
Open

Support account-level custom price granularity #2314

bretg opened this issue Jul 21, 2022 · 0 comments

Comments

@bretg
Copy link
Contributor

bretg commented Jul 21, 2022

Currently account-level price granularity doesn't support the 'custom' value. Custom price buckets must be defined in the request or storedrequest.

This issue tracks the expansion of account-level custom price granularity buckets. We propose re-using the existing price-granularity config, but allowing either a string datatype for the existing behavior, or an object for the new behavior.

Example account-level config:

auction.price-granularity.type: "custom"
auction.price-granularity.precision: 2
auction.price-granularity.ranges: [{"max": 20.00, "increment": 0.10},{"max": 50.00, "increment": 1.00}]

Priority of granularity config:

  • request
  • stored request
  • account config
@bretg bretg added Ready For Dev Feature specification is ready to be developed. and removed Ready For Dev Feature specification is ready to be developed. labels Jul 22, 2022
@bretg bretg removed the projectboard label Sep 8, 2022
@bretg bretg moved this from Triage to Needs Requirements in Prebid Server Prioritization Sep 23, 2022
@bretg bretg moved this from Needs Requirements to Ready for Dev in Prebid Server Prioritization Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Dev
Development

No branches or pull requests

1 participant