EPI Configuration

How can i use EPI function?

The EPI function allow xyloo to track some advance statistic such as download, click on link, whatever you like to have in your report not include in xyloo standard report. Here is a two-step process to help you get started.

1. Copy the following code block into every webpage you want to track immediately before the </body> tag.

2. By using the _epiTrack function, you can track the expected data
To track a specific data, call _epiTrack() with two argument specifying `a epi name` and `a epi data` after the code block above. Example:

xylooTracker._epiTrack("EPI name", "Epi data");
xylooTracker._epiTrack("Download ID", "My Software");

The following illustrates how to log an onClick event:

<a href="#" onClick="javascript:xylooTracker._epiTrack('Download ID', 'My Software');" >

After the updated tracking code has been executed, you can see the epi result in your report.

  Please wait while loading report item...
Bản quyền bởi Xyloo. [+]Feed Back