VAST Ad Server player not showing ad

1 reply [Last post]
Joined: 06/04/2009
Points: 9

Hi guys,

I created a VAST Ad Server player and added this ad tag on the 'tag url' - http://ad.doubleclick.net/pfadx/idg.ca.scoregolf/;videoplaylist=SG-Daily;sz=1x1;dcmt=text/html;ord=? but no luck. But when I use this - http://ad.doubleclick.net/pfadx/AngelaSite;kw=nexuswrapper;sz=300x250;ord=4422567;dcmt=text/html it worked. I just observed that when I view the source of this URLs, the document structure is different.

http://ad.doubleclick.net/pfadx/idg.ca.scoregolf/;videoplaylist=SG-Daily...?
uses:

..... does NOT work.

while:

http://ad.doubleclick.net/pfadx/AngelaSite;kw=nexuswrapper;sz=300x250;or...
uses:

....

Any ideas?

Thank you so much..

Joined: 06/04/2009
Points: 9

http://ad.doubleclick.net/pfadx/idg.ca.scoregolf/;videoplaylist=SG-Daily...?
uses:
 <InStreamFlashCreative TemplateVersion="1.02">....</InStreamFlashCreative >
..... does NOT work.

while:

http://ad.doubleclick.net/pfadx/AngelaSite;kw=nexuswrapper;sz=300x250;or...
uses:
 <VAST version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vast.xsd">....</VAST >
.... works fine