-
Notifications
You must be signed in to change notification settings - Fork 749
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
New Adapter: Adyoulike #1700
New Adapter: Adyoulike #1700
Conversation
…dd-AdYouLike-Adapter
Documentation updated: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
case http.StatusOK: | ||
break | ||
case http.StatusNoContent: | ||
return nil, []error{errors.New("MakeBids error: No Content")} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guiann : We have noticed that this behavior is causing some debugging issues. In the case where you simply have no bids to offer, returning an error implies that there was some issue with the request that needs to be resolved to get your bidder to actually bid in the auction. Or if this is actually an indication of a real error, something more informative than "No Content" is needed for any meaningful debugging to occur.
No description provided.