Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: Bob Lynch on February 22, 2010, 04:01:03 PM

Title: Code on multiple pages
Post by: Bob Lynch on February 22, 2010, 04:01:03 PM
Is it necessary to include the code
Code: [Select]
<?php virtual("/tp/ssi_in.php")?> on all site pages, or just the main page?
Title: Re: Code on multiple pages
Post by: ip0li on February 23, 2010, 10:00:58 AM
Only where you wanna track incoming traffic. So it's up to you where will you include it.
Title: Re: Code on multiple pages
Post by: Bob Lynch on March 07, 2010, 09:52:50 AM
Only where you wanna track incoming traffic. So it's up to you where will you include it.

What about the outgoing traffic (clicks)?
Title: Re: Code on multiple pages
Post by: ip0li on March 07, 2010, 03:10:35 PM
For incoming traffic ssi_in.php is counting it, for outgoing traffic tp/out.php is counting it(url prefix).