Page 171 of 217 FirstFirst ... 71121161169170171172173181 ... LastLast
Results 1,701 to 1,710 of 2161
  1. #1701
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by kellan4459 View Post
    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.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #1702
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by eastboy View Post
    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:


    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;
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #1703
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Wicked-Incense View Post
    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.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #1704
    Join Date
    Dec 2008
    Posts
    65
    Plugin Contributions
    0

    Default 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

  5. #1705
    Join Date
    Dec 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Natty View Post
    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

  6. #1706
    Join Date
    Aug 2009
    Posts
    210
    Plugin Contributions
    1

    Default 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.

  7. #1707
    Join Date
    May 2008
    Posts
    12
    Plugin Contributions
    0

    Default 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

  8. #1708
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by eastboy View Post
    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

  9. #1709
    Join Date
    Jan 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by kellan4459 View Post
    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 View Post
    I figured it out
    I had to define the value I was using in the language_key field

    what is language_key? where to find it?

  10. #1710
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jameszxc View Post
    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 showsageTracker._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?

 

 

Similar Threads

  1. v150 Simple Google Analytics .sql error !
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Feb 2012, 11:33 PM
  2. Simple Google Analytics-not working
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Nov 2010, 06:07 PM
  3. Simple (From Google) Analytics Install
    By DagLindt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2009, 10:46 PM
  4. Simple google analytics- help
    By Pet Herbal Remedies in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 1 Oct 2008, 10:37 PM
  5. Simple Google Analytics not working
    By jvanree in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 May 2008, 03:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR