Re: Simple Google Analytics - Support
Since there isn't an Easy Google Analytics (2.1.5) thread, I'm posting a query here. I'm on ZenCart v1.5.1. I was previously using Simple Google Analytics (1.2.6).
In includes/templates/<your template>/common/html_header.php, there's this line:
PHP Code:
/**
* include content from all site-wide jscript_*.php files from includes/templates/YOURTEMPLATE/jscript, alphabetically.
* These .PHP files can be manipulated by PHP when they're called, and are copied in-full to the browser page
*/
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/' . $value); echo "\n";
}
This seems to included the includes/templates/<your template>/jscript/jscript_google_analytics.php which will include google_analytics.php already.
So the additional line in tpl_main_page.php is redundant...
PHP Code:
<?php
if (GOOGLE_ANALYTICS_TRACKING_TYPE != "Asynchronous") {
require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
}
?>
My question is, should one of it be removed?
Re: Simple Google Analytics - Support
Better to start a new thread please than hijack this one.
Re: Simple Google Analytics - Support
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
solo_400
Hi everyone. I have this module installed on my website and I would like to know if support google remarketing.
thx !
The new version here does include remarketing ability.
Re: Simple Google Analytics - Support
Hello,
I am getting this error while trying to install the SQL patch on v1.3.9h
Quote:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
in:
[CREATE TABLE zen_google_analytics_languages ( languages_id int(11) NOT NULL auto_increment, name varchar(50) NOT NULL default '', code char(10) NOT NULL default '', sort_order int(3) default NULL, PRIMARY KEY (languages_id), KEY idx_languages_name_zen (name) ) TYPE=MyISAM;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Any ideas?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
isaiah36
Hello,
I am getting this error while trying to install the SQL patch on v1.3.9h
Any ideas?
Yep, TYPE=MyISAM is the problem. Change it to ENGINE=MyISAM.
Re: Simple Google Analytics - Support
Re: Simple Google Analytics - Support
Hey Eric, any update on your new version??
Re: Simple Google Analytics - Support
hi econcepts, is this the plugin you recommend for analytics tracking these days? i was looking for an update to some of your previous software.
Re: Simple Google Analytics - Support
Hi,
I have installed this plugin on 2 of my sites for the purpose of ecommerce tracking and on one it works great, but on the other it doesnt track almost any sales! Once in a while it does.
Any ideas of what could be the cause of this? Reinstalled a few times...
Thanks!