diff --git a/server/perfkit/explorer/handlers/templates/explorer.html b/server/perfkit/explorer/handlers/templates/explorer.html index c2a690f..b46475f 100644 --- a/server/perfkit/explorer/handlers/templates/explorer.html +++ b/server/perfkit/explorer/handlers/templates/explorer.html @@ -18,7 +18,10 @@ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - + + ga('create', '[[analytics_key]]', 'auto'); + ga('send', 'pageview'); + [% include 'third-party-scripts.html' %]