--- 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)}
@@ -44,9 +43,32 @@ -
- - - - - - - - - - - -
NameValue
${name}${value}
-
-
- - - - - - - - - - - -
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)}
- - - - - - - - - - - -
NameValue
${name}${value}
+

Percentage of visits 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)}
@@ -148,10 +127,12 @@