I know Sharepoint tracks modifications to files but does it track if a specific user opened a file for viewing?
Asked
Active
Viewed 3.2k times
7
-
Can you run SharePoint's IIS logs through web analytics software? http://analytics.angelfishstats.com/solutions/sharepoint-web-analytics-software/ You can't use Google Analytics for this because Google doesn't let you store usernames in the reports, and GA doesn't track direct file downloads. (it only tracks downloads that start with a trackable click) – Andrew C Feb 08 '17 at 18:01
2 Answers
6
Yes, check out Item level Auditing and Audit log reports: http://msdn.microsoft.com/en-us/library/bb397403(v=office.12).aspx#MOSS2007ItemLevelAudit_AuditingwithSharePointServer2007
http://office.microsoft.com/en-us/sharepoint-server-help/view-audit-log-reports-HA010100005.aspx

Madhur Ahuja
- 22,211
- 14
- 71
- 124
-
1Given you have Office SharePoint Server, not just SharePoint Services. For SharePoint services I came accross something called http://wssaudit.codeplex.com/ but i haven't used that myself. – Janis Veinbergs Dec 16 '10 at 06:26
-
There are third party tools available as well. http://www.muhimbi.com/Products/SharePoint-Audit/summary.aspx – Jeroen Ritmeijer Dec 16 '10 at 08:27