Tracewatch (solved)
Posted: Thu Jul 06, 2006 9:24 am
Hi!
I've got follwowing problem, it's not a native S9Y-Problem but maybe someone can help me. I'm using Tracewatch for getting some statistics about my blog. Why I prefer Tracewatch ist that TW is able to generate visitor-paths so that I can see what people read and what they ignore.
I think a screenshot illustrates my problem.

It shows just the paths up to "/index.php" and the more interesting rest is missing.
Tracewatch uses php-code like this (JS is also possible):
wich I added to my index.php. Tracewatch counts all guest because they come over the index.php and shows that they are moving around, but it doesn't tell me where they move.
Maybe someone of the S9Y-specialists can tell me where I have to implement the php-code to get the full visitor paths?
I've got follwowing problem, it's not a native S9Y-Problem but maybe someone can help me. I'm using Tracewatch for getting some statistics about my blog. Why I prefer Tracewatch ist that TW is able to generate visitor-paths so that I can see what people read and what they ignore.
I think a screenshot illustrates my problem.

It shows just the paths up to "/index.php" and the more interesting rest is missing.
Tracewatch uses php-code like this (JS is also possible):
Code: Select all
<?php
@include_once $GLOBALS['HTTP_SERVER_VARS']['DOCUMENT_ROOT'].'/twatch_include/logger.php';
?>
Maybe someone of the S9Y-specialists can tell me where I have to implement the php-code to get the full visitor paths?