How can I track all pages of a domain using JavaScript in index.php.
Like ga.js by Google.
I want to input some script in index.php in some site and through that script I can track all pages from that site
Like <script src="www.mysite.com/some.js"> in www.other.com's index.php and I wish to track www.other.com/<all>.php
