Hi, I want to track real time site visits on a remote server. Can I do this? We plan to run metasun on our internal server while tracking our site at a colo.
Yes you can using Javascript tracking. You need to make a minor change to the code and point to the full url of the tracking script instead of just a relative url. For example:
var scriptlocation = "http://www.yourdomain.com/metatraffic2/track.asp";
Tracking on a remote server
Yes you can using Javascript tracking. You need to make a minor change to the code and point to the full url of the tracking script instead of just a relative url. For example:
var scriptlocation = "http://www.yourdomain.com/metatraffic2/track.asp";