I am not sure if this is the right place to post this, sorry If I am on the wrong place...
I was looking for the best way to insert the google analytics code on the forum and my conclusion was that the footer.asp is the best place. But while looking at it, I found a tip to use a code to insert the username on the stats as a custom variable, find it a great tip.
This is the code:
<script type="text/javascript">pageTracker._setVar("<%=strLoggedInUsername%>");</script> |
Now I am trying to do more with my GA accont and see what else can be done.
Who is doing something like that? Is there a way to use GA as a log system, seeing where the users are going and what they are doing?