How do you analyze clicks on outbound links?

Discussion in 'General Marketing' started by jahangir, Jan 18, 2011.

  1. #1
    I use google analytics given code with links that look like this

    <a href="http://www.abc.com/" onClick="javascript: pageTracker._trackPageview('/outgoing/link1');" >link title </a>

    But on the site where I am using this code I see no clicks on links/banners which is kind of impossible because that site is very busy site and people must be clicking on the links.

    I think this code is no more working, may be google has stopped supporting this code... etc

    What method do you use to analyze clicks on outbound links?
     
    jahangir, Jan 18, 2011 IP
  2. etia86

    etia86 Active Member

    Messages:
    142
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    I use google analytic. i think it is still valid until now.

    https://www.google.com/analytics
     
    etia86, Jan 18, 2011 IP
  3. jahangir

    jahangir Peon

    Messages:
    633
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ^ How do you use google analytics? Would you care to share?
     
    jahangir, Jan 18, 2011 IP
  4. Michael McGimpsey

    Michael McGimpsey Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I used to exclusively use Google Analytics. Recently installed Woopra which is highly addictive.
     
    Michael McGimpsey, Jan 19, 2011 IP
  5. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #5
    I used to have the same problem a couple of years ago. What I did was force the Javascript event to resolve before the visitor could navigate away from the page by using "return".

    <a href="..." onclick="return pageTracker._trackEvent('Outbound', 'Outbound:domain.com') ? true : true;">
    Code (markup):
     
    joebert, Jan 21, 2011 IP