Is Google Analytics a good way to track page hits even if the website is a SaaS website behind a login?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Google analytics runs client side through javascript. A website is a website is a website, regardless of whether its a distributed system, a single hosted server or a SaaS.

When a user visits the website, the client side javascript is executed which notifies google analytics of an update. It would work just fine if google analytics provides the type of analysis you want for your system.

link|improve this answer
1  
Possibly worth a mention: You'll need to set up something public for GA to pull down a copy of your tracking code from before activity on the profile is recorded. – danlefree Oct 14 '10 at 18:22
feedback

Your Answer

 
or
required, but never shown

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