From 1542bd5e0533c535a5b4410ff83f1db8956a5acd Mon Sep 17 00:00:00 2001 From: Brian Corrigan Date: Wed, 4 Oct 2017 08:48:13 -0400 Subject: Initial commit --- ga.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ga.js (limited to 'ga.js') diff --git a/ga.js b/ga.js new file mode 100644 index 0000000..a747735 --- /dev/null +++ b/ga.js @@ -0,0 +1,13 @@ +/* + * Google Tag Manager Tracking + */ + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-88281046-1', 'auto'); + ga('send', 'pageview'); +/* + * End Google Tag Manager + */ -- cgit v1.3.1