Skip to content

Commit

Permalink
9.0: Update quantcastBidAdapter.js for plcmt (#11707)
Browse files Browse the repository at this point in the history
* 9.0: Update quantcastBidAdapter.js for plcmt

* Update quantcastBidAdapter_spec.js
  • Loading branch information
patmmccann committed Jun 5, 2024
1 parent 9959427 commit 50023d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/quantcastBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function makeVideoImp(bid) {
maxbitrate: video.maxbitrate,
playbackmethod: video.playbackmethod,
delivery: video.delivery,
placement: video.placement,
api: video.api,
w: video.w,
h: video.h
Expand Down
4 changes: 0 additions & 4 deletions test/spec/modules/quantcastBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ describe('Quantcast adapter', function () {
maxbitrate: 10, // optional
playbackmethod: [1], // optional
delivery: [1], // optional
placement: 1, // optional
api: [2, 3] // optional
}, {
context: 'instream',
Expand All @@ -205,7 +204,6 @@ describe('Quantcast adapter', function () {
maxbitrate: 10,
playbackmethod: [1],
delivery: [1],
placement: 1,
api: [2, 3],
w: 600,
h: 300
Expand Down Expand Up @@ -242,7 +240,6 @@ describe('Quantcast adapter', function () {
maxbitrate: 10, // optional
playbackmethod: [1], // optional
delivery: [1], // optional
placement: 1, // optional
api: [2, 3], // optional
context: 'instream',
playerSize: [600, 300]
Expand All @@ -265,7 +262,6 @@ describe('Quantcast adapter', function () {
maxbitrate: 10,
playbackmethod: [1],
delivery: [1],
placement: 1,
api: [2, 3],
w: 600,
h: 300
Expand Down

0 comments on commit 50023d0

Please sign in to comment.