When using Google Analytics and using the newer ga.js file, is the __utm.gif file needed in your root directory of your web site?
I do see a call being made from my
If you are using the new version of the tracking code (ga.js
), the only thing you need to do is include this snippet of JavaScript:
This would imply that there are no requirements for you to host any __utm.gif
file on your server (I'm not sure how this would even work for analytics anyway, as the whole point is for the client's browsers to make requests to Google's servers).