Skip to content

Commit

Permalink
new GA info
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncle Cheese committed Nov 18, 2015
1 parent 52d5791 commit dc8fca3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions conf/apigen/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,24 @@ the file LICENSE.md that was distributed with this source code.
<link rel="stylesheet" type="text/css" href="{$ionicons|staticFile}" />

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(function(i,s,o,g,r,a,m){ i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(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');
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84547-17', 'auto', {'allowLinker': true});
ga('create', 'UA-84547-17', 'auto', { 'allowLinker': true });
ga('require', 'linker');
ga('linker:autoLink', [
'silverstripe.com',
'silverstripe.org',
'addons.silverstripe.org',
'api.silverstripe.org',
'doc.silverstripe.org',
'docs.silverstripe.org',
'userhelp.silverstripe.org',
'demo.silverstripe.org'
]);
ga('send', 'pageview');
</script>

<script>window.GLOBAL_NAV_SECONDARY_ID = 1559;</script>
</head>

<body class="theme-theme1">
Expand Down

0 comments on commit dc8fca3

Please sign in to comment.