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

New Adapter: Adyoulike #1700

Merged
merged 81 commits into from
Mar 7, 2021
Merged

Conversation

guiann
Copy link
Contributor

@guiann guiann commented Feb 15, 2021

No description provided.

@guiann
Copy link
Contributor Author

guiann commented Mar 5, 2021

Documentation updated:
prebid/prebid.github.io#2741

Copy link
Contributor

@guscarreon guscarreon left a 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")}
Copy link
Collaborator

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.

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

Successfully merging this pull request may close these issues.

5 participants