|
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.
|