|
2. By using the campaign function, you can track the expected data
To track a specific data, call _camp() with a argument specifying by `step` value after the code block above. Example:
xylooTracker._camp("step1");
xylooTracker._camp("step2");
xylooTracker._camp("step3");
.
.
.
xylooTracker._camp("step10");
Note: the system limit step at value 10
The following illustrates how to log an onClick event:
<a href="#" onClick="javascript:xylooTracker._camp('step1');" >
After the updated tracking code has been executed, you can see the epi result in your report.
|