How to calculate outgoing traffic from ur site

Discussion in 'Traffic Analysis' started by rambo, Nov 23, 2007.

  1. #1
    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 :)
     
    rambo, Nov 23, 2007 IP
  2. oldmonk

    oldmonk Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    oldmonk, Nov 24, 2007 IP
  3. rambo

    rambo Peon

    Messages:
    50
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanx dude, things are working now :)
     
    rambo, Dec 1, 2007 IP