Here is a fast easy way to create an html redirect url to allow you to track links. I know stuff out there exists like bit.ly but sometimes you need to use your own url.
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<html>
<head>
<title>Put your title here</title>
<meta http-equiv=”REFRESH” content=”0;url=http://this_is_where_you_put_the_url_youre_pointing_to.com”></HEAD>
<BODY>
Redirecting, if page doesn’t load <a href=”http://this_is_where_you_put_the_url_youre_pointing_to.com”>click here</a>.
</BODY>
Paste your Google Analytics code here
</HTML>


