Hi, I've downloaded the google analytics module 4.60 tag (Revision 1.2), as I'm using drupal 4.6.6..However, google does not seem to be tracking the website even though the code is correctly entered.

I noticed that Google has changed from to so I wish to upgrade my google analytics module. which revision is safe for drupal 4.6.6?

Comments

Kato’s picture

But I am still using 4.6 and I use the 4.6 google analytic module with no issues. Are you sure you are putting in the correct part of the google id to start tracking? You are adding it in to the google analytic link on your admin tree, right?

--
http://nglofsalina.com

solipsist’s picture

1) Check that you entered your Analytics ID. You need to copy this from the javascript code on the Analytics website.
2) View the page source and make sure the tracking code is actually inserted, if it's not the module isn't working.

--
Jakob Persson
web design and usability consulting
http://www.jakob-persson.com

--
Jakob Persson - blog
Leancept – Digital effect and innovation agency

kuahyeow’s picture

If you view the page source at www.wen.co.nz , the tracking code and the javascript is there at the head. I double-checked with the code in google analytics. Tough luck....:(

--
Cheers,
Thong

Tip: http://drupal.org/forum-posting
Website: http://www.edoodle.co.nz
Drupal for artists - demo at Website for artists

solipsist’s picture

Okay. Empty the cache table to rebuild the site cache. Should make it serve a fresh piece of code.

--
Jakob Persson
web design and usability consulting
http://www.jakob-persson.com

--
Jakob Persson - blog
Leancept – Digital effect and innovation agency

kuahyeow’s picture

Strange, google is taking 4 days to track a website....

--
Cheers,
Thong

Tip: http://drupal.org/forum-posting
Website: http://www.edoodle.co.nz
Drupal for artists - demo at Website for artists

demeester_roel’s picture

Using version 4.7.0 of this module, added my UA-id correctly,
When i check the source of the page I only see the following script at the bottom of the page

<script type="text/javascript">_uacct = "UA-375868-1";urchinTracker();</script> </body>

the include part

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

seems to be missing. any idea what might be the problem?

See sourcecode of http://www.hazelaartje.be for proof

kuahyeow’s picture

near the head tag

--
Cheers,
Thong

Tip: http://drupal.org/forum-posting
Website: http://www.edoodle.co.nz
Drupal for artists - demo at Website for artists