Show top datasets cross-publisher. Drop-down for the publisher. Browser version numbers filtered on download, so you get this version in the CSV too - for privacy. single_popular_dataset now copes when not much data, and can return the figures so DGU can reskin it in its own repo. Notes about usage stats centralised to notes.html.
[ckanext-ga-report.git] / ckanext / ga_report / templates / ga_report / notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html xmlns:py="http://genshi.edgewall.org/"
  xmlns:i18n="http://genshi.edgewall.org/i18n"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  py:strip="">
 
    <li class="widget-container boxed widget_text">
      <h4>Notes</h4>
      <ul>
          <li>'Views' is the number of sessions during which that page was viewed one or more times ('Unique Pageviews').</li>
<!--          <li>'Visits' is the number of individual sessions initiated by all the visitors to your site, counted once for each visitor for each session.</li>-->
          <li>'Visitors' is the number of unique users visiting the site (whether once or more times).</li>
          <li>These usage statistics are confined to users with javascript enabled, which excludes web crawlers and API calls.</li>
          <li>The results for only small numbers of views/visits are not shown. Where these relate to site pages, then they are available in full in the CSV download. Where these relate to users' web browser information, they are not disclosed, for privacy reasons.</li>
      </ul>
    </li>
</html>