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

feature request: configurable maxbid #11252

Open
patmmccann opened this issue Mar 22, 2024 · 1 comment
Open

feature request: configurable maxbid #11252

patmmccann opened this issue Mar 22, 2024 · 1 comment

Comments

@patmmccann
Copy link
Collaborator

patmmccann commented Mar 22, 2024

Type of issue

Feature request

Description

Openrtb doesn't have maxbid afaik but adx spec does. Lots of publishers have experienced well publicized issues from openx and pubmatic bidding millions of dollars recently.

I'd like to propose a maxbid setting with the value ending up in bid requests. Default to 5000 USD or its equivalent in loonies, yen etc

Bids above maxbid would tossed as invalid, not reduced to maxbid. We'd add a bid rejection reason.

Steps to reproduce

Test page

Expected results

Actual results

Platform details

Other information

@patmmccann patmmccann changed the title Default maxbid Feature request: allow publishers to set maxbid Mar 25, 2024
@patmmccann patmmccann changed the title Feature request: allow publishers to set maxbid Default maxbid Mar 25, 2024
@patmmccann patmmccann changed the title Default maxbid feature request: configurable maxbid Mar 25, 2024
@dgirardi
Copy link
Collaborator

dgirardi commented Mar 25, 2024

Proposal: add maxbid and maxbidcur settings:

pbjs.setConfig({ maxbid: 5000, maxbidcur: 'USD' })

this would be used for a validation check on bid responses.

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

No branches or pull requests

3 participants