--- a/ckanext/ga_report/templates/ga_report/site/index.html +++ b/ckanext/ga_report/templates/ga_report/site/index.html @@ -1,1 +1,142 @@ -HAI Site + + + + + Site usage + + +
  • +

    Site-wide

    +

    + Note: this data does not include API calls and some values have been rounded up to 2 decimal places. Where there are a large number of browser versions they have been grouped together. +

    +
  • +
  • +

    Download

    +

    + Download as CSV
    +

    +
  • + +
    + +
    +

    Site Usage

    + ${usage_nav('Site-wide', None)} + +
    +
    + + +
    +
    + +
    + +
    +
    + + + + + + + + + + + +
    NameValue
    ${name}${value}
    +
    +
    + ${stat_table(c.browser_versions)} +
    +
    + ${stat_table(c.browsers)} +
    +
    + ${stat_table(c.os)} +
    +
    + ${stat_table(c.os_versions)} +
    +
    +

    Number of visits to urls referred from social networks

    + ${social_table(c.social_referrer_totals)} +
    +
    +

    Percentage of visits referred from these social networks

    + + ${stat_table(c.social_networks, 'Visits')} +
    +
    + ${stat_table(c.languages)} +
    +
    + ${stat_table(c.country)} +
    + + +
    +
    + + + +
    + + + + + + + + + + +