-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video setup silent failure mode #10637
Comments
Additionally, when the divId is wrong in |
For the OP: #10664 For the second issue: in theory you should get a |
Type of issue
error handling
Description
When setting up video format to hook up into a player, I have found a failure mode which isn't treated as a failure mode but I think it should be. When the mediaTypes.video.divId doesn't match the video player div id, the video ad is not shown, without any error or warning.
Steps to reproduce
Change divId in adUnit configuration to some non-existent value
Test page
https://stackblitz.com/edit/prebid-video?file=index.html%3AL43
Expected results
Ideally a warning that the player was not found
Actual results
The setup acts as if the ad wasn't supposed to be played at all
Platform details
Prebid 8.17 with a renderAd fix from this PR #10567
Other information
Moved to the separate issue from here: #10505
The text was updated successfully, but these errors were encountered: