Skip to content

Commit

Permalink
Revert "Grid Bid Adapter: add support for video.plcmt (#9763)"
Browse files Browse the repository at this point in the history
This reverts commit 2edd264.
  • Loading branch information
patmmccann authored May 1, 2023
1 parent 2edd264 commit df43cc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/gridBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,6 @@ function buildCdbRequest(context, bidRequests, bidderRequest) {
api: bidRequest.mediaTypes.video.api,
skip: bidRequest.mediaTypes.video.skip,
placement: bidRequest.mediaTypes.video.placement,
plcmt: bidRequest.mediaTypes.video.plcmt,
minduration: bidRequest.mediaTypes.video.minduration,
playbackmethod: bidRequest.mediaTypes.video.playbackmethod,
startdelay: bidRequest.mediaTypes.video.startdelay
Expand Down
2 changes: 0 additions & 2 deletions test/spec/modules/gridBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ describe('TheMediaGrid Adapter', function () {
api: [1, 2],
skip: 1,
placement: 1,
plcmt: 2,
minduration: 0,
playbackmethod: 1,
startdelay: 0
Expand Down Expand Up @@ -540,7 +539,6 @@ describe('TheMediaGrid Adapter', function () {
],
'minduration': 0,
'placement': 1,
'plcmt': 2,
'playbackmethod': 1,
'playersizes': [
'400x600'
Expand Down

0 comments on commit df43cc9

Please sign in to comment.