Right now i m using google analytics but it doesnt show how many ppl clicks on reffrals i passed to others and etc etc In short Outgoing traffic
You can track out site click by add OnClick event handler in each extern link as below: <a href=â€http://www.site.com†onClick=â€javascript:urchinTracker(‘/outgoing/1‘);â€>link</a> urchinTracker is the main function of google analytics. ‘/outgoing/1‘ is the parameter which is modifiable. you can assign different parameters for each link . The result of statistic will be available in Top Contents report of GA.