Page 7 of 217 FirstFirst ... 567891757107 ... LastLast
Results 61 to 70 of 2161
  1. #61
    Join Date
    Jan 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    why all the drama? i just pasted the google code into the footer and it works fine for me. am i missing something?

  2. #62
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    It just started working> Erased post
    Last edited by Pablosan; 11 Feb 2007 at 11:22 PM. Reason: Not needed.

  3. #63
    Join Date
    Jul 2006
    Posts
    129
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Rhitty View Post
    why all the drama? i just pasted the google code into the footer and it works fine for me. am i missing something?
    You are missing transaction data...How much people spend on what products from which source....this information can be very helpful this mod allows you to track your transactions.
    ---------------------------------
    Barracuda Productions pure instincts

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Nellie View Post
    This is what I have at the end of templates/[your_template]/common/tpl_main_page.php :

    Code:
        <td align="center" colspan="3"><div class="banners"><?php echo zen_display_banner('static', $banner); ?></div>  </td>
      </tr>
    <?php
        }
      }
    ?>
    </table>
    <?php require(DIR_WS_MODULES . 'footer.php'); ?>
    <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    ?>
    </body>
    What version of Zen are you using Nellie?
    ---------------------------------
    Barracuda Productions pure instincts

  5. #65
    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!

  6. #66
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by peggyc View Post
    Hmm, I'm using JRox too -- I wonder if there's some incompatibilty there causing this Analytics problem?
    Has anyone determined if JROX works with analytics?

    Because I like analytics and I don't want anymore huge headaches

  7. #67
    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

  8. #68
    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.

  9. #69
    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

  10. #70
    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.

 

 
Page 7 of 217 FirstFirst ... 567891757107 ... LastLast

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