Configure Google Analytics to work with multiple subdomains

This commit is contained in:
Erik Michaels-Ober 2011-09-03 13:39:28 -07:00
parent 5a6c5132ae
commit b9dd869b0c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20825280-2']);
_gaq.push(['_setDomainName', '.adoptahydrant.org']);
_gaq.push(['_trackPageview']);
(function() {