--- a/ckanext/ga_report/templates/ga_report/site/index.html +++ b/ckanext/ga_report/templates/ga_report/site/index.html @@ -3,30 +3,67 @@ xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""> - Site analytics + + + Site usage + + +
  • +

    Download

    +

    + Download as CSV
    +

    +
  • + + +
    -

    Site statistics

    +

    Site Usage

    + ${usage_nav('Site-wide')}
    - +
    - -

    Export data as CSV

    -
    - - - - - - - - - - - -
    NameValue
    ${name}${value}
    -
    -
    - - - - - - - - - - - -
    NameValue
    ${name}${value}
    +
    +

    Note: Where a browser has a large number of versions, these have been grouped together.

    + ${stat_table(c.browser_versions)} +
    +
    + ${stat_table(c.browsers)} +
    +
    + ${stat_table(c.os)} +
    +
    + ${stat_table(c.os_versions)} +
    +
    +

    Number of visits that were referred from social networks

    + ${social_table(c.social_referrer_totals)}
    - - - - - - - - - - - -
    NameValue
    ${name}${value}
    +

    Percentage of visits that were referred from these social networks

    + + ${stat_table(c.social_networks, 'Visits')}
    - - - - - - - - - - - -
    NameValue
    ${name}${value}
    + ${stat_table(c.languages)}
    - - - - - - - - - - - -
    NameValue
    ${name}${value}
    + ${stat_table(c.country)}
    @@ -128,10 +123,12 @@