Engagement/Analytics/Webtrends/Tracking: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 45: Line 45:
  <code>&nbsp;&nbsp;&nbsp; dcsMultiTrack('DCS.dcssip', 'www.mozilla.org',<br> &nbsp;&nbsp;&nbsp;'DCS.dcsuri', '/en-US/download',<br> &nbsp;&nbsp;&nbsp;'WT.ti', 'Link: Download Firefox',<br> &nbsp;&nbsp;&nbsp;<font color="red">''''WT.z_convert', 'download_firefox','''</font><br> &nbsp;&nbsp;&nbsp;'WT.dl', 1,<br> &nbsp;&nbsp;&nbsp;<font color="green">''''WT.si_n', 'Download Firefox','''</font><br>&nbsp;&nbsp;&nbsp; <font color="green">''''WT.si_x', '2''''</font>)<br></code>&nbsp;&nbsp;&nbsp;  
  <code>&nbsp;&nbsp;&nbsp; dcsMultiTrack('DCS.dcssip', 'www.mozilla.org',<br> &nbsp;&nbsp;&nbsp;'DCS.dcsuri', '/en-US/download',<br> &nbsp;&nbsp;&nbsp;'WT.ti', 'Link: Download Firefox',<br> &nbsp;&nbsp;&nbsp;<font color="red">''''WT.z_convert', 'download_firefox','''</font><br> &nbsp;&nbsp;&nbsp;'WT.dl', 1,<br> &nbsp;&nbsp;&nbsp;<font color="green">''''WT.si_n', 'Download Firefox','''</font><br>&nbsp;&nbsp;&nbsp; <font color="green">''''WT.si_x', '2''''</font>)<br></code>&nbsp;&nbsp;&nbsp;  
<br>This last call will provide Webtrends with enough data to create both a Scenario Analysis report AND a Campaign Tracking report.&nbsp; Once this data is captured within the Webtrends logfile, custom reports can be created in the OnDemand environment.&nbsp;<br>
<br>This last call will provide Webtrends with enough data to create both a Scenario Analysis report AND a Campaign Tracking report.&nbsp; Once this data is captured within the Webtrends logfile, custom reports can be created in the OnDemand environment.&nbsp;<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>
&lt;div id="video-player" class="mozilla-video-control"&gt;
            &lt;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"&gt;
            &lt;/video&gt;
        &lt;/div&gt;
</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.


== 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>
&lt;div id="video-player" class="mozilla-video-control"&gt;
            &lt;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"&gt;
            &lt;/video&gt;
        &lt;/div&gt;
</code>


== Debugging: Why Isn't My Custom Report Populating???  ==
== Debugging: Why Isn't My Custom Report Populating???  ==
165

edits

Navigation menu