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

pbjs.getNoBids() method not working for IncrementX bidder #10421

Closed
Prebid-Vertoz opened this issue Aug 31, 2023 · 2 comments
Closed

pbjs.getNoBids() method not working for IncrementX bidder #10421

Prebid-Vertoz opened this issue Aug 31, 2023 · 2 comments

Comments

@Prebid-Vertoz
Copy link
Contributor

Type of issue

Bug

Description

Hello @Prebid-Team,

When we call our adapter(IncrementX) and response is NOBID then if we
calling 'pbjs.getNoBids()' Method in console but it not return our adapter
details in nobids.

Test page

https://textfeed.howgeneric.com/Beta/HB_IncrementX.html

@dgirardi
Copy link
Collaborator

In that page the adapter does provide a bid, although invalid, so it gets rejected:

image

getNoBids() only looks at requests that got no bids; rejected bids are instead routed to the 'bidRejected' event.

@dgirardi dgirardi moved this from Triage to Needs OP in Prebid.js Tactical Issues table Aug 31, 2023
@patmmccann
Copy link
Collaborator

@Prebid-Vertoz does that solve?

@patmmccann patmmccann closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants