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

allows multiple bids to be registered per a slot, related to #496 #503

Merged

Conversation

snapwich
Copy link
Collaborator

@snapwich snapwich commented Aug 5, 2016

this is for the rubicon adapter

@protonate
Copy link
Collaborator

Please implement the bid ID matching strategy provided for with #498 on #L62 and #L125 by passing the bid requested to bidfactory.createBid.

bidResponse = bidfactory.createBid(1, bidRequest);
// bidRequest has a `bidId` that will now match the bidResponse `adId`

The changes in this PR will result in multiple Rubicon bid objects per slot, so we need to match the bid request/response pair IDs.

@snapwich snapwich force-pushed the multiple-rubicon-bids-per-slot branch from ba63284 to df10b79 Compare August 11, 2016 15:37
@snapwich
Copy link
Collaborator Author

this has been updated as you suggested

@mkendall07
Copy link
Member

Verified the scenario with multi sizes per bidder request and it appears to be working correctly. LGTM. Thanks for fixing!

@mkendall07 mkendall07 merged commit bcc3356 into prebid:master Aug 17, 2016
protonate pushed a commit that referenced this pull request Aug 20, 2016
* allows multiple bids to be registered per a slot, related to #496

* keep track of bid request in rubicon adapter to use when calling createBid
marian-r added a commit to aol/Prebid.js that referenced this pull request Sep 23, 2016
…2.0 to master

* commit '40fdbed10c218a993df9e6665797b36f402ded18': (52 commits)
  Added new adapter for AOL analytics
  Fixed ES6 features which require a polyfill
  Updated CHANGELOG
  Fixed per-adapter timeouts
  Fixed sorting of per-adapter timeouts
  Added horizontal rule to delimit the original README part
  Link to the AOL documentation made more visible
  Fixed unit tests for AOL analytics
  Made changes required due to pull from Prebid official
  Updated README
  Updated LICENSE
  Reverted AOL branding
  restore url.js and modifcations to ajax.js (prebid#551)
  Log unsupported ad type only for good bids (prebid#547)
  use var ad instead of incorrect ads in rubicon adapter (prebid#546)
  Karma opens debug.html by default (prebid#540)
  Prebid 0.12.0 release
  Add tests for triplelift adapter. (prebid#531)
  allows multiple bids to be registered per a slot, related to prebid#496 (prebid#503)
  Add tests for aardvark adapter. (prebid#529)
  ...
@robertrmartinez robertrmartinez deleted the multiple-rubicon-bids-per-slot branch July 5, 2023 19:44
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.

3 participants