incoming tracking

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
yoshii55
Posts: 4
Joined: Wed May 12, 2010 6:08 am

incoming tracking

Post by yoshii55 »

Hi!
I've installed TE free but incoming hits are not being tracked. I chose php tracking and inserted the appropriate tag in the html header on my index.html page. It's not tracking any of the incoming hits. I'm a complete newbie at this stuff, so I know it's probably something very simple that I'm overlooking. Help would be greatly appreciated.
Thanks
leva
Posts: 3
Joined: Tue Jul 14, 2009 7:06 pm
Location: USA, California
Contact:

Re: incoming tracking

Post by leva »

Hi. Maybe you need rename you page to index.php and it will works for you? :)
leva
Posts: 3
Joined: Tue Jul 14, 2009 7:06 pm
Location: USA, California
Contact:

Re: incoming tracking

Post by leva »

Or you can try to use code for Remote Tracking:

Code: Select all

<SCRIPT language=JavaScript>
<!--
var ref = parent.document.referrer;
var rnd = Math.floor(Math.random() * 99999999);
document.write('<div><img src=http://sub.domain.com/cgi-bin/te/in.cgi?p=default&remote=1&rnd='+rnd+'&refremote='+ref+' width=1 height=1 border=0></div>');
// -->
</SCRIPT>
Just replace sub.domain.com with your domain name.
The following tracking code should be placed between HTML headers on domain.com

Have nice trade ;-)
yoshii55
Posts: 4
Joined: Wed May 12, 2010 6:08 am

Re: incoming tracking

Post by yoshii55 »

Thanks Leva, I will try the remote tracking method you suggested.
Post Reply