Google Analytics and the __utm.gif file

前端 未结 3 2090
情深已故
情深已故 2021-01-13 07:20

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

3条回答
  •  既然无缘
    2021-01-13 08:14

    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).

提交回复
热议问题