Titan/webapp/titanembeds/templates/google_analytics.html.j2

10 lines
370 B
Plaintext
Raw Permalink Normal View History

2017-04-09 20:37:34 +02:00
<script>
!function(T,i,t,a,n){T.GoogleAnalyticsObject=t;T[t]||(T[t]=function(){
(T[t].q=T[t].q||[]).push(arguments)});T[t].l=+new Date;a=i.createElement('script');
n=i.scripts[0];a.src='//www.google-analytics.com/analytics.js';
n.parentNode.insertBefore(a,n)}(window,document,'ga');
2017-09-02 03:03:25 +02:00
ga('create', 'UA-105774754-1', 'auto');
2017-04-09 20:37:34 +02:00
ga('send', 'pageview');
</script>