You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The reader application of the dLibra system has a built-in statistics mechanism for end users’ basic actions, such as searching or displaying the content of objects. Those data are collected solely on the basis of data obtained by the reader application, so end users cannot block that tracking, which is possible when data are tracked by additional external tools, such as Google Analytics. What is more, the statistics collected by the reader application also include calculations of direct references to files with content which are not easy to track with the use of such tools as Google Analytics.

The table below contains a breakdown of the basic statistical possibilities offered by the built-in statistics mechanism of the dLibra system, compared to the use of the Google Analytics tool.

We also recommend reading the subchapter about the details of the possibilities of analyzing the behavior of users of the reader application of version 6 of the dLibra system with the use of Google Analytics.

 The Built-In Statistics of Version 6 of the dLibra SystemGoogle Analytics
The Data Collection MethodOn the reader application side, on the basis of the received HTTP requests.On the user’s web browser side, on the basis of the Java Script tracking code.
Data completenessThe data include all requests from users while the browser bot traffic is ignored (see below).

The data do not include::

  • users who block the user tracking in their browsers with the use of dedicated plugins;
  • Uusers who refer directly to publication files, without the mediation of the digital library website (for example, by going to a PDF directly from Google results); and
  • browser bot traffic (see below).

Ignoring the traffic generated by browser bots

The programs (browsers) which are not included in the statistical calculations are selected based on the content of the “ignored_agents.txt” configuration file. Every entry is treated as a regular expression (there is a sample entry for Googlebot in the file). Character chains which correspond to the “User Agent” field (HTTP heading) of the programs which should not be calculated (the file contains an example for Googlebot) should be placed there. User agent names can be found onliine, for example, on the http://en.wikipedia.org/wiki/User_agent site. Once the changes have been introduced in the files, the Tomcat should be restarted so that the new values can be taken into account.

Once Tomcat has been started up, all ignored agents from the “http://dlibra.psnc.pl/ignored_agents.txt” file are saved to the “ignored_agents.txt” file.

Internal Google Analytics mechanisms are responsible for ignoring the bot traffic.

Available statistics

  • Statystyki dotyczące rozwoju zasobu biblioteki cyfrowej
    • Łączna liczba dostępnych obiektów w ujęciu czasowym (z dokładnością dzienną)
    • Łączna liczba nowych obiektów w danym miesiącu (z dokładnością miesięczną)
    • Łączna liczba nowych obiektów w danym miesiącu, z podziałem na formaty obiektów (z dokładnością miesięczną)
  • Statystyki dotyczące zachowania użytkowników
    • Łączna liczba wygenerowanych stron WWW (z dokładnością miesięczną)
    • Łączna liczba wyszukiwań, z podziałem na proste i zaawansowane (z dokładnością miesięczną)
    • Łączna liczba odwiedzających (sesji) (z dokładnością miesięczną)
    • Łączna liczba wyświetlonych obiektów (z dokładnością miesięczną, kilkukrotne wyświetlenie tego samego obiektu w ramach jednej sesji użytkownika zliczane jest tylko jeden raz)
    • Łączna liczba wyświetlonych obiektów, z podziałem na formaty obiektów (z dokładnością miesięczną, kilkukrotne wyświetlenie tego samego obiektu w ramach jednej sesji użytkownika zliczane jest tylko jeden raz)
Wyłącznie statystyki dotyczące zachowania użytkowników, bardzo rozbudowane, zależne od konfiguracji Google Analytics (więcej informacji tutaj).
Data formatWykresy (PNG), tabele (HTML, CSV).Interaktywne wykresy i tabele, eksport do formatów: CSV, XLS, PDF.
Access methodDomyślnie publicznie dla wszystkich, pod adresem <adres główny biblioteki cyfrowej>/stats (np. http://sbc.org.pl/stats/).Dostęp tylko dla uprawnionych użytkowników, poprzez serwis Google Analytics.

 

 

  • No labels