mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2025-06-08 21:24:40 +02:00
Add analytics
This commit is contained in:
parent
1f4c9cbf45
commit
3cf215477e
2 changed files with 40 additions and 0 deletions
script/public
22
script/public/analytics.js
Normal file
22
script/public/analytics.js
Normal file
|
@ -0,0 +1,22 @@
|
|||
function loadGoogleAnalytics(){
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-27327609-3');
|
||||
}
|
||||
|
||||
function loadGoogleTagManager() {
|
||||
(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-27327609-3', 'auto');
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
|
||||
loadGoogleAnalytics();
|
||||
loadGoogleTagManager();
|
Loading…
Add table
Add a link
Reference in a new issue