te3:incoming
This is an old revision of the document!
Table of Contents
Incoming tracking
Description
To configure “incoming traffic” tracking on your site, you'll have to add a special tracking code on all pages that receive traffic (index page and all sub pages).
Standard incoming tracking
Standard incoming tracking is simple to setup and it can do everything advanced incoming tracking can do, except it cannot rotate multiple index pages. We recommend standard incoming tracking for beginners and ordinary users.
PHP extension
Add one of the tracking codes below to all your .php
pages that receive traffic. Add it inside the <head> </head>
tag. The “include” command will most likely work for everyone.
include("./te3/in.php");
include("/FULL/PATH/TO/te3/in.php");
virtual("/te3/in.php");
SSI extension
Add the tracking code below to all your .shtml
pages that receive traffic. Add it inside the <head> </head>
tag.
<!–-#include virtual=”/te3/in.php?$QUERY_STRING” -->
te3/incoming.1407569464.txt.gz · Last modified: 2014/08/09 07:31 (external edit)