wyattjmiller.com/src/analytics.js

15 lines
272 B
JavaScript
Raw Normal View History

2018-05-20 23:11:33 -05:00
/*
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);
}
2018-05-24 22:43:26 -05:00
gtag("js", new Date());
gtag("config", "UA-119564631-1");