1.0 adapter support for mantis#1840
Conversation
modules/mantisBidAdapter.js
Outdated
|
@idettman what's the status on this one? |
|
@parisholley |
|
@parisholley |
3cc79b4 to
389bd0f
Compare
|
@mkendall07 done |
modules/mantisBidAdapter.js
Outdated
| } | ||
| } | ||
| if (!sync) { | ||
| postMessage('uuid', uuid); |
There was a problem hiding this comment.
what's the purpose of the postMessage?
There was a problem hiding this comment.
@mkendall07 this was common code for frame syncing for our non-prebid code, build now removes it. thanks
modules/mantisBidAdapter.js
Outdated
| return serverResponse.body.ads.map(function (ad) { | ||
| return { | ||
| requestId: ad.bid, | ||
| bidderCode: spec.code, |
There was a problem hiding this comment.
Please drop this line. We add the code automatically from the spec, and it breaks aliasing if this is here.
|
hey @parisholley |
|
@mkendall07 done, thanks! |
* 'master' of https://github.com/prebid/Prebid.js: (23 commits) Update Atomx adapter for Prebid v1.0 (prebid#2026) Add vi bid adapter (prebid#2020) Add eplanningBidAdapter (prebid#2003) OpenX Adapter: Update to support mediaTypes field, instead of the deprecated mediaType field (prebid#1974) Separate bids & won calls (prebid#2015) 1.0 adapter support for mantis (prebid#1840) Media.net adapter added (prebid#2038) GumGum Adapter for Prebid.js 1.0 (prebid#1966) Serverbid Bid Adapter: updated docs and ad sizes (prebid#2023) Adding districtm as an alias (prebid#2018) Use sudo to workaround Travis regression (prebid#2041) Fix uncached video bids triggering callback early (prebid#2017) Re-implemented RhythmOne audit beacon in prebid 1.0 interface (prebid#1953) Add NasmediaAdmixer adapter for Perbid.js 1.0 (prebid#1937) Update Adform adapter to Prebid v1.0 (prebid#1947) Upgrade Admixer adapter for Prebid 1.0 (prebid#1755) multiformat size validation checks (prebid#1964) Gjirafa Bidder Adapter (prebid#1944) pin gulp-connect at non-broken version (prebid#2008) Added dynamic ttl property for One Display and One Mobile. (prebid#2004) ...
|
Added the needs-docs label since it's not showing up on http://prebid.org/download.html in the 1.2.0 dropdown due to lack of the page having the "prebid 1.0 support" key in the page's YAML header. |
Type of change