Questions tagged [vast]

VAST - the Video Ad Serving Template, is an Interactive Advertising Bureau specification for inserting advertisements into Flash, HTML5 and native video players.

VAST (Video Ad Serving Template) is a specification released by the Interactive Advertising Bureau (IAB) that sets a standard for communication requirements between ad servers and video players.

It is a data structure declared using XML.

VAST has 6 versions: 1.0 (deprecated), 1.1 (deprecated),2.0, 3.0 and current version is 4.0.

207 questions
0
votes
1 answer

Html video player suggestions

I'm looking for Html video player that has the ability to add advertising clip or image at the begining of the video like what YouTube does. What video player do you recommend? Thanks
Hamid
  • 13
  • 4
0
votes
3 answers

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

I have a Kaltura Html5 player embedded in a web page. The player is configured to use VAST/VPAID and a VAST tag is provided which returns the following:
Kesty
  • 610
  • 9
  • 19
0
votes
1 answer

contentPauseRequested in Video Suite Inspector

I have a problem. I have VPAID JS creations . Here's Vast Tag
user3278375
  • 63
  • 2
  • 7
0
votes
1 answer

Integrate VAST compliant video player into a windows application

We currently play videos in our windows application using Flash.ocx but we need to change to a VAST compliant solution... Can anyone make any recommendations? Thanks
Staggan
  • 77
  • 1
  • 1
  • 6
0
votes
1 answer

serve html5 video ads using VAST

Does anyone know if (and how) it is possible to serve HTML5 video ads using VAST (Video Ad Serving Template)? I know that flash (swf) videos are supported, but I'm not sure if I need to jump through hoops in order to wrap my HTML5 video source with…
Aamit
  • 181
  • 4
  • 16
0
votes
1 answer

Preloading VPAID Flash ads - not possible/allowed? why?

With VAST complaint video ads, you may get a "nested" VAST (VAST Wrappers), which will eventually yield a MediaFile that is a media that you could preload (e.g. MP4/WebM/flv, etc.). However in the case of VPAID (flash, yuck!), which contains swf as…
orcaman
  • 6,263
  • 8
  • 54
  • 69
0
votes
1 answer

Differences between responding with dynamically created XML and XML file

So here's a problem I'm busting my head around for the past few days: I have a nodeJS app that does the following: var VAST = require('vast-xml'); var vast = new VAST(); vast.version = "2.0"; var ad=vast.attachAd({ id : 1 , structure :…
Leon
  • 867
  • 7
  • 13
0
votes
1 answer

Running an external script in a VAST tag

I have a 3rd party script (which does some data analysis in the client browser) that usually gets appended to an ad creative on a display ad. I would like to append this script to a video ad, using a VAST tag. I have read the VAST spec, and I have…
Scott Switzer
  • 1,064
  • 1
  • 15
  • 25
0
votes
2 answers

Google IMA3 SDK, VAST on iOS - dispatching event mediaLoadTimeout

I am currently working on using Google's IMA3 SDK to show third party ads. My implementation works on browsers, but not on iOS Safari and iOS Chrome, where I get timeout error. Output from IMA3 SDK Debugging version: [Debug] [ 31.706s]…
Ji Mun
  • 1,800
  • 4
  • 18
  • 27
0
votes
1 answer

Playing video Ads with VAST2.0 on Cordova\Phonegap application

I'm developing Application on PhoneGap\Cordova platform, and willing to integrate MobFox video ads. I'm trying to play video-ad, when getting a VAST 2.0 XML from MobFox ad-server, But can't figure out how... Test Ad…
GalDude33
  • 7,071
  • 1
  • 28
  • 38
0
votes
2 answers

Please explain one VAST 2.0 scenario

I'm trying to understand the sequence of actions the media player must execute when playing this sample VAST 2.0: http://demo.tremorvideo.com/proddev/vast/vast_wrapper_linear_1.xml. Several moments I don't understand: Ad the wrapper links on…
Paltr
  • 135
  • 1
  • 8
0
votes
1 answer

VAST: Unable to request ads from server. Cause: Error #2048

I am getting error in testing VAST using passing URL of XML file but if i am trying to pass XML code than it's working fine. VAST Testing…
Dipen
  • 240
  • 1
  • 5
  • 17
0
votes
2 answers

Parse Text Using Delimiters

I am trying to figure out how to parse out a URL (A VAST video tag) from a field in MySQL. This field contains multiple rows that vary, but should contain the same XML code. This is the URL I am trying to parse out:…
0
votes
2 answers

change vast ads dynamically with media in kaltura

I'm trying to change media and corresponding vast ads with button clicks in kaltura. I'm using the kdp.setKDPAttribute("configProxy.flashvars.vast","prerollUrl",$(this).attr('preroll')); to set the vast preroll url for the media. Mediafiles I'm…
eyebies
  • 51
  • 3
0
votes
1 answer

How to use a service returning VAST xml file - getting "Unable to request ads from server. Cause: Error #2048"

I'm using Video Suite Inspector in Google Interactive Media Ads , though the question might be general for services. when i'm using this direct url , the video is valid and is played. However, when i'm using another address that representing my…
user1567004
  • 175
  • 1
  • 8
1 2 3
13
14