Kaltura HTML5 VAST/VPAID player doesn't pass AdParameters to InitAd in CreativeData parameter -


i have kaltura html5 player embedded in web page. player configured use vast/vpaid , vast tag provided returns following:

<vast xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" version="2.0" xsi:nonamespaceschemalocation="vast_2.0.1-creativeview.xsd"> <ad> <inline id="viewbix"> <adsystem>viewbix</adsystem> <adtitle>viewbix vpaid ad</adtitle> <creatives> <creative sequence="1"> <linear> <duration>00:04:41</duration> <mediafiles> <mediafile delivery="progressive" type="application/javascript" width="224" height="398" apiframework="vpaid"> <![cdata[ http://localwww.viewbix.com/plugins/vpaid.js?layout=fizz&id=73272997-9d10-4c3f-973c-f573959cb47d&debug=true&html5=true ]]> </mediafile> </mediafiles> <adparameters> <![cdata[ debug=true&html5=true ]]> </adparameters> </linear> </creative> </creatives> <error> <![cdata[ https://localwww.viewbix.com/tracklog ]]> </error> </inline> </ad> </vast> 

note there "adparameters" node. according vast specification, information in node supposed passed initad function in creativedata parameter, in kaltura implementation, creativedata contains object no properties.

please note google vast inspector page (here pass parameters correctly.

has been able work?

there bug in adparameters resulted empty. should fixed. here's issue if want fix in own kaltura player. https://github.com/kaltura/mwembed/pull/2040


Comments