我们有一个SharePoint安装(MOSS,IIS 7.0,Windows身份validation,Windows 2008)和谷歌分析已被安装来跟踪网站的使用情况。 该站点是Intranet站点,所有用户在获得访问权限之前都进行身份validation。
Google Analytics中是否有任何方法可以跟踪用户信息,以便我们看到访问内容的用户的login名的详细信息?
不,这是违反他们的使用条款,所以我猜他们没有添加这个function。 从http://www.google.com/intl/zh-CN/analytics/tos.html :
PRIVACY . You will not (and will not allow any third party to) use the Service to track or collect personally identifiable information of Internet users, nor will You (or will You allow any third party to) associate any data gathered from Your website(s) (or such third parties' website(s)) with any personally identifying information from any source as part of Your use (or such third parties' use) of the Service
默认情况下,该数据在服务器场中的WFE上的IIS日志中进行跟踪。 我的build议是使用Log Parser来定期从这些日志中提取您想要的信息,以获得这种使用数据。
托德Klindt有一个很好的博客文章,应该让你开始的主题: http : //www.toddklindt.com/blog/Lists/Posts/Post.aspx? ID=85