165
edits
| 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=" | <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> dcsMultiTrack('DCS.dcssip',document.location.host,<br> 'DCS.dcsuri',document.location.pathname,<br> 'WT.ti',document.title,<br> | <code> dcsMultiTrack('DCS.dcssip',document.location.host,<br> 'DCS.dcsuri',document.location.pathname,<br> 'WT.ti',document.title,<br> 'WT.dl',99,<br> '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. | ||
edits