Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.5k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...