Skip to content

Commit

Permalink
Add analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
samknight committed Feb 17, 2012
1 parent bfdb317 commit cc43031
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ <h2>Web<br />Application<br />Development</h2>
<noscript>Please enable Javascript to see the email address</noscript>
</div>
</div>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29289162-1']);
_gaq.push(['_setDomainName', 'palebluedigital.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>

0 comments on commit cc43031

Please sign in to comment.