Merge "Add Google Analytics JavaScript tracking snippet code"
This commit is contained in:
commit
06a856a457
@ -13,6 +13,17 @@
|
||||
{% if favicon %}
|
||||
<link rel="shortcut icon" href="{{ pathto('_static/favicon.ico') }}"/>
|
||||
{% endif %}
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(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');
|
||||
|
||||
ga('create', 'UA-17511903-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
</head>
|
||||
<body>
|
||||
{% include 'header.html' %}
|
||||
|
4
releasenotes/notes/lp1516819-b4bb7b0f10004cef.yaml
Normal file
4
releasenotes/notes/lp1516819-b4bb7b0f10004cef.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Add Google Analytics JavaScript tracking snippet code to resolve
|
||||
Launchpad bug #1516819.
|
Loading…
x
Reference in New Issue
Block a user