mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-03 03:35:24 +02:00
Initial structure for discordbot addition
This commit is contained in:
9
webapp/titanembeds/templates/google_analytics.html.j2
Normal file
9
webapp/titanembeds/templates/google_analytics.html.j2
Normal file
@ -0,0 +1,9 @@
|
||||
<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');
|
||||
|
||||
ga('create', 'UA-97073231-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
Reference in New Issue
Block a user