Configure Google Analytics to work with multiple subdomains
This commit is contained in:
parent
5a6c5132ae
commit
b9dd869b0c
|
@ -1,5 +1,6 @@
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_setAccount', 'UA-20825280-2']);
|
_gaq.push(['_setAccount', 'UA-20825280-2']);
|
||||||
|
_gaq.push(['_setDomainName', '.adoptahydrant.org']);
|
||||||
_gaq.push(['_trackPageview']);
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
Loading…
Reference in New Issue