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.NET ASHX handler pages. Does anyone know of a way to do this?

link|improve this question

feedback

2 Answers

follow this example and you should be good to go!

More info can be found here as well.

pageTracker._trackPageview("/handler.ashx");
link|improve this answer
We are evaluating this now. We are looking into installing the server API. – Carter Jul 16 '10 at 15:36
It doesn't appear that the server API allows this. groups.google.com/group/google-analytics-data-export-api/… – Carter Jul 16 '10 at 22:25
feedback
up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.