mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Enable Google Analytics temporarily to estimate server traffic
This commit is contained in:
parent
2e671dbe9f
commit
3cb0cdf4f8
1 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,16 @@ if(typeof(legacyIE)==='undefined'){
|
|||
});
|
||||
Hyphenator.run();
|
||||
}
|
||||
</script>
|
||||
<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-46627233-1', 'bitcoin.org');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue