Engagement/Analytics/Webtrends/Tracking: Difference between revisions

Jump to navigation Jump to search
Line 62: Line 62:
To track the loading landing please add the following meta tag to the header of your page that contains the download link:
To track the loading landing please add the following meta tag to the header of your page that contains the download link:


  <code><meta name="WT.z_pdp" content="my_product_name"> </code>
  <code><meta name="WT.z_pdp" content="<see below>"> </code>


then in the onclick event handler of the download button please add the following dcsMultiTrack call:
then in the onclick event handler of the download button please add the following dcsMultiTrack call:
  <code>&nbsp;&nbsp;&nbsp; dcsMultiTrack('DCS.dcssip',document.location.host,<br>&nbsp;&nbsp;&nbsp;'DCS.dcsuri',document.location.pathname,<br>&nbsp;&nbsp;&nbsp;'WT.ti',document.title,<br> &nbsp;&nbsp;&nbsp;'WT.dl',99,<br>&nbsp;&nbsp;&nbsp;'WT.z_convert','<product name: see below>') </code>
  <code>&nbsp;&nbsp;&nbsp; dcsMultiTrack('DCS.dcssip',document.location.host,<br>&nbsp;&nbsp;&nbsp;'DCS.dcsuri',document.location.pathname,<br>&nbsp;&nbsp;&nbsp;'WT.ti',document.title,<br> &nbsp;&nbsp;'WT.dl',99,<br>&nbsp;&nbsp;&nbsp;'WT.z_convert','<product name: see below>') </code>


Once the page and appropriate buttons have been tagged a custom report can be created to track the conversion rate and other metrics.  More on that later.
Once the page and appropriate buttons have been tagged a custom report can be created to track the conversion rate and other metrics.  More on that later.
165

edits

Navigation menu