Skip to content

Commit

Permalink
OpenX Bid Adapter: remove use of deprecated video.placement
Browse files Browse the repository at this point in the history
  • Loading branch information
bwschmidt committed May 15, 2024
1 parent 5426945 commit f248da5
Showing 1 changed file with 0 additions and 3 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

0 comments on commit f248da5

Please sign in to comment.