added the . to the domain name in google analytics code in order to track subdomain

Change-Id: Ifaf5f7e8edd95fea86c6c5a02410f33b35fe3652
This commit is contained in:
Stefano Maffulli 2012-06-20 12:54:17 -07:00
parent 1bcd086148
commit 7cf9fe2720
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
var _gaq = _gaq || []; var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17511903-1']); _gaq.push(['_setAccount', 'UA-17511903-1']);
_gaq.push(['_setDomainName', 'openstack.org']); _gaq.push(['_setDomainName', '.openstack.org']);
_gaq.push(['_trackPageview']); _gaq.push(['_trackPageview']);
(function() { (function() {