Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: Cristian on December 03, 2008, 11:10:27 AM
-
Hi!
This script track hits from multiple pages? Can i place the ssi_in in all my indecx and category pages?
-
In Case you have multiple pages, you can use :
Index Page : <?php include('./tp/ssi_in.php'); ?>
Archive Page : <?php include('../../tp/ssi_in.php'); ?>
(IF you use the "virtual includes", just use this)
~ TheBeginning,
-
I do that, just wondering if the script is able to avoid tracking hits from ym own pages twice.
-
In Case you have multiple pages, you can use :
Index Page : <?php include('./tp/ssi_in.php'); ?>
Archive Page : <?php include('../../tp/ssi_in.php'); ?>
(IF you use the "virtual includes", just use this)
~ TheBeginning,
That's not correct,it need to be <?php virtual("/tp/ssi_in.php")?> if output file is in php format.Include wont work.(atleast it didnt work at me)
-
That's not correct,it need to be <?php virtual("/tp/ssi_in.php")?> if output file is in php format.Include wont work.(atleast it didnt work at me)
This is all depent your server configuration,
The include i posted works by me,
thats why i said : (IF you use the "virtual includes", just use this) :)
~ Renaldo,
-
Multipage tracking works...so for example trade.com sends surfer to your index with include, and then that surfer goes to category page also with include it will credit that trade for clicks, your site won't be shown in referrers etc etc :) We setuped it so it's by default done for multi-page sites ;)
-
Multipage tracking works...so for example trade.com sends surfer to your index with include, and then that surfer goes to category page also with include it will credit that trade for clicks, your site won't be shown in referrers etc etc :) We setuped it so it's by default done for multi-page sites ;)
sweet