add tracking

This commit is contained in:
Tommy Parnell
2015-03-11 22:56:40 -04:00
parent a7472805cb
commit ecb545cfbf
5 changed files with 26 additions and 0 deletions

View File

@@ -141,6 +141,10 @@
<Content Include="robots.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Scripts\GAnalytics.js" />
<Content Include="Scripts\GAnalytics.min.js">
<DependentUpon>GAnalytics.js</DependentUpon>
</Content>
<Content Include="Scripts\jquery.easing.1.3.min.js">
<DependentUpon>jquery.easing.1.3.js</DependentUpon>
</Content>
@@ -159,6 +163,9 @@
<Content Include="Scripts\jquery.easing.1.3.min.js.map">
<DependentUpon>jquery.easing.1.3.min.js</DependentUpon>
</Content>
<Content Include="Scripts\GAnalytics.min.js.map">
<DependentUpon>GAnalytics.min.js</DependentUpon>
</Content>
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>

View File

@@ -0,0 +1,8 @@
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60676910-1', 'auto');
ga('send', 'pageview');

View File

@@ -0,0 +1,2 @@
(function(n,t,i,r,u,f,e){n.GoogleAnalyticsObject=u;n[u]=n[u]||function(){(n[u].q=n[u].q||[]).push(arguments)};n[u].l=1*new Date;f=t.createElement(i);e=t.getElementsByTagName(i)[0];f.async=1;f.src=r;e.parentNode.insertBefore(f,e)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create","UA-60676910-1","auto");ga("send","pageview");
//# sourceMappingURL=GAnalytics.min.js.map

View File

@@ -0,0 +1,8 @@
{
"version":3,
"file":"GAnalytics.min.js",
"lineCount":1,
"mappings":"CAAG,QAAQ,CAACA,CAAC,CAACC,CAAC,CAACC,CAAC,CAACC,CAAC,CAACC,CAAC,CAACC,CAAC,CAACC,CAAb,CAAe,CAACN,CAAEO,sBAAwB,CAACH,CAAC,CAACJ,CAAE,CAAAI,CAAA,CAAE,CAACJ,CAAE,CAAAI,CAAA,CAAE,EAAE,QAAQ,CAAA,CAAE,CACvE,CAACJ,CAAE,CAAAI,CAAA,CAAEI,EAAE,CAACR,CAAE,CAAAI,CAAA,CAAEI,EAAE,EAAE,CAAA,CAAhB,CAAmBC,KAAK,CAACC,SAAD,CAD+C,C,CAClCV,CAAE,CAAAI,CAAA,CAAEO,EAAE,CAAC,CAAC,CAAC,IAAIC,I,CAAOP,CAAC,CAACJ,CAACY,cAAc,CAACX,CAAD,C,CAC1EI,CAAC,CAACL,CAACa,qBAAqB,CAACZ,CAAD,CAAI,CAAA,CAAA,C,CAAGG,CAACU,MAAM,CAAC,CAAC,CAACV,CAACW,IAAI,CAACb,CAAC,CAChDG,CAACW,WAAWC,aAAa,CAACb,CAAC,CAAEC,CAAJ,CAHL,EAItB,CAACa,MAAM,CAACC,QAAQ,CAAC,QAAQ,CAAC,yCAAyC,CAAC,IAApE,CAAyE,CAE7EC,EAAE,CAAC,QAAQ,CAAE,eAAe,CAAE,MAA5B,CAAmC,CACrCA,EAAE,CAAC,MAAM,CAAE,UAAT,CAAoB",
"sources":["GAnalytics.js"],
"names":["i","s","o","g","r","a","m","GoogleAnalyticsObject","q","push","arguments","l","Date","createElement","getElementsByTagName","async","src","parentNode","insertBefore","window","document","ga"]
}

View File

@@ -32,6 +32,7 @@
<![endif]-->
<meta name="google-site-verification" content="G4psmFLJd9nwPIr3OFJoSdrwqodMweq1oipofawZIdc"/>
<script src="/Scripts/telemetry.min.js"></script>
<script async type="text/javascript" src="~/Scripts/GAnalytics.min.js"></script>
</head>
<body>
<!-- ******HEADER****** -->