Skip to content

Commit

Permalink
not sending video impression without size
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj yadav committed May 5, 2021
1 parent cc0be25 commit 0b4492b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ixBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function bidToVideoImp(bid) {
}
} else {
utils.logWarn('IX Bid Adapter: Video Param [mediaTypes.video.playerSize] is missing');
return {};
}

_applyFloor(bid, imp, VIDEO);
Expand Down

0 comments on commit 0b4492b

Please sign in to comment.