Re: Simple Google Analytics - Support
Quote:
Originally Posted by
kellan4459
I figured it out
I had to define the value I was using in the language_key field
Glad you got it working. Thanks for posting the solution.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
eastboy
Hello
I am running zen cart v1.3.9h and Mysql 5.5
I installed all the files and edited the tpl_main_page file
i then tried to install the SQL commands in Admin but got an error
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 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 help please
thanks
Try using this and let me know if it works:
Quote:
CREATE TABLE 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) ) ENGINE=MyISAM;
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Wicked-Incense
Could someone please @ least give me a guesstimate that would be worth trying ? I'd really like to track my conversions.
This module works with ANY template layout. So long as you set it up correctly it will work.
Re: Simple Google Analytics - Support
Hi Eric
Thanks for a great mod. I've been using it for a long time on an old store :)
I'm just setting up a new store with 1.5 and cannot work out what settings to use in the Admin Page Registration screen.
I did spot someone else had the problem but figured it out themselves. However, I'm not having that much luck!! I've not actually tried anything yet, I simply don't know where to draw the information needed for:
Page Key:
Page Name:
Page Filename:
PageParameters:
Could you shed some light on it for me (and others) please? As I'm having another dumb. latenight, trying to code moment!
Many thanks and kind regards
Natty
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
Natty
Hi Eric
Thanks for a great mod. I've been using it for a long time on an old store :)
I'm just setting up a new store with 1.5 and cannot work out what settings to use in the Admin Page Registration screen.
I did spot someone else had the problem but figured it out themselves. However, I'm not having that much luck!! I've not actually tried anything yet, I simply don't know where to draw the information needed for:
Page Key:
Page Name:
Page Filename:
PageParameters:
Could you shed some light on it for me (and others) please? As I'm having another dumb. latenight, trying to code moment!
Many thanks and kind regards
Natty
I'm going to have a guess at:
Page Key: Simple Google Analytics
Page Name: ??? - not sure of this one
Page Filename: ??? - or this one
Page Parameters: gID=34 (Looked up in phpMyAdmin configuration_group)
Menu: Configuration
display: checked
sort order: 0
FYI you can also access the page via URL rather than the config menu, eg:
http://www.yourstore.co.uk/youradmin...ion.php?gID=34
Re: Simple Google Analytics - Support
I too need to know what to enter in to the admin page registration page in admin on 1.5.
Re: Simple Google Analytics - Support
I'm using Zen Cart 1.5, which I am in the process of upgrading my 1.3.9h site to. Simple Google Analytics 1.2.2 was installed on the old site.
I downloaded version 1.2.5 of Simple Google Analytics, renamed the admin folder to the name of my admin folder, renamed "your_template" to the name of my template and uploaded my files. I followed the instructions in the README_UPGRADE-TO-1-2-5.txt file and successfully ran the UPGRADE-toversion-1-2-4.sql patch. The Google Analytics code is appearing correctly on my site, but I don't have the Google Analytics Configuration entry on the Configuration menu on the Admin pages.
Is that what ksookma is talking about with the Admin Page Registration?
What am I missing?
TIA
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
eastboy
Hello
I am running zen cart v1.3.9h and Mysql 5.5
I installed all the files and edited the tpl_main_page file
i then tried to install the SQL commands in Admin but got an error
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 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 help please
thanks
Change TYPE=ISAM to ENGINE=ISAM
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
kellan4459
I am having trouble registering the page in 1.5. Has anyone had success? and if so what values did you use?
Thanks in advance
I am using 1.5 version as well. Please someone explain what values to use in Admin Page Registration.
Quote:
Originally Posted by
kellan4459
I figured it out
I had to define the value I was using in the language_key field
:dontgetit
what is language_key? where to find it?
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
jameszxc
I am using zen-cart 1.39H
I did everything according to the readme.tex, and I can see "Google Analytics Configuration"in the admin page! but on the bottom of my site it shows:pageTracker._trackPageview(); pageTracker._trackPageLoadTime();
Have the same issue. Everyting seems to be working ok except it is showing this at the bottom of each page:
pageTracker._trackPageview(); pageTracker._trackPageLoadTime();
Any ideas?