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 adapter "Cointraffic" added #5695

Merged
merged 3 commits into from
Sep 9, 2020
Merged

New adapter "Cointraffic" added #5695

merged 3 commits into from
Sep 9, 2020

Conversation

stsepelin
Copy link
Contributor

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

  • test parameters for validating bids
var adUnits = [{
    code: 'test-ad-div',
    sizes: [[300, 250]],
    bids: [{
    bidder: 'cointraffic',
      params: { 
        placementId: 'testPlacementId'
      }
    }]
  }];

Other information

@stsepelin
Copy link
Contributor Author

The failing tests are from the Finteza analytic adapter.

modules/cointrafficBidAdapter.md Outdated Show resolved Hide resolved
@msm0504 msm0504 added the LGTM label Sep 9, 2020
@msm0504 msm0504 merged commit 9a92a22 into prebid:master Sep 9, 2020
BrightMountainMediaInc pushed a commit to BrightMountainMediaInc/Prebid.js that referenced this pull request Sep 14, 2020
* New adapter "Cointraffic" added

* removed mobile detection

* The sizes property has been updated, added supportedMediaTypes.
BrightMountainMediaInc pushed a commit to BrightMountainMediaInc/Prebid.js that referenced this pull request Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants