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?