angular.module('spGABeacon', []).run(function($rootScope, $window, $location) {
	jQuery.getScript('https://www.googletagmanager.com/gtag/js?id=UA-143954359-1');
	window.dataLayer = window.dataLayer || [];
	function gtag(){
		dataLayer.push(arguments);
	}
	gtag('js', new Date());
	gtag('config', 'UA-143954359-1');
});