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 bidder & analytics adapter: Concert #5338

Closed

Conversation

walia
Copy link
Contributor

@walia walia commented Jun 5, 2020

Type of change

  • New bidder and analytics adapter

Description of change

  • test parameters for validating bids
  var adUnits = [
    {
      code: 'desktop_leaderboard_variable',
      mediaTypes: {
        banner: {
          sizes: [[1030, 590]]
        }
      }
      bids: [
        {
          bidder: "concert",
          params: {
            partnerId: 'test_partner'
          }
        }
      ]
    }
  ];
}

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

@lgtm-com
Copy link

lgtm-com bot commented Jun 5, 2020

This pull request introduces 1 alert when merging 5c50b8d into 02d5b67 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@harpere
Copy link
Collaborator

harpere commented Jun 16, 2020

@walia some of your tests are failing. See the circle CI link above.

@walia
Copy link
Contributor Author

walia commented Jun 16, 2020

@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 gulp test.

@robertrmartinez
Copy link
Collaborator

@walia There is a lint error in your PR.

image

Please fix.

@afewcc can you please give this a review when you get a chance?

@harpere
Copy link
Collaborator

harpere commented Jul 8, 2020

still have failed tests @walia

@bsheldon
Copy link

bsheldon commented Jul 9, 2020

@harpere thanks for taking a look here, please advise on relevant IE test question above from comment @walia left, when able.

@gglas
Copy link

gglas commented Jul 17, 2020

@msm0504 reassigned to you - please have a look when you get a chance!

Copy link
Contributor

@msm0504 msm0504 left a 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'
Copy link
Contributor

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)

@stale
Copy link

stale bot commented Aug 8, 2020

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.

@stale stale bot added the stale label Aug 8, 2020
@stale stale bot closed this Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants