-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Submit NAF Digital Bidder Adapter #3750
Conversation
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.
Hi,
Thanks for submitting your adaptor. I found some changes required in your adaptor files, mentioned in my comments. I tested your adaptor on hello-world page and find everything else working fine. Can you please make the necessary changes and let me know if you have any questions.
|
||
return { | ||
method: 'POST', | ||
url: URL, |
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.
While testing on hello_world page, I found that there is no response for request to 'https://nafdigitalbidder.com/hb'. Ideally it should return the bid object back as response like all other bid adaptors. Can you please check this at your end?
Hi @sumit116 |
|
HI @vyatsun , Request Payload: Country: |
Thanks @sumit116 |
Thanks @vyatsun, Yes its working now. Tested the adaptor on hello_world page and all unit tests have passed. Test coverage of the adaptor is above 80%. The changes are working well against all parameters listed in https://github.com/prebid/Prebid.js/blob/master/PR_REVIEW.md, hence approving the PR. |
Type of change
Description of change
Be sure to test the integration with your adserver using the Hello World sample page.
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
Other information