Page 173 of 217 FirstFirst ... 73123163171172173174175183 ... LastLast
Results 1,721 to 1,730 of 2161
  1. #1721
    Join Date
    May 2010
    Posts
    13
    Plugin Contributions
    0

    application error Re: Simple Google Analytics - Support

    Thanks Joepixel, I have been looking for a solution for over a week and your solution works.

  2. #1722
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by hfxracing View Post
    It Worked like a Charm! the /languages/english/extra_definitions/googleanalytics.php is not in the mod.

    After I made that file & then pointed the Admin Register page to the correct place using the ID from the phpadmin it came right up.

    So a update will be required on this one to make it really simple for people that know even less then me about php/Sql.
    I understand the PCI compliance but I don't have to like it either.

    Thank You joepixel & pinkchalkstudio for the help on this one.
    I just Love Zen Cart! I don't think I would be running a E commerce business without it!

    Now to get this puppy set up!
    This worked like a charm. It took me all day to find it, but it worked! Thanks so much

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by corygatz View Post
    This worked like a charm. It took me all day to find it, but it worked! Thanks so much
    I'm currently in the process of looking at this a a few other mods to make sure they are 1.5 compatible. I've got them all working on 1.5 but have noticed that it is not as smooth for others so I'll go back here and rework the areas needed and upload a new version for those looking if needed.

    Just wanted to let everyone know.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #1724
    Join Date
    Oct 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Disregard,

    Just wasn't patient enough I guess =) Gathering data now =)

    Thanks OP and all who made this mod!
    Last edited by justmerob; 19 Jan 2012 at 03:42 AM. Reason: stupidity =)

  5. #1725
    Join Date
    Nov 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by joepixel View Post
    I managed to get Simple Google Analytics Version: 1.2.5 to work for me on Zen version 1.5 and added to the admin menu. I thought I'd share.

    The new GA version does not seem to have a language file to define one of the settings for the admin menu to appear. I created this file: admin/includes/languages/english/extra_definitions/googleanalytics.php and placed the following code in this file:

    <?php
    define('UN_BOX_GOOGLE_ANALYTICS', 'Simple Google Analytics');

    Here are the settings I used in the admin registration page.

    Page Key: Simple Google Analytics
    Page Name: UN_BOX_GOOGLE_ANALYTICS
    Page Filename: FILENAME_CONFIGURATION
    Page Parameters: gID=36 (make sure you look up this in your database because the number will be different. see below on how to do this.)
    Menu: configuration
    Display on Menu? Y
    Sort Order: whatever you want

    To find the gID number run this select statement in phpMyAdmin:

    SELECT * FROM `configuration` WHERE configuration_key like '%google%'

    Then look for the configuration_group_id. This is the number to use after gID=

    I hope this helps someone!


    Thank you for this!!! I don't know how many hours you saved me of trying to look into this further.....but it is a lot! Worked perfectly.

  6. #1726
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by armyabn1 View Post


    Thank you for this!!! I don't know how many hours you saved me of trying to look into this further.....but it is a lot! Worked perfectly.
    I installed it but there is NO Google Analytics in the Configuration menu. What did i miss?

    Anybody?

    Thanks.

  7. #1727
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by RJugalbot View Post
    I installed it but there is NO Google Analytics in the Configuration menu. What did i miss?

    Anybody?

    Thanks.

    In ZC 1.5 you need to register the page within the Admin.

    First, create the adminXXXXXXXXXXXX/includes/languages/english/extra_definitions/googleanalytics.php page with the following:

    Code:
    <?php 
    define('UN_BOX_GOOGLE_ANALYTICS', 'Simple Google Analytics');

    Fire up your mysql client (HeidiSQL, phpMyAdmin, etc)
    and run the query:

    SELECT `configuration_group_id` FROM `configuration` WHERE `configuration_title` like '%google%' LIMIT 1;

    If it returns nothing, you didn't run the SQL included with the installer.

    Take the resultant # and use that for your gID in the next step.



    Now within your carts admin console, go to:

    Admin Access Management => Admin Page Registration

    Register the page as per the previous posts:

    Page Key: Simple Google Analytics
    Page Name: UN_BOX_GOOGLE_ANALYTICS
    Page Filename: FILENAME_CONFIGURATION
    Page Parameters: gID=XXXX
    Menu: configuration
    Display on Menu? Y
    Sort Order: whatever you want


    Save it, and refresh your admin console. You should now see it under 'Configuration'.

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

    Default Re: Simple Google Analytics - Support




    Configuration image stolen from this site:

    http://www.zencartmarketing.com/goog...-for-zen-cart/

  9. #1729
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Limitless View Post



    Configuration image stolen from this site:

    http://www.zencartmarketing.com/goog...-for-zen-cart/
    I was able get the configuration ID in the configuration database using phpMyAdmin.

    I added the Simple Google Analytics to the Admin Page Registration using this info:

    Page Key: Simple Google Analytics
    Page Name: UN_BOX_GOOGLE_ANALYTICS
    Page Filename: FILENAME_CONFIGURATION
    Page Parameters: gID=49
    Menu: Tools
    Display on Menu? Y
    Sort Order: 0

    The menu was added in under Tools. However, when clicked it just shows the My Store configuration.

    Thank in advance for any help.

  10. #1730
    Join Date
    Nov 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I do apologize in advance if this question has been posted before in this thread, but I display 100 posts per page and this thread in 18 pages long so the thought of wading through 1,800 posts if not that palatable.

    In any event - when I sign up for Googleanalytics it asked me if I want HTTP for my site or HTTPS for the url before I enter the URL.

    How do you get one account that handles both since the UA number is dfferent for my http and https web profile.

    thanks in advance.

    Jeff

 

 

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