one thing I have noticed -
a lot of the older thred refer to this code in the bottom of the mail page:
PHP Code:
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
I have the following code:
PHP Code:
<?php
if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
// Do nothing
} else {
require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
}
?>
I am getting google stats but no sales number and do have my UA code entered in the config screen.
In addition my tpl_main_page.php is in:
/usr/local/websites/mysite/includes/templates/ZCT/common
and my google-analytics directory is located at:
/usr/loca/websites/includes/templates/ZCT/google_analytics
does this look right?
thanks in advance.
Bookmarks