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

Draft tmax proposal #4

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

VeronikaSolovei9
Copy link
Owner

No description provided.

oh0387 and others added 6 commits July 17, 2023 18:16
tmaxAdjustments will be further used to calculate bidderTmax and decide whether to send request to bidder server
Reducing the amount of time bidders have to compensate for the processing time used by PBS to fetch a stored request (if needed), validate the OpenRTB request and split it into multiple requests sanitized for each bidder. As well as for the time needed by PBS to prepare the auction response
@@ -152,7 +152,7 @@ func (cfg *Configuration) validate(v *viper.Viper) []error {

if cfg.TmaxAdjustments.Enabled {
glog.Warning(`cfg.TmaxAdjustments.Enabled will currently not do anything as tmax adjustment feature is still under development.`)
cfg.TmaxAdjustments.Enabled = false
//cfg.TmaxAdjustments.Enabled = false
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is uncommented for testing

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

Successfully merging this pull request may close these issues.

2 participants