Skip to content

Commit

Permalink
OpenX Bid Adapter: remove use of deprecated video.placement (#11496)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwschmidt committed May 16, 2024
1 parent b71b555 commit 501e596
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions modules/openxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ const converter = ortbConverter({
bidRequest = {...bidRequest, mediaTypes: {[VIDEO]: videoParams}}
}
orig(imp, bidRequest, context);
if (imp.video && videoParams?.context === 'outstream') {
imp.video.placement = imp.video.placement || 4;
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion test/spec/modules/openxBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ describe('OpenxRtbAdapter', function () {
skipafter: 4,
minduration: 10,
maxduration: 30,
placement: 4,
protocols: [8],
w: 300,
h: 250
Expand Down

0 comments on commit 501e596

Please sign in to comment.