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

adbund adapter #932

Merged
merged 18 commits into from
Feb 28, 2017
Merged

adbund adapter #932

merged 18 commits into from
Feb 28, 2017

Conversation

AdBund
Copy link

@AdBund AdBund commented Jan 18, 2017

Type of change

  • New bidder adapter

Description of change

  • test parameters for validating bids
{
  bidder: 'adbund',
  params: {
    sid: '110238',
    bidfloor: 0.036
  }
}
  • contact email of the adapter’s maintainer: [email protected]
  • official adapter submission

Other information

@jaiminpanchal27
Copy link
Collaborator

@AdBund Please add unit tests

ua: window.navigator.userAgent
};
var param = Object.assign({}, bid.params, info);
param.sizes = JSON.stringify(param.sizes || bid.sizes);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am getting bid back for size [[300,250]] but not for [300,250]. Please add support for the same.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has been modified, please review again

@adbundzheng
Copy link

This is a what's wrong? @jaiminpanchal27

Chromium 37.0.2062 (Ubuntu 0.0.0) ERROR
Uncaught ReferenceError: pbjs is not defined
at /home/travis/build/prebid/Prebid.js/test/spec/adapters/adbund_spec.js:8558

@@ -0,0 +1,102 @@
import { expect } from 'chai';
import Adapter from '../../../src/adapters/adbund';
import adapterManager from 'src/adaptermanager';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import of adaptermanager is causing the problem. Remove this line.
You can check https://github.com/prebid/Prebid.js/blob/master/test/spec/adapters/hiromedia_spec.js

@mkendall07 mkendall07 modified the milestones: Backlog, Prebid 0.19.0 Feb 9, 2017
@jaiminpanchal27
Copy link
Collaborator

Looks good. Thanks @AdBund

@jaiminpanchal27 jaiminpanchal27 merged commit 0c2617e into prebid:master Feb 28, 2017
@jaiminpanchal27
Copy link
Collaborator

This is merged into master. Please submit a PR to the docs repo to add a file for your adapter to the bidders directory so your adapter's params will appear on the bidders page. Thank you for contributing

@adbundzheng
Copy link

Added adbund. md to dev-docs directory.Thanks

Walexander pushed a commit to MbidIO/Prebid.js that referenced this pull request Mar 6, 2017
* add adBund Adaptor

* 更改正式接口地址

* change code style;add param(referrer,domain,ua)

* add test in pbjs_example_gpt.html

* change code style

* Convert this comment to english;
Remove this comment;
Use adloader.loadScript function;
use CONSTANTS

* add unit tests

* 移除gpt示例中的sizes可选参数

* tabs to spaces

* change unit tests

* change unit tests

* change unit tests

* change unit tests

* change unit tests

* change unit tests

* change unit tests
vzhukovsky added a commit to aol/Prebid.js that referenced this pull request May 19, 2017
…18.0 to aolgithub-master

* commit '2881f03dd76bfcf484fbfeaf0f9e1000b383d20d':
  Added adapters in aolPartnersIds.json.
  Added changelog entry.
  Prebid 0.20.0 Release
  Remove test that intermittently fails unit tests (prebid#1020)
  Create bids for requests without mutating ad units (prebid#1019)
  Use optimize js to improve parse time (https://github.com/nolanlawson/optimize-js) (prebid#1018)
  Fixes for Centro adapter (prebid#992)
  adbund adapter (prebid#932)
  Fix bug with supporting non-cpm dealId bids. (prebid#1006)
  Added referrer parameter (prebid#966)
  Support Video for GetIntent adapter (prebid#987)
  Currency support for SmartAdServer adapter (prebid#979)
  Deal support for SmartAdServer adapter (prebid#978)
  Skip test causing build failures (prebid#997)
  E2etest concurrency (prebid#982)
  Add ThoughtLeadr adapter (prebid#894)
  Increment Pre Version
vzhukovsky added a commit to aol/Prebid.js that referenced this pull request May 22, 2017
…18.0 to master

* commit '2881f03dd76bfcf484fbfeaf0f9e1000b383d20d':
  Added adapters in aolPartnersIds.json.
  Added changelog entry.
  Prebid 0.20.0 Release
  Remove test that intermittently fails unit tests (prebid#1020)
  Create bids for requests without mutating ad units (prebid#1019)
  Use optimize js to improve parse time (https://github.com/nolanlawson/optimize-js) (prebid#1018)
  Fixes for Centro adapter (prebid#992)
  adbund adapter (prebid#932)
  Fix bug with supporting non-cpm dealId bids. (prebid#1006)
  Added referrer parameter (prebid#966)
  Support Video for GetIntent adapter (prebid#987)
  Currency support for SmartAdServer adapter (prebid#979)
  Deal support for SmartAdServer adapter (prebid#978)
  Skip test causing build failures (prebid#997)
  E2etest concurrency (prebid#982)
  Add ThoughtLeadr adapter (prebid#894)
  Increment Pre Version
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.

5 participants