Skip to content

Commit 74949d1

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

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
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
}

test/spec/modules/openxBidAdapter_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,6 @@ describe('OpenxRtbAdapter', function () {
10871087
skipafter: 4,
10881088
minduration: 10,
10891089
maxduration: 30,
1090-
placement: 4,
10911090
protocols: [8],
10921091
w: 300,
10931092
h: 250

0 commit comments

Comments
 (0)