-
Notifications
You must be signed in to change notification settings - Fork 760
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: ConnectAd PreBid Server Adapter #1473
Conversation
Thank you for your contribution. We'll review this PR early next week. For now, could you please open a PR in https://github.com/prebid/prebid.github.io to add a doc for this new adapter. More information is found in our new adapter guide: https://docs.prebid.org/prebid-server/developers/add-new-bidder-go.html#document-your-adapter |
I just opened a PR to update our adapter docs: prebid/prebid.github.io#2305 |
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.
Thank you for your contribution. The unit test coverage rate is 81% and we strive for higher coverage. I understand that Marshal errors can't be effectively tested, but can you please increase test coverage for other failure branches? such as with:
- A
preprocess
error. request.Device.DNT == nil
httpRes.StatusCode != http.StatusOK
json.Unmarshal(httpRes.Body, &bidResp)
unpackImpExt
failure branchesimp.Banner == nil
len(banner.Format) == 0
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.
Thank you very much for a quick update. I have just a few more comments.
Thanks for the very quick review. Just pushed an update |
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.
Looks great. Thank you. @bsardo will look at this soon for a second approval. Until then, looks like you have a conflict to resolve.
Looks good @rtuschkany. Just a couple of questions and suggestions. |
Looks good @rtuschkany, just need to resolve the conflict. |
@rtuschkany This looks good to us. We need you to resolve the conflicts before we can merge it in. |
Done! |
Huh. Strange. I still see the "This branch has conflicts that must be resolved" warning on this PR. Did you merge in master for this branch? See https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork |
@SyntaxNode I had some errors trying to sync. Just opened a new PR (#1505) from a fresh fork. Please close this PR. Thanks! |
New PreBid Server Adapter for ConnectAd