-
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
new bidder & analytics adapter: Concert #5338
Conversation
This pull request introduces 1 alert when merging 5c50b8d into 02d5b67 - view on LGTM.com new alerts:
|
@walia some of your tests are failing. See the circle CI link above. |
@harpere Is there way to debug this test locally since its an IE 11 issue? I was not able to get this error when running the unit tests with |
Use US Privacy string to determine if we can send PPID
still have failed tests @walia |
@msm0504 reassigned to you - please have a look when you get a chance! |
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.
Code all looks good.
Only thing I noticed was the given sample params didn't return data. And please fix that 1 test in IE, as well.
{ | ||
bidder: "concert", | ||
params: { | ||
partnerId: 'test_partner' |
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.
Can this be a partnerId
that will return data? When I used these params in a test page, I got this response:
{"bids":[],"debug":{}}
Also, all responses from your endpoint should be compressed (such as gzip, compress, deflate)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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