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

Add new Adapter brainyBidAdapter #2458

Merged
merged 4 commits into from
May 11, 2018
Merged

Add new Adapter brainyBidAdapter #2458

merged 4 commits into from
May 11, 2018

Conversation

k-misio
Copy link
Contributor

@k-misio k-misio commented Apr 27, 2018

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
{
  bidder: 'brainy',
  params: {
    accountID: 3481
    slotID: 5569
  }
}

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:

- brainyBidAdapter.js

- brainyBidAdapter.md

- brainyBidAdapter_spec.js
@k-misio
Copy link
Contributor Author

k-misio commented May 10, 2018

@bretg could you please review the PR and let us know?

@k-misio
Copy link
Contributor Author

k-misio commented May 10, 2018

@ndhimehta could you please review the PR and let us know?

@ndhimehta ndhimehta assigned idettman and unassigned ndhimehta May 10, 2018
@snapwich snapwich assigned snapwich and unassigned idettman May 10, 2018
@snapwich snapwich self-requested a review May 10, 2018 20:52
* @return {boolean}
*/
isBidRequestValid: function(bid) {
return !!(bid && bid.params && bid.params.acountID && bid.params.slotID);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This looks like a typo. should all acountId be accountId?

Also, can you submit corresponding docs pull-request to https://github.com/prebid/prebid.github.io ?

@k-misio
Copy link
Contributor Author

k-misio commented May 11, 2018

@snapwich Thanks for the review, I believe our last commits should have solved all the issues.
We made a PR against https://github.com/prebid/prebid.github.io/tree/master/dev-docs/bidders, can you please check here: prebid/prebid.github.io#757. Thanks

Copy link
Contributor

@idettman idettman left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@snapwich snapwich left a comment

Choose a reason for hiding this comment

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

LGTM

@snapwich snapwich merged commit 2249778 into prebid:master May 11, 2018
ArmandChoy pushed a commit to RockYou-Ads/Prebid.js that referenced this pull request May 15, 2018
* PreBid.js/master: (79 commits)
  increment prebid version
  Prebid 1.11.0 release
  replace find reference with imported version (prebid#2542)
  GDPR - add consent information to PBS cookie_sync request (prebid#2530)
  add support for safeframe workflow and new utils method to read adunit sizes (prebid#2523)
  Smart: GDPR support (prebid#2528)
  fix getPreparedBidForAuction to look for renderer on correct bid (prebid#2505)
  PubMatic Adapter: Bug fix to read all bids from seatBid array (prebid#2520)
  Create GXOne Bid Adapter and tests for it (prebid#2540)
  Lifestreet: gdpr and consent string parameters (prebid#2537)
  -GDPR support added in media net bidder (prebid#2538)
  change AppNexus endpoint to use ORTB (prebid#2532)
  fixed bug when latitute/longitue are not provided (prebid#2533)
  added gdpr support to userSync in rubicon adapter (prebid#2531)
  Show only summary and errors (prebid#2514)
  Aardvark v1.0 (prebid#2507)
  Add 1024x768 (size_id = 53) in sizeMap (prebid#2527)
  Add new Adapter brainyBidAdapter (prebid#2458)
  OpenX Adapter: GDPR Support (prebid#2504)
  add support for latLong in rubicon adapter (prebid#2508)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants