I am pretty new to the whole analytics thing. The problem I am having is that on my product page, the site overlay white tint doesn't load on that page. However, it shows the clicks on my Header to the different parts of my site. It is possible that no one has clicked on that page below the header but I think I even did before I blocked my ip address. Any Ideas? Thanks
The site overlay report is one from a list of few features being known to Google that is not working correctly and they are working around it. See the following link for the same: http://www.google.com/support/googleanalytics/bin/request.py?contact_type=knownissues We can track clicks on each of the links by using ._trackPageview(); method by Google analytics. For this, we need to change the tracking code a bit and append and call trackPageview method with the onClick event for each of the links. This method can also be used to track clicks on external links for your website.