You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The creativeData object that's passed into the initAd method of VPAID ads seems to be empty. According to the HTML5 spec (Section 8.1.1, http://www.iab.net/media/file/VPAID_2.0_Final_04-10-2012.pdf), the creativeData object should provide the text from the AdParameters node of the VAST the VPAID ad was loaded from.
I think this might just be a matter of changing line 1336 of mw.KAdPlayer.js as follows (although I'm not 100% sure of the format of adConf.adParameters):
var creativeData = { 'AdParameters': adConf.adParameters };
The creativeData object that's passed into the initAd method of VPAID ads seems to be empty. According to the HTML5 spec (Section 8.1.1, http://www.iab.net/media/file/VPAID_2.0_Final_04-10-2012.pdf), the creativeData object should provide the text from the AdParameters node of the VAST the VPAID ad was loaded from.
For example, if the VAST looks like:
The creativeData object passed into initAd should look like { 'AdParameters': 'My Data' }.
The text was updated successfully, but these errors were encountered: