The main ideas is: I have a VAST XML and I want to play it in a player.
Like here for VAST XML
:
https://developers.google.com/interactive-media-ads/docs/sdks/html5/vastinspector
Do somebody knows how to resolve this issue?
Thanks for advise.
adsRequest.adTagUrl = 'https://pubads.g.doubleclick.net/gampad/ads?' +
'sz=640x480&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&' +
'impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&' +
'cust_params=deployment%3Ddevsite%26sample_ct%3Dlinear&correlator=';
adsRequest.adTagUrl` but it looks like it requires URL, but I have only VAST XML as a string, without any links and so on. Is it possible to insert raw VAST XML inside of this variable? Or I must upload this data on remote host and use only URL to any file with VAST XML?
Thanks!
adTagUrl? It can't be empty because its a required field.
adsRequest.adTagUrl = '';
I'm in big trouble for not understanding much of js I've been trying for some time to setup the ads.js file and I'm not getting it. I already did the whole situation in ad manager for video and I can not configure it, I got this code: