When you put your mouse over the Configuration menu in Admin do you see the Google Analytics Configuration listed?
If not you probably did not install the googleanalytics-INSTALL.sql . To do that you use the INSTALL SQL PATCHES from the TOOLS menu in admin.
Did you also perform step 3 of the installation instructions?
3. At the bottom of /includes/templates/[your_template]/common/tpl_main_page.php
Copy and paste the following lines of code (found below) just before the </body> tag:
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
I can tell you that it took me awhile to get my sites setup correctly using Google Analytics, but the PDF book I ended up purchasing at http://www.zencartoptimization.com/c...gle-analytics/ helped me tremendously and I still have plenty of hair to pull out for my next project.




