Can anyone recommend a quality link/click tracking script?

by LuxMan
5 replies
This wouldn't be for downloads but, just a way to count how many times a link is clicked on by impressions and unique hits.

I have yet to find a script that provides a control panel and has been up to date... Most of the "free" ones I've stumbled into are outdated
#link or click #quality #recommend #script #tracking
  • Profile picture of the author stuartcryan
    Heya Luxman, are you looking for something javascript based (i.e. tracks on the fly) or something more that does a redirect to the link so you would use outbound.yourdomain.com/link as a means of tracking?

    Stu
    {{ DiscussionBoard.errors[6896744].message }}
  • Profile picture of the author LuxMan
    More javascript I suppose.

    I was thinking of purchasing ninaaffiliate but I just need the tracking aspects.
    {{ DiscussionBoard.errors[6899083].message }}
    • Profile picture of the author Liran Williams
      Would a service like bitly (https://bitly.com/) not do the trick?

      It's free, you can use their tools to track clicks and more...

      What other features are you looking for? or is all you want is tracking how many times a link was clicked?
      {{ DiscussionBoard.errors[6899626].message }}
  • Profile picture of the author LuxMan
    Liran, bitly would work but it's not exactly professional. I'd want to have the link look like it's staying within my site, not externally.

    Click counter and download counter Looks interesting but not sure how secure it is given the time it was created, nor does it look like quality.
    {{ DiscussionBoard.errors[6901451].message }}
    • Profile picture of the author Liran Williams
      What about using a redirect on your page like below. So you save the code below as yoururl.html, then the link will look like it's staying within your site.

      Just a thought :-)



      Code:
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <html>
      <head>
      <title>Page Title</title>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <meta HTTP-EQUIV="REFRESH" content="0; url=http://yourbitlyURL.com">
      </head>
      
      <body>
      
      <p align="center"><font size="+1"><a href="http://yourbitlyURL.com">Enter Here</a></font></p>
      
      </body>
      </html>
      {{ DiscussionBoard.errors[6902111].message }}

Trending Topics