
Originally Posted by
bettysue
Hi,
Yes I did put the account number in admin. The only thing I didn't put anything in was the affiliate entry as I didn't know what it was for.
http://www.buysoul.com
thank you,
betty
When I go and view the source of your home page I get this code at the bottom:
Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-XXXXXX-X";
urchinTracker();
</script>
The XXXX are there so that indicates to me that your database does not have the account number in it. Also make sure just before the </body> tag in your home page template because you may have just the code above there and that could be your problem:
PHP Code:
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
Bookmarks