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

Various adapters: tmax bug #9287

Closed
ilapshyn opened this issue Nov 28, 2022 · 7 comments
Closed

Various adapters: tmax bug #9287

ilapshyn opened this issue Nov 28, 2022 · 7 comments
Assignees
Labels

Comments

@ilapshyn
Copy link

Type of issue

Question

Description

If timeout is set on auction level instead of global 'bidderTimeout' and it's lower than default value then some bidders (IX, Sharethrough and others) still send global value as 'tmax'.
Could it affect bidder performance?

Steps to reproduce

global 'bidderTimeout' not set (prebid uses default value 3000)
auction timeout is set to 2500
some bidders still send 3000 in tmax field

Platform details

Version: 7.21

Other information

#8973 - partially mentioned here

@patmmccann
Copy link
Collaborator

Each of those adapters has a bug

@patmmccann patmmccann changed the title Global timeout vs auction timeout question Ix and sharethrough: tmax bug Nov 28, 2022
@patmmccann patmmccann added the bug label Nov 28, 2022
@patmmccann patmmccann changed the title Ix and sharethrough: tmax bug Various adapters: tmax bug Nov 28, 2022
@patmmccann
Copy link
Collaborator

Axonix, beyond, many others

@patmmccann
Copy link
Collaborator

Also @TheMediaGrid has this bug, doing incorrect math to find the tmax

@patmmccann patmmccann self-assigned this Nov 28, 2022
@TheMediaGrid
Copy link
Contributor

TheMediaGrid commented Dec 13, 2022

Also @TheMediaGrid has this bug, doing incorrect math to find the tmax

Hello! @patmmccann Please specify where this bug is? There is a line in our gridBidAdapter where we only use a lower value of timeout. https://github.com/prebid/Prebid.js/blob/master/modules/gridBidAdapter.js#L98

@patmmccann
Copy link
Collaborator

Also @TheMediaGrid has this bug, doing incorrect math to find the tmax

Hello! @patmmccann Please specify where this bug is? There is a line in our gridBidAdapter where we only use a lower value of timeout. https://github.com/prebid/Prebid.js/blob/master/modules/gridBidAdapter.js#L98

You should only use the value from the bidRequest, not the lower of the two.

@TheMediaGrid
Copy link
Contributor

Also @TheMediaGrid has this bug, doing incorrect math to find the tmax

Hello! @patmmccann Please specify where this bug is? There is a line in our gridBidAdapter where we only use a lower value of timeout. https://github.com/prebid/Prebid.js/blob/master/modules/gridBidAdapter.js#L98

You should only use the value from the bidRequest, not the lower of the two.

Thank you, fixed - #9339

@patmmccann
Copy link
Collaborator

Closing in favor of #9705

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

No branches or pull requests

3 participants