--- a/ckanext/ga_report/templates/ga_report/site/index.html +++ b/ckanext/ga_report/templates/ga_report/site/index.html @@ -25,7 +25,6 @@

Site Usage

- ${usage_nav('Site-wide', None)}
@@ -60,7 +59,16 @@
  • Versions
  • -
  • Social Networks
  • + + +
  • Languages
  • Country
  • @@ -91,8 +99,14 @@
    ${stat_table(c.os_versions)}
    +
    +

    Number of visits to urls referred from social networks

    + ${social_table(c.social_referrer_totals)} +
    - ${stat_table(c.social_networks)} +

    Percentage of visits referred from these social networks

    + + ${stat_table(c.social_networks, 'Visits')}
    ${stat_table(c.languages)} @@ -118,6 +132,7 @@ e.preventDefault(); $(this).tab('show'); }) + alert(window.location.hash);