Skip to content

Commit

Permalink
hotfix - placement issue fix (prebid#6641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-abaranov authored and umakajan committed May 6, 2021
1 parent 55109fa commit be3962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/yieldmoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function createNewVideoBid(response, bidRequest) {
},
};

if (imp.placement && imp.placement !== 1) {
if (imp.video.placement && imp.video.placement !== 1) {
const renderer = Renderer.install({
url: OUTSTREAM_VIDEO_PLAYER_URL,
config: {
Expand Down

0 comments on commit be3962e

Please sign in to comment.