Google Analytics (yes yes I know)

This commit is contained in:
Chuck Dries 2017-11-29 21:55:12 -07:00
parent 97f823b9ab
commit ce0fd0560d

View File

@ -27,6 +27,17 @@
visibility: hidden; visibility: hidden;
} }
</style> </style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-34100225-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-34100225-1');
</script>
</head> </head>
<body> <body>