Skip to content

Commit f248da5

Browse files
committed
OpenX Bid Adapter: remove use of deprecated video.placement
1 parent 5426945 commit f248da5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/openxBidAdapter.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ const converter = ortbConverter({
144144
bidRequest = {...bidRequest, mediaTypes: {[VIDEO]: videoParams}}
145145
}
146146
orig(imp, bidRequest, context);
147-
if (imp.video && videoParams?.context === 'outstream') {
148-
imp.video.placement = imp.video.placement || 4;
149-
}
150147
}
151148
}
152149
}

0 commit comments

Comments
 (0)