165
edits
No edit summary |
|||
| Line 45: | Line 45: | ||
<code> dcsMultiTrack('DCS.dcssip', 'www.mozilla.org',<br> 'DCS.dcsuri', '/en-US/download',<br> 'WT.ti', 'Link: Download Firefox',<br> <font color="red">''''WT.z_convert', 'download_firefox','''</font><br> 'WT.dl', 1,<br> <font color="green">''''WT.si_n', 'Download Firefox','''</font><br> <font color="green">''''WT.si_x', '2''''</font>)<br></code> | <code> dcsMultiTrack('DCS.dcssip', 'www.mozilla.org',<br> 'DCS.dcsuri', '/en-US/download',<br> 'WT.ti', 'Link: Download Firefox',<br> <font color="red">''''WT.z_convert', 'download_firefox','''</font><br> 'WT.dl', 1,<br> <font color="green">''''WT.si_n', 'Download Firefox','''</font><br> <font color="green">''''WT.si_x', '2''''</font>)<br></code> | ||
<br>This last call will provide Webtrends with enough data to create both a Scenario Analysis report AND a Campaign Tracking report. Once this data is captured within the Webtrends logfile, custom reports can be created in the OnDemand environment. <br> | <br>This last call will provide Webtrends with enough data to create both a Scenario Analysis report AND a Campaign Tracking report. Once this data is captured within the Webtrends logfile, custom reports can be created in the OnDemand environment. <br> | ||
== Video Tracking: How to Tag It == | |||
Setting up your page to track video plays is pretty straight-forward: | |||
1. Include the following JavaScript file: http://www.mozilla.org/js/mozilla-video-tools.js | |||
2. Add the following mark-up to reference the video: | |||
<code><br> | |||
<div id="video-player" class="mozilla-video-control"> | |||
<video | |||
id="video" | |||
width="640" | |||
height="360" | |||
controls="controls" preload="metadata" | |||
poster="/img/covehead/video/poster-brand.jpg" | |||
src="http://videos-cdn.mozilla.net/brand/Mozilla_Firefox_Manifesto_v0.2_640.webm"> | |||
</video> | |||
</div> | |||
</code> | |||
== DCS Tracking: How to Create a Report == | == DCS Tracking: How to Create a Report == | ||
| Line 136: | Line 159: | ||
In any event, once the report is created add it to the relevant profiles and let them analyze. | In any event, once the report is created add it to the relevant profiles and let them analyze. | ||
== Debugging: Why Isn't My Custom Report Populating??? == | == Debugging: Why Isn't My Custom Report Populating??? == | ||
edits