-
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
Update ucfunnelBidAdapter #1990
Conversation
2. Replace var with let 3. Put JSON.parse(JSON.stringify()) into try catch block
Merge the latest changes 9/25/2017
You need to include tests (with 80%+ coverage) with your adapter for it to be merged. Also your pull-request description is just the template, you need to fill in the details. |
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.
Needs updates
@snapwich we add the test case of ucfunnelBidAdapter for v1.0. |
expect(request[0].url).to.equal(URL); | ||
}); | ||
it('bidRequest data', () => { | ||
const request = spec.buildRequests(bidReq); |
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.
There's no reason this needs to be three separate tests. It will just make the test suite run longer for no discernible reason.
@snapwich We combine all tests for bid request into single one. |
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
Hello @snapwich We expect this commit can be merged into Prebid:master. And then ucfunnel adapter will be released and listed in the page http://prebid.org/download.html? |
Type of change
Description of change
Be sure to test the integration with your adserver using the Hello World sample page.
support@ucfunnel.com
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
Other information