I have a VAST Preroll XML file:
<VAST version="3.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<Ad>
<InLine>
<Creatives>
<Creative>
<Linear skipoffset="00:00:05">
<Duration>00:00:30</Duration>
<VideoClicks>
<ClickThrough>https://www.url.com/</ClickThrough>
</VideoClicks>
<MediaFiles>
<MediaFile type="video/mp4">
<![CDATA[https://www.url.com/video.mp4]]>
</MediaFile>
</MediaFiles>
</Linear>
</Creative>
</Creatives>
</InLine>
</Ad>
</VAST>
I would like to track the number of views the video preroll get.
How can I integrate Google Analytics tracking code into the xml file?
Thank you.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…