How can I track the clicks?

Discussion in 'HTML & Website Design' started by glitto, Oct 17, 2008.

  1. #1
    I have few banner ads on my forum, I have placed them using simple html <a href> and <img src> tags... and I cannot see that how many clicks any particular banner is getting.

    Is there any code that I can use it and see how many clicks those banners are getting?

    Thanks
     
    glitto, Oct 17, 2008 IP
  2. MikeHayes

    MikeHayes Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    What I've done is let the banners clickthrough to a page which refreshes to the real target page. Assuming you have stats you can then see how many times the refresh pages were loaded and thus how many clicks the banner got.

    Hope this helps,

    Mike
     
    MikeHayes, Oct 18, 2008 IP
  3. websushil

    websushil Active Member

    Messages:
    137
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    the usual method is to have a click-thru program on your server

    action="myclickthru.cgi? http:www.realsite.com/realpage"
     
    websushil, Oct 18, 2008 IP
  4. nhc1987

    nhc1987 Notable Member

    Messages:
    2,674
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280