Results 1 to 4 of 4

Thread: Tracking Link Clicks (such as Websitepublisher)

  1. #1
    Registered
    Join Date
    Sep 2003
    Posts
    110

    Tracking Link Clicks (such as Websitepublisher)

    On websitepublisher.net, there is a link tracking system, where the admin would know which links are clicked how many times and other information.

    Where could I find the exact script so that I can set one up to track which pages and links are popular??

    And is this all the link tracking script do?
    TIA.

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    I didn't use a premade script, but its easy to code yourself.

    You just need a database with 3 fields, link url, link id, and clicks. Reference the script with linkid and have it pull up the url, increment the clicks, and forward the user on.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered flyingpylon's Avatar
    Join Date
    Sep 2003
    Location
    Fishers, IN USA
    Posts
    144
    If you want to track clicks by time period (day/week/month/year), you'll need to record the date somehow.

    One way would be to create a new record for every click, with a field for the date and a field for the URL.

    Another way would be to create a new record for a day's worth of clicks for a given URL. This would cut down on database size, and tracking clicks for some smaller time period probably wouldn't be worthwhile anyway.

  4. #4
    Trench Warfare
    Join Date
    May 2003
    Location
    Australia
    Posts
    813
    You could always use a simple script like linkster... http://studio.dreamdolphin.com/?sect...ts&script_id=1
    ________
    Mercedes-Benz R230 specifications
    Last edited by ozgression; 02-06-2011 at 05:18 AM.

Similar Threads

  1. Link Farm
    By iKwak in forum Advertising & Affiliate Programs
    Replies: 3
    Last Post: 02-24-2004, 07:02 PM
  2. Exchanging Links but not returning their link.
    By iKwak in forum Search Engine Optimization
    Replies: 3
    Last Post: 02-21-2004, 06:20 AM
  3. Multiple links and link text
    By r2d2 in forum Search Engine Optimization
    Replies: 2
    Last Post: 02-17-2004, 07:40 PM
  4. Link exchange
    By lemon in forum Search Engine Optimization
    Replies: 3
    Last Post: 08-16-2003, 07:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •