Results 1 to 10 of 2161

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Ok, I thought this mod was working just fine (thanks!), but I just discovered an error message showing up on my checkout success page:

    Code:
    1054 Unknown column 'GOOGLE_ANALYTICS_TARGET_city' in 'field list'
    in:
    [select orders_id, GOOGLE_ANALYTICS_TARGET_city as city, GOOGLE_ANALYTICS_TARGET_state as state, GOOGLE_ANALYTICS_TARGET_country as country from orders where customers_id = 35 order by date_purchased desc limit 1]
    Any suggestions on this? I haven't seen the error on any other page yet. I've double-checked my tpl_main_page.php, and the code is correct. Thanks for any help!

  2. #2
    Join Date
    Jul 2006
    Posts
    129
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by buzzville View Post
    Ok, I thought this mod was working just fine (thanks!), but I just discovered an error message showing up on my checkout success page:

    Code:
    1054 Unknown column 'GOOGLE_ANALYTICS_TARGET_city' in 'field list'
    in:
    [select orders_id, GOOGLE_ANALYTICS_TARGET_city as city, GOOGLE_ANALYTICS_TARGET_state as state, GOOGLE_ANALYTICS_TARGET_country as country from orders where customers_id = 35 order by date_purchased desc limit 1]
    Any suggestions on this? I haven't seen the error on any other page yet. I've double-checked my tpl_main_page.php, and the code is correct. Thanks for any help!
    The GOOGLE_ANALYTICS_TARGET is set in the admin->Google Analytics Config. Do you have a setting there in your admin?

    You would only see this error on the checkout_success page as it is only called when an order is completed.
    ---------------------------------
    Barracuda Productions pure instincts

  3. #3
    Join Date
    Oct 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    my zen-cart version is 1.3.6
    after i install Simple Google Analytics, the google analytics home page show error:

    Tracking not yet added to your website: www.enjoyhobbies.net

    my webiste is http://www.enjoyhobbies.net

    Please help me to resolve the issue.

    Thanks.

  4. #4
    Join Date
    Jul 2006
    Posts
    129
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by samhuang View Post
    my zen-cart version is 1.3.6
    after i install Simple Google Analytics, the google analytics home page show error:

    Tracking not yet added to your website: www.enjoyhobbies.net

    my webiste is http://www.enjoyhobbies.net

    Please help me to resolve the issue.

    Thanks.
    You have not entered your correct account number in the admin your current setting is 'enjoyhobbies' see the code below which is at the bottom of your source:

    Code:
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "enjoyhobbies";
    urchinTracker();
    </script>
    account numbers take the form of: UA-XXXXXX-X you can find the account number when you log into your google analytics account and click edit then verify account. hope that helps
    ---------------------------------
    Barracuda Productions pure instincts

  5. #5
    Join Date
    Mar 2007
    Location
    Seattle
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Cuda:
    I have been working to get your script working perfectly. All was going great. And I see my google account number at the bottom of the source code. And analytics is showing visits to the "cart" directory.
    But when I place an item in my cart, and move thru main_page=shopping_cart, click "go to check out" where I arrive at main_page=login, then I get an "errors on page" at the bottom of the browser. I assume this is a javasript error, but I am not sure. It is a yellow triangle with an exclamation point.
    One interesting note:
    I was trying to find the problem, so I deleted the <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    ?> at the bottom of tpl_main_page, verified on the server source code that it was gone, but I still saw the error. I am quite certain there were not any errors before installing the analytics script, because I was keeping a close eye on that. Do you know why this would be? I have since put the code back into tpl_main_page. Perhaps this is not related to the script. But it seems like it is. Sorry for the long email.
    Any advice?
    I would greatly appreciate it.

  6. #6
    Join Date
    Mar 2007
    Location
    Seattle
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Never mind for now, I think it might have something to do with the way I customized the customer login fileds.

  7. #7
    Join Date
    Mar 2007
    Location
    Seattle
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Actually, it looks like I might have a conflict coming from payment.php in the classes directory. Should this javascript be renamed?
    I would like to open this question up to the community.
    Thank you in advance.

  8. #8
    Join Date
    Dec 2010
    Posts
    35
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have installed the Google Analytics by Andrew, but I can't find the support thread for it. Would anybody direct me to the right thread.

    Thanks to All

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Minu View Post
    I have installed the Google Analytics by Andrew, but I can't find the support thread for it. Would anybody direct me to the right thread.

    Thanks to All
    That support thread is here:

    http://www.zen-cart.com/forum/showthread.php?t=43907

    I haven't seen any support from the original programmer in there given for a while (I've been answering questions in there for people to help them.)

    This is the support thread for my module: Simple Google Analytics
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 

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

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