-1

It must be the full url, not just history or type. I have seen, on statcounter.com, where they show stats regarding where the referrer of our site came from. I want to show the exact link like statcounter shows under a tab.

Does anyone know how to do this?

Rob
  • 14,746
  • 28
  • 47
  • 65
  • Your question should amongst others include what language/technologies (PHP, Javascript, ...) you are going to use. – rc0r Jan 04 '14 at 16:40

1 Answers1

0

You will want to use Google Analytics.

Google will generate a unique javascript code for you, you then paste it in your html, which activates the service. It's very easy to get started and the dashboard is very robust considering it's free. To get started, you can check this out: http://www.google.com/analytics/learn/setupchecklist.html

enter image description here

Mussser
  • 505
  • 7
  • 18
  • I want to show came from link to the visitor where only he is coming from. If another visitor come to my site he will see only the url from which he is coming to my site. – user3156770 Jan 04 '14 at 16:45
  • Ah I understand, please see here: http://stackoverflow.com/questions/7151647/how-do-i-get-the-referring-site-a-user-came-from-to-arive-on-my-site-using-php?rq=1 – Mussser Jan 04 '14 at 16:59