How Do I Turn Any Link Into A Google Analytics Goal

Discussion in 'Google Analytics' started by corlas, Nov 17, 2010.

  1. #1
    Hi, quick question:

    How Do I Turn Any Link Into A Google Analytics Goal ?

    i.e.: I want to know if a link (on a ppc landing page) is clicked or not.


    Thanks
    S.
     
    corlas, Nov 17, 2010 IP
  2. teamaguilar

    teamaguilar Peon

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Oh can we do that?You can nwo if the link is clicked or not by using Google analytics installed.
     
    teamaguilar, Nov 19, 2010 IP
  3. corlas

    corlas Active Member

    Messages:
    208
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I am not sure I understand???
     
    corlas, Nov 19, 2010 IP
  4. BB-OM

    BB-OM Member

    Messages:
    371
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #4
    A detailed step-by-step information is available here - google.com/support/analytics/bin/answer.py?hl=en&answer=55515
     
    BB-OM, Nov 23, 2010 IP
  5. corlas

    corlas Active Member

    Messages:
    208
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    Hi BB-OM and thanks for your message.

    Did you read that page? Where exactly does it tell on how to create a goal to track clicks? I do not see it at all...
     
    corlas, Nov 23, 2010 IP
  6. imperialDirectory

    imperialDirectory Peon

    Messages:
    395
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can only setup 4 goals under each website profile. Depends on how many links you have on your site, you may need to setup multiple profiles to track each part of your website.

    A work around is to use "Custom Event". So each click on specific (or all) links will count towards a custom event.
    You probably knew about Custom event tracking already. But for the convenience of other readers, here's a link:
    http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html
     
    imperialDirectory, Nov 23, 2010 IP
  7. corlas

    corlas Active Member

    Messages:
    208
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #7
    This one helps thanks !!!
     
    corlas, Nov 24, 2010 IP
  8. turnkeyforms

    turnkeyforms Member

    Messages:
    102
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #8
    Hi!

    I try to add new goals but I can't track paypal sales because the user leave the page to pay. The main problem is that I can't track the order now button because certain visitor click on the order now button but quits on the paypal checkout page.
    How can I solve the problem?
     
    turnkeyforms, Nov 25, 2010 IP
  9. corlas

    corlas Active Member

    Messages:
    208
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #9
    I have looked at the URL you have sent and I must admit I at a loss...I can't figure this out.

    The help files are not that useful.

    Did you try yourself? Can you shed a light?

    Nobody seems to know how to track clicks...crazy ! There must be someone that needs to do that... :(
     
    corlas, Nov 25, 2010 IP
  10. corlas

    corlas Active Member

    Messages:
    208
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #10
    Hi Diane, I have tried and tried and I cannot find a way. Once I try to setup a goal it doesn;t give me the option to select how many times a link has been clicked on a landing page.

    This is not about placing code on a thank you page. We cannot do that on this website... :(
     
    corlas, Dec 13, 2010 IP
  11. webanalytiker

    webanalytiker Greenhorn

    Messages:
    74
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    23
    #11
    Hi

    I understand why you are confused. To setup goal you need a unique URL to use as the goal. A click are not registred by default in Google Analytics, so you need to do some smart stuff.

    To track a click on a link (or a mailto-link or a download; means clicking on a pdf-link) you need to use a thing called Virtual pageview. It means that you "trick" Google Analytics to track a pageview when a user click on a page.

    If you use the asynchronous code you can use this code:

    _gaq.push(['_trackPageview', '/click/the-rest-of-the-url-you-want-to-call-the-click']);

    You decide what you type as URL. You have 20 goals in total (the 4 goal limit mentioned earlier is an old thing - it changed in october 2009). If you want all click on external links as one goal, you just make the same start for the url, fx /click/affiliate/LINKNAME
    And then setup /click/affiliate/ as a regular expression goal.

    That should be it :)

    Cheers, and happy analyzing

    PS: If you like the answer please feel free to give me some happy reputation :eek:)
     
    webanalytiker, Dec 14, 2010 IP
  12. boffin_adi

    boffin_adi Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #12
    i was also looking for this..thanks webanalytiker.. :)
     
    boffin_adi, Dec 14, 2010 IP