pelesl
Forum Replies Created
-
Forum: Plugins
In reply to: Analytics does not detect the codeSHEEESH! There is a bug with Google Analytics. I have several accounts with root domains (that is, your site is domain.com or http://www.domain.com) which work fine with the URL typed in without the http:// and without the trailing slash. However, it seems that if the URL of your site is not a root domain, for example,
www.domain.com/SiteIWantToTrack, it will not work if you type inhttp://www.domain.com/SiteIWantToTrack, you must add the trailing slash, like this:http://www.domain.com/SiteIWantToTrack/In the end, I’m not using the plugin, but I suspect there is no difference.
Forum: Plugins
In reply to: Analytics does not detect the codewhooami: Interesting…. I disabled the plugin, and then did as you said, pasting the code from google analytics into the footer.php file. Google still says it can’t find it, and I confirmed by viewing the source that it is in fact there. Does anyone knows if it still collects data even if the “status is unkown”?
Forum: Plugins
In reply to: Analytics does not detect the codewhooami: the plugin inserts the code in the blog pages for me. That’s the whole point. Do you know of a way to tell it to put it somewhere else?
Forum: Plugins
In reply to: Analytics does not detect the codeGoogle seems to recommend putting the code just above </body>. Is it being in the head making it impossible for google to find?
Forum: Plugins
In reply to: Analytics does not detect the codeOh, I also made sure there was an http:// in front of the URL inside my google analytics profile. The only other thing worth mentioning is that the blogs are not on a root domain, that is, they are mydomain.com/blog1 and mydomain.com/blog2. This shouldn’t be a problem, right? Any ideas?