205 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
51
views
VAST ads not working properly on Safari iOS and Samsung TV with VideoJS Nuevo plugin
I'm implementing VAST 3.0 preroll ads using the Nuevo plugin for VideoJS. While the implementation works perfectly on desktop browsers, I'm facing two specific platform issues:
Safari 18.4 on iOS 18....
0
votes
2
answers
102
views
jaxb unmarshalling by declaredType not working when no namespace
I am building a parser for VAST documents, which are XML documents for which there is an official XSD, with a couple of versions : https://github.com/InteractiveAdvertisingBureau/vast/tree/master
I ...
0
votes
1
answer
67
views
VASK API LogIn with python script. log in Error
I want to log in into VASK API with a python script but is does not work.
This is my Code, maybe you may help me.
import requests
VAST = 'https://xx.xxx.xxx.xx/api/latest'
username = 'xxxxxx'
...
0
votes
1
answer
70
views
Cannot get attribute on xml with namespace
I am running into trouble with jOOX when trying to get an attribute and with other xpath expressions. This is with a schema that I cannot change.
With vast 3.0 there is no targetNamespace so the xml ...
0
votes
1
answer
544
views
has google ad manager video ads from google?
I have a stream website and I want to show video ads from google on my website . I registered my website on Adsense and then I registered on google ad manger. from inventory menu I added an ad unit ...
-1
votes
1
answer
827
views
videojs vast can't run
I'm trying set up Vasts in Videojs but can't make it work!
My code looks like that.
What i make wrong?
The player works but does not display ads.
<html>
<head>
<meta charset="UTF-...
0
votes
1
answer
575
views
Vast ads implementation
i am using vast to show ads on my videos using plyr. I need a way to implement these vast ads.
ads: { enabled: true, tagUrl: 'https://servedbyadbutler.com/vast.spark?setID=31158&ID=184908&pid=...
0
votes
1
answer
117
views
No showing ads in videos in desktop
This is my html Code: the video is playing but no ads are shown. Please tell me what is wrong with this code. I got this code from videojs website for streaming my videos. I am not experienced in ...
0
votes
1
answer
234
views
VAST version when using <Ad>s from different VAST responses
What VAST@version value should be used when combining s from different VAST responses, with different VAST versions?
Say there are 2 VAST responses:
Response 1 has VAST@version 4.0.
<VAST ... ...
0
votes
0
answers
873
views
AWS EC2 running a server on 8080 but cannot connect from outside
Here is a shot of my inbound rules
I should be able to connect using the domain that is up and running so I can get the index page at http://www.marblecake.net but I can't get my server at http://www....
1
vote
0
answers
91
views
How To Iterate Over Conditionals to Build XML in Golang?
I'm wondering what is the best way to iterate over some conditionals to generate a complete XML response for an adTag.
See vmap xml file here:
https://pubads.g.doubleclick.net/gampad/ads?iu=/...
0
votes
1
answer
2k
views
How can I display pre-roll VAST ads inside HTML5 video player?
So I have a website like YouTube and I want to monetize it. It uses simple HTML5 video player to display dynamic videos. I don't want to integrate any other player because my site is designed for ...
1
vote
0
answers
474
views
VAST ad playback for iOS
In my radio app(written in Swift) I'm trying to do VAST request, receive the response, parse it and play the ad (audio, video, companion). Is there any framework to do all that stuff. I saw that there ...
1
vote
0
answers
318
views
VAST Viewable Impression not firing
Is there anything wrong I am doing, or maybe missing something?
I tried with different VAST testers online but it doesn't work firing one of the Viewable Impression (Viewable, NotViewable, ...
Edi's user avatar
- 2,372
1
vote
1
answer
597
views
PHP response XML VAST file
I'm following a low-budget project which cannot afford an expensive VAST Ads Server. Basically, what I have is a group of 5 videos to run as inline preroll. Not much important to track impressions and ...