Questions tagged [vpaid]
5 questions
2
votes
1 answer
VPAID JavaScript Creatives
We are working with VAST 3.0 ads for ages. Recently we started receiving VPAID JavaScript creatives instead of XML VAST.
We are okay to add the support VPAID in the platform native player: Our understanding was that platform native player should…

STeN
- 6,262
- 22
- 80
- 125
0
votes
1 answer
How to implement VAST-ad using MediaElementJS and Youtube?
I try to implement VAST-ad, but it doesn't work. My code doesn't show VAST ad before playing video
Here is my code:
var player = new MediaElementPlayer('#id', {
playsInline: true,
vastAdTagUrl: 'url',
…

gmmdf
- 1
0
votes
1 answer
Seeking in ad using Google ima sdk and videojs
I currently cannot find a way to seek through ads using the videojs player and the ima sdk plugin for it. The api documentation doesent mention anything about seeking and using the seek function provided by videojs just seeks within the underlying…

mind
- 432
- 6
- 18
0
votes
0 answers
Can VAST tag be JSON but not XML?
The advertising network i'm trying to get video ads from gives VAST tag code in JSON format. All the video players i try are giving me invalid XML error, and it is pretty much right as the file is json-formatted object. Can someone give me an advice…

Mher Margaryan
- 73
- 2
- 9
0
votes
1 answer
Creating iFrame inside slot for VPAID ad is not rendering DOM of the frame
I've been trying to figure out this issue for quite a long time.
I'm creating VPAID script to support basic VPAID functionality according to the specification.
To display ads I'm taking the slot provided in initAd params and append an iFrame with…

Vitaliy Blagov
- 31
- 6