Page 1 of 3 123 LastLast
Results 1 to 10 of 2161

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Simple Google Analytics - Support

    Yes I just installed Andrew's new version "variant_javascript" on Zen Cart 1.36 and it works good. Easy install. Just two files to upload, no editing, merges or overrides required. See the original GA mod support thread for info.

    Woody

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hey guys- There are 2 different versions. So? They both work. Please post your comments about Andrew's version in the other thread.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Kim View Post
    Hey guys- There are 2 different versions. So? They both work. Please post your comments about Andrew's version in the other thread.
    Huh? I certainly wasn't dissing Cuda's version/contribution. Rather I was stating another version was available and working, just as cuda had posted in the "other" mods support thread. Frankly I don't understand what the big deal is in doing so. Happy Holidays!

  4. #4
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    works perfectly

  5. #5
    Join Date
    Sep 2005
    Posts
    53
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have this installed on ver 1.2.7, it records the visits and goal conversions, but not the transaction and order value. Any ideas where I am going wrong?

  6. #6
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi,

    I installed this on v1.37, went through the readme and followed all the instructions yet on the google analytic site, I'm still getting the message:

    Tracking Not Installed (Last checked: 2007-01-28 7:13 PM 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.

    Could I have missed something or does it take a while for it to find the code when I have it re-check?

    thank you,

    betty

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by bettysue View Post
    Hi,

    I installed this on v1.37, went through the readme and followed all the instructions yet on the google analytic site, I'm still getting the message:

    Tracking Not Installed (Last checked: 2007-01-28 7:13 PM 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.

    Could I have missed something or does it take a while for it to find the code when I have it re-check?

    thank you,

    betty
    Betty Did you go into the admin and go to configuration->Google analytics configuration and enter your Analytics account number? it should not be UA-XXXXXX-1 it should be your actual account number from google.

    Also give me a url and I will take a look.
    ---------------------------------
    Barracuda Productions pure instincts

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Nellie View Post
    I have this installed on ver 1.2.7, it records the visits and goal conversions, but not the transaction and order value. Any ideas where I am going wrong?
    Nellie - This module has not been tested on 1.2.7 so not sure the problem but lets fix the problem. can you give me a url so I can take a look
    ---------------------------------
    Barracuda Productions pure instincts

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Nellie View Post
    I have this installed on ver 1.2.7, it records the visits and goal conversions, but not the transaction and order value. Any ideas where I am going wrong?
    Hey nellie I am back to help....

    ok first things first view the source of your home page:

    Code:
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-861757-5";
    urchinTracker();
    </script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-861757-5";
    urchinTracker();
    </script>
    Notice the double up of tracking code. This is probably due to you adding a hard coded version as google suggests and using the one line include from this module. Remove the hard coded line from your template all you need is this line (modified with dr bytes suggestion to check the file is actually there):

    PHP Code:
    <?php
    if (file_exists($template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php'))
        {
        require(
    $template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php');
        }
    ?>
    This maybe the issue as to why you are not getting checkout tracking it may also have to do with paygate. What is the test credit card number for paygate so I can make a fake purchase and check the code?

    cuda
    ---------------------------------
    Barracuda Productions pure instincts

  10. #10
    Join Date
    Sep 2005
    Posts
    53
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by cuda View Post
    Hey nellie I am back to help....

    ok first things first view the source of your home page:
    Thanks Cuda, been away for a few days. I have removed the hard coded script in the footer, it now looks right when you view the source. Iwill have to contact Paygate re the dummy creditcard No, I dont have it off hand.

 

 
Page 1 of 3 123 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