web-dev-qa-db-ja.com

GoogleAnalyticsを使用してユーザー名を追跡する

SharePointインストール(MOSS、IIS 7.0、Windows認証、Windows 2008))があり、サイトの使用状況を追跡するためにGoogle Analyticsがインストールされています。サイトはイントラネットサイトであり、すべてのユーザーは以前に認証されていますアクセスを取得します。

Google Analyticsでユーザー情報を追跡して、コンテンツにアクセスしているユーザーのログイン名の詳細を確認する方法はありますか?

4
DrStalker

いいえ、それは彼らの利用規約に違反しているので、彼らはこれを機能として追加していないと思います。から http://www.google.com/intl/en/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

4
guilherme

このデータは、デフォルトでファーム内のWFEのIISログで追跡されます。ログパーサーを使用して、これらのログから必要な情報を定期的に抽出することをお勧めします。そのような使用状況データを取得します。

Todd Klindtは、あなたが始めるべき主題についての良いブログ投稿を持っています: http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=85

1
John Ferringer