-
Notifications
You must be signed in to change notification settings - Fork 137
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
DoubleClick ads are not loaded. #3801
Comments
Hi @andrzejkrecicki, Thank for you reporting an issue and helping improve Kaltura! To get the fastest response time, and help the maintainers review and test your reported issues or suggestions, please ensure that your issue includes the following (please comment with more info if you have not included all this info in your original issue):
and paste the output.
For general troubleshooting see: If you only have a general question rather than a bug report, please close this issue and post at: Thank you in advance, |
Experiencing the same error even on Kaltura test players: Console logs: Event log for DoubleClick ads: |
Looks like this commit 31138a5 fixed the issue. |
DoubleClick videos fail to load.
Issue occurs both in my own code and in Kaltura examples:
http://player.kaltura.com/modules/DoubleClick/tests/DoubleClickSkipLocale.html
the following part in https://github.com/kaltura/mwEmbed/blob/master/modules/DoubleClick/resources/mw.DoubleClick.js
reveals that it's a problem with missing slotId parameter.
In http://imasdk.googleapis.com/js/sdkloader/ima3.js file, which is unfortunately minified, we can spot a part which sets the slotId to a random integer:
Hence similar change added to requestAds method
removes the problem totally although I didn't manage to figure out slotId meaning and significance.
The text was updated successfully, but these errors were encountered: