Engagement/Analytics/Webtrends/Tracking: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 68: Line 68:
  <code>&lt;div <font color=red><b>id="video-player"</b></font> class="mozilla-video-control"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;video<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=red ><b>id="video"</b></font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width="640"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height="360"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;controls="controls" preload="metadata"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;poster="/img/covehead/video/poster-brand.jpg"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src="http://videos-cdn.mozilla.net/your_video.webm"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/video&gt;<br>&lt;/div&gt;</code>
  <code>&lt;div <font color=red><b>id="video-player"</b></font> class="mozilla-video-control"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;video<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=red ><b>id="video"</b></font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width="640"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height="360"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;controls="controls" preload="metadata"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;poster="/img/covehead/video/poster-brand.jpg"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src="http://videos-cdn.mozilla.net/your_video.webm"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/video&gt;<br>&lt;/div&gt;</code>


Notice that the id of the div tag is set to <font color=red><b>video-player</b></font>.  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 <font color=red><b>video-player</b></font>.  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.
Notice that the id of the div tag is set to <font color=red><b>video-player</b></font>.  This is required so the reporting engine can differentiate a video play from other types of events that may occur on your page.  It must always be set to <font color=red><b>video-player</b></font>.  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.


Once your video has been tagged you should be able to locate it in one of the Video Tracking reports.  If not, those reports may need to be added.
Once your video has been tagged you should be able to locate it in one of the Video Tracking reports.  If not, those reports may need to be added.
165

edits

Navigation menu