View Single Post
Old 03-08-2011, 11:55 PM  
Kiopa_Matt
Confirmed User
 
Industry Role:
Join Date: Oct 2007
Posts: 1,448
That's pretty much the only solid way to do it. You could always use mod_rewrite to clean up the links, so for example, you'd have:

http://www.domain.com/go/3425

Other way would be to add an onClick statement to your <a href> tags. For example:

<a href="http://www.somesite.com/" onclick="trackHit(34);">

Then have a Javascript function name trackHit() that sends a quick AJAX request to track the click.
__________________
xMarkPro -- Ultimate Blog Network Management
Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more!
Kiopa_Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote