Best way to track on a tube site

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
famous
Posts: 2
Joined: Wed Jun 10, 2009 9:37 pm

Best way to track on a tube site

Post 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.
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Best way to track on a tube site

Post 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
Post Reply