Page 1 of 2 12 LastLast
Results 1 to 10 of 2161

Hybrid View

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

    Default Re: Simple Google Analytics - Support

    This code looks correct so that eliminates the idea that it is not "installed" correctly.

    That brings me to a few more questions:

    1) have you enabled e-commerce tracking for your website profile (in Google Analytics)? If not, you need to do that in order for it to start recording e-commerce data.

    2) Does Google Analytics (not the e-commerce tracking) show that you have had visitors, etc...? If so, then that proves the basic code is installed correctly. If not, then you are missing something in the code still (see # 3 below)

    3) Did you copy the proper ".js" file to the right directory (to "on load" the UTM javascript object?) If not, make sure you do that or none of the tracking will register.

    4) If Google Analytics is showing data, but e-commerce tracking is not working, then you need to go back and make sure you performed step # 1 above.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #2
    Join Date
    Feb 2006
    Location
    UK
    Posts
    56
    Plugin Contributions
    0

    application error Re: Simple Google Analytics - Support

    Hi,
    I have just been through all the Google Analytics setup and am having a problem that a few others seem to have had.

    Everything seems to work OK, I have follwed the steps and this is code from the bottom of my pages:

    <!-- Google Analytics Code -->
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-2256908-1";
    urchinTracker();
    </script></body>

    which looks fine, but I keep getting the following message:
    Tracking Unknown (Last checked: 2007-07-26 2:01 AM PST.)
    The Google Analytics tracking code has not been detected on your website's home page. For Analytics to function, you or your web administrator must add the code to each page of your website.

    I have version 1.3.7 installed, I have tried all of the suggestions that seems to have got most other people with this error up and running but it doesn't seem to work here.

    This is the line from tpl_main_pafe.php (didn't need to be changed):
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>

    And I have uploaded all the files.

    Any help would be great.
    Thanks
    Oh the site is www.stainlesstools.co.uk
    I don't want to see you wasting time,
    I just want a place inside your mind.
    I wish that i could turn the clocks right back.
    It;s easy to forget just what you've got!
    Feeder : Turn : 2001

    http://www.netneighbourhood.co.uk

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by pyrobri View Post
    Hi,
    I have just been through all the Google Analytics setup and am having a problem that a few others seem to have had.

    Everything seems to work OK, I have follwed the steps and this is code from the bottom of my pages:

    <!-- Google Analytics Code -->
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-2256908-1";
    urchinTracker();
    </script></body>

    which looks fine, but I keep getting the following message:
    Tracking Unknown (Last checked: 2007-07-26 2:01 AM PST.)
    The Google Analytics tracking code has not been detected on your website's home page. For Analytics to function, you or your web administrator must add the code to each page of your website.

    I have version 1.3.7 installed, I have tried all of the suggestions that seems to have got most other people with this error up and running but it doesn't seem to work here.

    This is the line from tpl_main_pafe.php (didn't need to be changed):
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>

    And I have uploaded all the files.

    Any help would be great.
    Thanks
    Oh the site is www.stainlesstools.co.uk
    Make sure you gave Google the proper URL to check the status of the tracking code. I wrote a post that may help at the following url.

    http://www.zencartoptimization.com/2...gle-analytics/
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #4
    Join Date
    Jan 2007
    Posts
    236
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    So it WAS just a matter of time. The last test sale I put through just showed up in the tracking module.

    Thanks for all the feedback you were willing to hang in there with!

    studeo

    Now I have to find out how to delete that bogus sale from the averages...lol

  5. #5
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    help question Re: Simple Google Analytics - Support

    Is there a way to see if certain sites block the use of GA? I know for a fact that eBay , through my about me page, is sending folks to my cart but ebay never shows as a source is GA.

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by PastGenToys View Post
    Is there a way to see if certain sites block the use of GA? I know for a fact that eBay , through my about me page, is sending folks to my cart but ebay never shows as a source is GA.
    Any sites / browsers that block JavaScript will not show up in GA. You might get an idea of this (very general) by looking at the number of visitors that come to your site who have JavaScript enabled. Those that don't more than likely are not counted in your GA totals.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #7
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    Any sites / browsers that block JavaScript will not show up in GA. You might get an idea of this (very general) by looking at the number of visitors that come to your site who have JavaScript enabled. Those that don't more than likely are not counted in your GA totals.
    AHH I was JUST going to ask about that! I have no-sript installed for Firefox and I always block everything. There has been many times I haven't allowed google analytics on sites....

  8. #8
    Join Date
    Feb 2006
    Location
    UK
    Posts
    56
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    Make sure you gave Google the proper URL to check the status of the tracking code. I wrote a post that may help at the following url.

    http://www.zencartoptimization.com/2...gle-analytics/
    Seems to be working now, I went away for the weekend without making any changed at all, just had a look and it is now receiving data. Looks like it just takes a bit of time for the process to complete..
    I don't want to see you wasting time,
    I just want a place inside your mind.
    I wish that i could turn the clocks right back.
    It;s easy to forget just what you've got!
    Feeder : Turn : 2001

    http://www.netneighbourhood.co.uk

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

    Default Re: Simple Google Analytics - Support

    pyrobri,

    Oh, I didn't realize you had the "Waiting For Data" message. That means it was installed correctly and the URL was right (obviously).

    Through my research, I've heard reports of that message lasting anywhere from a few hours to a week or more. No rhyme or reason why.

    Glad you got it working.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  10. #10
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    [FONT=Arial]Hi[/FONT]

    [FONT=Arial]Can some one please direct me to a thread of clear explanation which folder and the exact place I should put my code I got from Google?[/FONT]

    [FONT=Arial]I am over a week testing many places and I get nothing working as far seeing any report.[/FONT]

    [FONT=Arial]Thank you[/FONT]

 

 
Page 1 of 2 12 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

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