Vdopia's VAST solution for mobile allows VAST based ad feeds to be served to mobile sites and apps. Vdopia's ad servers make server-to-server calls to fetch ad feeds, convert videos to mobile-friendly formats and serve the ads to mobile properties. All VAST feed trackers are called from the devices (i.e. not server-to-server).
VAST URL – The URL which provided should accept a “site-id” parameter which uniquely identifies the site/app on which the ad will be shown. e.g http://<vast-server>/<vast-script-path/?ip_addr=[IPADDRESS]&ses_id=[SESSIONID]&content_page_url=[REFURL]&user_agent=[USER_AGENT]&cb=[RAND] Sample VAST XML Response that we support to deliver ads: <VAST version="2.0"><Ad id="1746103"><InLine><AdSystem version="1.0">Vdopia Adplatform</AdSystem><AdTitle>TEST</AdTitle><Description>Integration Test</Description><Impression>http://cdn.vdopia.com/website/integration_test/start_url_a.html</Impression><Impression>http://cdn.vdopia.com/website/integration_test/start_url_b.html</Impression><Impression>http://cdn.vdopia.com/website/integration_test/start_url_c.html</Impression><Impression>http://cdn.vdopia.com/website/integration_test/start_url_d.html</Impression><Creatives> <Creative sequence="1"> <Linear> <Duration>00:00:30.08</Duration> <TrackingEvents> <Tracking event="start">http://cdn.vdopia.com/website/integration_test/url_st_b.html</Tracking> <Tracking event="firstQuartile">http://cdn.vdopia.com/website/integration_test/url_25_a.html</Tracking> <Tracking event="midpoint">http://cdn.vdopia.com/website/integration_test/url_50_a.html</Tracking> <Tracking event="thirdQuartile">http://cdn.vdopia.com/website/integration_test/url_75_a.html</Tracking> <Tracking event="complete">http://cdn.vdopia.com/website/integration_test/url_ae_b.html</Tracking> <Tracking event="skip">http://cdn.vdopia.com/website/integration_test/url_sk_b.html</Tracking> <Tracking event="pause">http://cdn.vdopia.com/website/integration_test/url_pa_b.html</Tracking> <Tracking event="replay">http://cdn.vdopia.com/website/integration_test/url_re_b.html</Tracking> </TrackingEvents> <VideoClicks> <ClickThrough>http://www.vdopia.com</ClickThrough> </VideoClicks> <MediaFiles> <MediaFile delivery="progressive" bitrate="262" height="300" width="400" type="video/mp4"> http://i2.vdopia.com/dev/pankaj_adserver/files/videos/565a7db0a17ab2b5a50be6a150797d1b_s.mp4 </MediaFile> </MediaFiles> </Linear> </Creative></Creatives></InLine></Ad></VAST> |