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

Creating empty bid objects for "No bids" responses #2035

Closed
vzhukovsky opened this issue Jan 16, 2018 · 2 comments
Closed

Creating empty bid objects for "No bids" responses #2035

vzhukovsky opened this issue Jan 16, 2018 · 2 comments
Assignees

Comments

@vzhukovsky
Copy link
Contributor

Type of issue

Question

Description

Hi guys. I have a question about handling empty bid responses.

In Prebid 0.X.X we had a functionality for creating empty bid objects for all "No bids" responses (fillNoBids method in bidderFactory module). But as I can see it has removed since Prebid 1.0 release. We used this feature to distinguish between available bids and no bids for collecting analytics.

Is there a way to replicate the old behavior in Prebid 1.0?

@snapwich
Copy link
Collaborator

We did this in an effort to simplify the adapter architecture. Rather than submit no_bids for all possible slots to signal non-participation an adapter needs now to only do nothing. Non-participation could still be inferred in analytics by hearing a bidRequested event for a bidder with no bidResponse from that bidder before the auctionEnd event (and not getting notification of a bidderTimeout with them included).

@matthewlane
Copy link
Collaborator

Closing as answered

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

No branches or pull requests

3 participants