mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Some analytic stuff
This commit is contained in:
parent
89db8eb728
commit
1c0e00e4ba
7 changed files with 50 additions and 9 deletions
7
PlexRequests.UI/Content/analytics.js
Normal file
7
PlexRequests.UI/Content/analytics.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
(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','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-77083919-2', 'auto');
|
||||
ga('send', 'pageview');
|
Loading…
Add table
Add a link
Reference in a new issue