15 lines
272 B
JavaScript
15 lines
272 B
JavaScript
|
/*
|
||
|
Google Analytics shit because I'm paranoid
|
||
|
Created by Wyatt J. Miller, published by Entourage Solutions
|
||
|
|
||
|
*/
|
||
|
|
||
|
window.dataLayer = window.dataLayer || [];
|
||
|
|
||
|
function gtag(){
|
||
|
dataLayer.push(arguments);
|
||
|
}
|
||
|
|
||
|
gtag('js', new Date());
|
||
|
gtag('config', 'UA-119564631-1');
|