Page 1 of 1

Best way to track on a tube site

Posted: Tue Dec 01, 2009 3:07 am
by famous
Like most tube scripts the site uses smarty templates. It took me a bit but finally got the tracker to show up in the head by using:

Code: Select all

{php}
   virtual('/cgi-bin/te/in.cgi?p=default&$QUERY_STRING');
{/php}
its now counting hits in and some clicks but i am getting alot of "unknown" hits. I mean alot. Site uses a standard file format: header / body / footer and i applied the tracker code in the header. So i guess its calling the code on every page i visit being the header is called on every click. What is the best way to track a site like this? Always been my downfall with trying to trade traffic on a tube site...can't ever track prodution correctly no matter what script i use.

Re: Best way to track on a tube site

Posted: Sun Dec 06, 2009 2:21 pm
by texpert
I assume you're getting a lot of unknown hits from your own domain?
Did you check referrer logs for "unknown" system trade?

If this is the case, then you simply have to go to the "options / general / main" menu and enable "prevent double tracking" option.

regards,
Jim