How to enable the jump.php
Submitted by Amarildob on Wed, 2010-04-28 22:35.Price Tapestry
Hi,
Does anyone know how i can enable the jump.php file or where there is a tutorial for this?
Thank you,
Amarildo
Support forum loginActive forum topics©2006-2012 IAAI Software |
How to enable the jump.phpSubmitted by Amarildob on Wed, 2010-04-28 22:35.Price Tapestry
Hi, Does anyone know how i can enable the jump.php file or where there is a tutorial for this? Thank you, Amarildo |
Hello Amarildo,
jump.php can be enabled by changing the $config_useTracking setting in your config.php. In your file, look for the following code on line 12:
$config_useTracking = FALSE;...and REPLACE that with:
$config_useTracking = TRUE;Then all your Buy URL links will go via jump.php, and you will also see a new "Clicks" column alongside each feed in your /admin/ home page...
Cheers,
David.