wyattjmiller.com/src/analytics.js
2018-05-24 23:43:26 -04:00

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");