Incoming traffic tracking on pages TE 3.0

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
quutamo
Posts: 1
Joined: Sun Nov 20, 2011 11:18 pm

Incoming traffic tracking on pages TE 3.0

Post by quutamo »

Hi. I have a problem with traffic tracking at site pages. How can i view statistic on archive pages? I use php extension and include this code to pages

Code: Select all

<? virtual('trade/in.php?p=archives'.$_SERVER['QUERY_STRING']); ?>
In "Pages" tab I add page "archives", but script count all hits in "default" page. How to do that would be right tracking ?
P.S. Sorry for my English.
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Incoming traffic tracking on pages TE 3.0

Post by texpert »

What i have spotted is that & sign is missing after the p=archives
So that is probably it. Give it a try and let me know please ;-)

best regards,
Jim
Post Reply