Campaigns (ROI) Configuration

How can i use campaign function?

The campaign function allow xyloo to track some advance statistic such as ROI, 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 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.

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