About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
configuration:usage_stats

This is an old revision of the document!


Collecting Usage Statistics

It is often extremely helpful to measure user behavior in order to evaluate strengths and weaknesses of your user interface, your indexing rules and your underlying collection.

VuFind offers several options for collecting usage statistics.

Google Analytics

Google Analytics is a very popular hosted solution for gathering site statistics. VuFind offers out-of-the-box GA support through the [GoogleAnalytics] section of config.ini.

Some Tips for Using Google Analytics

Google Analytics provides a variety of ways to track web traffic to gain a better understanding of how users find and use your website. Here are a few tips for using Google Analytics with VuFind.

  • Use the Content Drilldown option to examine what parts of the site users are visiting.
    On the sidebar menu, navigate to Behavior → Site Content → Content Drilldown. In the main pane select /vufind/ in the Page path level 1 column.
    This will show you the number of page views of records (/Records/), searches (/Search/, /Author/ (author search)), browsing activity (/Browse/ and /Alphabrowse/), and any custom pages you have created. Unless you specify a date range (in the upper right of the main pane), Google Analytics will set the date range to the last 30 day period.
  • Use the Channels option to explore how visitors are finding your website.
    On the sidebar menu, navigate to Acquisition → All Traffic → Channels
    This will show you the amount of traffic the site is receiving from search engine queries (Organic searches), from users going directly to the website (Direct), from social media (Social), and from other sites referring traffic to your site (Referral). You can click on one of the traffic channels, such as Referrals, and then set the “Secondary Dimension” pull-down menu to “Full Referrer” to see which sites are referring traffic to your website.
  • Discover the most popular content on your website.
    On the sidebar menu, navigate to Behavior → Site Content → Content Drilldown. In the main pane select /vufind/ in the Page path level 1 column.
    To see the most frequently visited records, click on /Record/ and click on the Unique Pageviews column to sort the data from highest to lowest value. You can repeat these steps for /Searches/ to see which searches are most common.

In addition to the above tips Google Spreadsheet now has an Add-on for Google Analytics. You can create custom analytics reports and then create an analytics dashboard on your website using those custom charts for your administrative users to view.

Piwik

Piwik is an open source project which offers similar functionality to Google Analytics but allows the data to be collected to a locally-hosted server rather than a third-party service. For libraries with concerns about privacy and applications of user-generated data, this may be a preferred option. The [Piwik] section of config.ini allows simple integration with a Piwik server.

Built-In Statistics Collection

:!::!: This feature was disabled in VuFind 4.0; it is strongly recommended that you use Google Analytics or Piwik instead, as these are more robust solutions. :!::!:

The [Statistics] section of config.ini allows you to configure VuFind to collect basic record view and search data into one or more of the following places:

  • A MySQL database table
  • A Solr index
  • A file on disk

Reports on this data can be generated in VuFind's administration module; some targets support more detailed reports than others (with “file on disk” offering the fewest options).

:!: VuFind's built-in statistics mechanism is not designed to handle large volumes of data, and its use is not recommended except for short-term, limited testing. The third-party statistics options offer much more robust functionality.

configuration/usage_stats.1483034683.txt.gz · Last modified: 2016/12/29 18:04 by lmgonzales