javascript - contentPauseRequested in Video Suite Inspector -


i have problem.

i have vpaid js creations . here's vast tag

    <vast xmlns:mm="http://api.mediamind.com/v1/datacontracts" version="2.0"> <ad id="10724976"> <inline> <adsystem> <![cdata[ mediamind ]]> </adsystem> <adtitle> <![cdata[ html5_new_ad ]]> </adtitle> <description> <![cdata[ html5_new_ad ]]> </description> <impression id="impression"> <![cdata[ http://go.idmnet.bbelements.com/please/showit/320/1/1/13/?typkodu=img&_idplan=69201 ]]> </impression> <creatives> <creative id="23227072" adid="23227072" sequence="1"> <linear> <duration>00:00:15</duration> <adparameters> <![cdata[ {"tag" : "http://bs.serving-sys.com/burstingpipe/adserver.bs?cn=display&c=31&ai=23227072&dg=-1&sdg=-1&pluid=0&sessionid=8972504676093208509&filghtid=&preview=false&ta=-1&optout=optout=0","skipoffset":"5"} ]]> </adparameters> <trackingevents/> <mediafiles> <mediafile id="3022295" height="480" width="640" bitrate="" type="application/javascript" delivery="progressive" maintainaspectratio="true" scalable="true" apiframework="vpaid"> <![cdata[ http://traffic.idmnet.pl/wojtek/jsvpaid/vpaid.js ]]> </mediafile> </mediafiles> </linear> </creative> <creative id="23227072" adid="23227072" sequence="1"> <companionads/> </creative> </creatives> </inline> </ad> </vast> 

i tested on

https://developers.google.com/interactive-media-ads/docs/sdks/html5/vastinspector , gets event contentpauserequested

this example of creation of

https://github.com/ryanthompson591/vpaidexamples/tree/master/nonlinear

someone me ?

unfortunately when using ima sdk, must use creative on secure protocol (https).

so creative link not work (http://bs.serving-sys.com/burstingpipe/adserver.bs?cn=display&c=31&ai=23227072&dg=-1&sdg=-1&pluid=0&sessionid=8972504676093208509&filghtid=&preview=false&ta=-1&optout=optout=0) - need serve via secure protocol (or use proxy tool trick ima!)


Comments