165
edits
Line 64: | Line 64: | ||
<code><div <font color=red><b>id="video-player"</b></font> class="mozilla-video-control"><br> <video<br> <font color=red ><b>id="video"</b></font><br> width="640"<br> height="360"<br> controls="controls" preload="metadata"<br> poster="/img/covehead/video/poster-brand.jpg"<br> src="http://videos-cdn.mozilla.net/your_video.webm"><br> </video><br></div></code> | <code><div <font color=red><b>id="video-player"</b></font> class="mozilla-video-control"><br> <video<br> <font color=red ><b>id="video"</b></font><br> width="640"<br> height="360"<br> controls="controls" preload="metadata"<br> poster="/img/covehead/video/poster-brand.jpg"<br> src="http://videos-cdn.mozilla.net/your_video.webm"><br> </video><br></div></code> | ||
Notice that the id of the div tag is highlighted. This is required the reporting engine can differentiate a video play from other type of events. It must always be set to <b>video-player</b>. Also, the id value in the video tag should designate the name of | Notice that the id of the div tag is highlighted. This is required so the reporting engine can differentiate a video play from other type of events that may occur on your page. It must always be set to <b>video-player</b>. Also, the id value in the video tag should designate the name of your video. This will allow Webtrends to distinguish it from other videos on your site. | ||
== DCS Tracking: How to Create a Report == | == DCS Tracking: How to Create a Report == |
edits