Site Overlay not working on one page

Discussion in 'Google Analytics' started by iplaydc87, Apr 17, 2010.

  1. #1
    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
     
    iplaydc87, Apr 17, 2010 IP
  2. seoperson

    seoperson Peon

    Messages:
    501
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    seoperson, Apr 18, 2010 IP