Add new Adapter- Beachfront Media#1062
Conversation
… for prebid.js pull request
# Conflicts: # src/adapters/beachfront.js
* temp: Ready for pull request with prebid.js
* commit '0cea31cd294f380b3b7cf46dd7a4000316b71ac1': Fix Mantis tests in negative timezone (prebid#1049) Add deal id handling (prebid#1044) sanitize bidderRequest to rubicon adapter to ensure accountId is sent (prebid#1030) Bidfluence Adapter (prebid#1023)
|
Hey @Allen-37F are https://github.com/prebid/prebid.github.io/tree/master/dev-docs/bidders |
|
Yes, those are the two required params. Thanks for the tip - added a .md documenting that. |
|
Thanks for the test page comment. It should not be a part of the pull-request commits though, sorry if I was confusing. |
|
Roger that - deleted index.html from the pull request |
Allen-37F
left a comment
There was a problem hiding this comment.
I hope this did the trick!
|
LGTM 👍 |
src/adapters/beachfront.js
Outdated
| var newBid = {}; | ||
| newBid.price = parsed.bidPrice; | ||
| newBid.url = parsed.url; | ||
| newBid.bidId = utils.getUniqueIdentifierStr(); |
There was a problem hiding this comment.
The bidId should be from the request bid - see https://github.com/prebid/Prebid.js/blob/master/src/adapters/appnexus.js#L200 for example. This is to sync the request/response.
|
@Allen-37F please update the code for handling the bid.bidId and then we can mrege. |
|
@mkendall07 I don't think it's related, but that's a good catch. |
|
LGTM. |
|
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 |
|
Thanks, everyone! The PR to have Beachfront added to the bidders directory is #203, and it's ready. |
…built * 'master' of https://github.com/prebid/Prebid.js: (38 commits) Add optional domain parameter to AdButler adapter (prebid#1078) Send transactionID to Criteo Services (prebid#1113) Fix `buildMasterVideoTagFromAdserverTag()` not selecting winning bid (prebid#1106) Remove placement size selection and filtering (prebid#1107) revert `srcdoc` change (prebid#1130) Add new Adapter- Beachfront Media (prebid#1062) Fixes SpringServe adapter (prebid#1101) Update Widespace request param (prebid#1098) - New Adapter: Innity (prebid#1074) Update Roxot prebid analytic adapter (prebid#1034) Yarn Package Manager (prebid#1109) allow writing into current document if prebid is loaded inside an iframe (prebid#1066) Adapter bug fix (prebid#1096) fix typo added pr review process and governance model (prebid#1103) added support for sampling in ga and base adapter, fixed up some tests (prebid#1011) Add Inneractive adapter (prebid#1048) Add alias freewheel-ssp to stickyadstv bidder adapter (prebid#1043) Add Facebook Audience Network adapter (prebid#1068) Add Atomx support (prebid#1056) ...
Type of change
Description of change
Other information