how to measure those clicks?

Discussion in 'Traffic Analysis' started by zxc, Jun 9, 2007.

  1. #1
    On my website I have some thumbnails redirecting to pictures on free pictures hosts. Is there some tool to measure number of clicks my users generate?
    (there are too many of them to track them separately/manually)
    any ideas?
     
    zxc, Jun 9, 2007 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    mad4, Jun 11, 2007 IP
  3. zxc

    zxc Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    correct me if I am wrong but this method measures only clicks on specific link (example.co.uk in your example) right? What I need is a way to measure unlimited sets of links that point outside my site. I have a lot of thumbnail galleries with are coded like this:

    
    <a href="http://img121.imagevenue.com/img.php?image=30701_7_122_517lo.jpg" target="_blank"><img src="http://img121.imagevenue.com/loc517/th_30701_7_122_517lo.jpg" class="foto"></a><br/>
    Code (markup):
    and I want to know how many people click the thumbnails.
     
    zxc, Jun 11, 2007 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If the thumbnails are generated from a database you could dynamicall include a parameter into the onclick instead of example.co.uk

    For example use onclick(outgoing/item12);
     
    mad4, Jun 11, 2007 IP
  5. zxc

    zxc Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I don't think I quite follow. The link codes are given by the free host. I have them in my database and the page is created dynamically but I want to know the clicks FROM my page, the clicks on specific thumbnails that are already listed in the form of codes I show above. So what would your parameter do?
     
    zxc, Jun 11, 2007 IP
  6. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you had: urchinTracker ('/outgoing/images/img121.imagevenue.com/img.php?image=30701_7_122_517lo.jpg')

    That should measure all the clicks so you can find out the most popular.
     
    mad4, Jun 11, 2007 IP
  7. zxc

    zxc Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ok, now you've lost me completely. I thought that "/outgoing/example_co.uk" is only to attribute filename for GA listing.
    Besides wouldn't I have to edit tags for all links anyway?
     
    zxc, Jun 11, 2007 IP
  8. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #8
    The outgoing/xxxxxxx is just a string, it can say anything you like.

    You would have to edit the tags for all the links but if your site is database driven you should be able to do this quite quickly.
     
    mad4, Jun 12, 2007 IP
  9. zxc

    zxc Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    ok, let me make sure I understand:

    let say I have 3 thumbnails:

    is this how I should change them?

    and I will be able to track them in GA panel searching for outgoing/xxxxxxxx? is that correct?
     
    zxc, Jun 13, 2007 IP
  10. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Yes, that will work.

    I am working on creating a script that tracks all your links in GA without having to add the onclick code to each one. Subscribe to my BlogStorm blog and you will see it next week.

    Patrick
     
    mad4, Jun 14, 2007 IP
  11. zxc

    zxc Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    wow, thanks a lot man. I sure will :)

    cheers
     
    zxc, Jun 14, 2007 IP
  12. Bugster

    Bugster Well-Known Member

    Messages:
    98
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #12
    i cant wait for this plugin
     
    Bugster, Jun 22, 2007 IP
  13. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #13
    mad4, Jun 23, 2007 IP