Hi, I have a url that DFP gave me, and I download the IMA HTML5 demo_player and I only changed the adTagUrl, on website I create, it works, but the problem is when I use the IOS and android mobile system, Its response like this:
Welcome to IMA HTML5 SDK DEMO!
Ads loaded.
Ad event: loaded
Ad error: AdError 402: VAST media file loading reached a timeout if 15000 seconds.
In ads_controller.js:
// On iOS and Android devices, video playback must begin in a user action.
// AdDisplayContainer provides a initialize() API to be called at appropriate
// time.
// This should be called when the user clicks or taps.
AdsController.prototype.initialUserAction = function() {
this.adDisplayContainer.initialize();
};
I only changed the adTagUrl, so is that a bug or something i made a mistake?