Thoughts on Web Analytics in SharePoint 2010 - Part 1

Web Analytics data collection is actually driven by the Usage and Health service, and then it mines the data to help administrators improve their Sites and Search.

To collect data the Usage and Health Service, aggregates the info thru Usage definitions which you can see  in Central Admin.

  1. Sandboxed Requests
  2. Content Import Usage
  3. WorkFlow
  4. Clickthrough usage
  5. Content Export Usage
  6. Page Requests
  7. Feature Use
  8. Search Query Usage
  9. Site Inventory Usage
  10. Sandboxed Requests Monitored Data
  11. Timer Jobs
  12. Rating Usage

Using the Web Analytics Service these results are aggregated into reports at these levels

  1. Web Application
  2. Site Collection
  3. Site
  4. Search Service Application

By Default we have the following reports

  1. Traffic Reports - How many hits a page got, How the user got there, and What browser they used to get there.
  2. Search Reports - What was searched for, top clicks, failed queries, etc
  3. Inventory Reports - What space is being used by who, How many sites you have, What languages those sites use, etc

You can manipulate the Usage Definitions using the PowerShell commands

Get-SPUsageDefinition

Set-SPUsageDefinition

Thoughts and Suggestions

  • You can set the retention rate for each Usage Definition, I would recommend you leave it at 14 days.
  • As well you can create your own reports by using SharePoint SQL Reporting Services against the Logging database, or 3rd party tools that mine the data for you.

Articles

Capacity requirements for the Web Analytics Shared Service in SharePoint Server 2010

https://technet.microsoft.com/en-us/library/gg440601.aspx

Reporting and usage analysis overview (SharePoint Server 2010)

https://technet.microsoft.com/en-us/library/gg266383.aspx

Web Analytics in SharePoint 2010: Insights into Reports and Metrics

https://blogs.msdn.com/b/ecm/archive/2010/05/03/web-analytics-in-sharepoint-2010-insights-into-reports-and-metrics.aspx