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

Bid Adapters pulling tmax from config instead of bidderRequest object #9705

Closed
35 tasks
Justin-Quinn51 opened this issue Mar 23, 2023 · 2 comments · Fixed by #9770
Closed
35 tasks

Bid Adapters pulling tmax from config instead of bidderRequest object #9705

Justin-Quinn51 opened this issue Mar 23, 2023 · 2 comments · Fixed by #9770
Assignees

Comments

@Justin-Quinn51
Copy link
Contributor

Type of issue

Enforcement

Description

The following bid adapters are pulling tmax from config.getConfig('bidderTimeout'):

  • acuityAds
  • amx
  • appush
  • beyondMedia
  • brave
  • brightcom
  • brightcomSSP
  • coinzilla
  • compass
  • contextexchange
  • glimpse
  • globalsun
  • grid
  • gridNM
  • gumgum
  • iqzone
  • kobler
  • kueez
  • luponmedia
  • mathildeads
  • medianet
  • minutemedia
  • nexx360
  • onomagic
  • operaads
  • pubmatic
  • rise
  • sharethrough
  • shinez
  • smarthub
  • synacormedia
  • truereach
  • videoheroes
  • visiblemeasures
  • vrtcal

Other information

References #9287

@patmmccann
Copy link
Collaborator

patmmccann commented Oct 30, 2023

A bunch of these remain eg

const bidderTimeout = Number(config.getConfig('bidderTimeout')) || timeout;

tmax: config.getConfig('bidderTimeout')

@patmmccann patmmccann moved this from Open to Ready for Dev in Prebid.js Tactical Issues table Oct 30, 2023
@github-project-automation github-project-automation bot moved this from Ready for Dev to Done in Prebid.js Tactical Issues table Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants