开发者

Track Hits using Google Analytics and an ASP.NET web handler (ASHX) page

开发者 https://www.devze.com 2023-01-07 18:32 出处:网络
We are using Google Analytics for our site, but since it uses client script in HTML output we are unable to track hits to any of our ASP.开发者_JS百科NET ASHX handler pages.

We are using Google Analytics for our site, but since it uses client script in HTML output we are unable to track hits to any of our ASP.开发者_JS百科NET ASHX handler pages.

Does anyone know of a way to do this?


follow this example and you should be good to go!

More info can be found here as well.

pageTracker._trackPageview("/handler.ashx");


It doesn't appear that the server API allows this.

0

精彩评论

暂无评论...
验证码 换一张
取 消