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);
}
gtag('js', new Date());
gtag('config', 'UA-119564631-1');