Quote Originally Posted by srigari View Post
I have SGA installed and was working fine for some time. Now it is not working - i.e., my stats show '0' all the time.

http:// www. salevalley .com

Can someone familiar with this module help me how to go about it.

Thanks
It does not look like you are using this module by your source code. You have this
<script type="text/javascript">
<!--
var GOOGLE_ANALYTICS_TRACKING_OUTBOUND_LINKS_PREFIX = "/outgoing/";
//-->
</script>
<script type="text/javascript" src="includes/templates/iC_AthemeV1.3/jscript/googleanalytics_outgoing.js"></script>

</head>

<body id="indexBody" onload="googleanalytics_outgoing_init();">

Look total different
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>