Page 167 of 217 FirstFirst ... 67117157165166167168169177 ... LastLast
Results 1,661 to 1,670 of 2161
  1. #1661
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by rabble View Post
    bridge32 - No need to do anything to the database if upgrading from 1.2.4. Check your source to see that the code is still being generated correctly.
    How do i check my code?

  2. #1662
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by BlessIsaacola View Post
    Does anybody have a link to the download for version 1.2.5? Thanks!
    It's on the previous page, near the top

  3. #1663
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Ah, is this the sorce code i should have? Found this on my site, i have put XX and asterix to hide tracking number:

    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'XX-********-*']);

    _gaq.push(['_trackPageview']);
    _gaq.push(['_trackPageLoadTime']);

    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>
    </head>

  4. #1664
    Join Date
    May 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by bridge32 View Post
    Ah, is this the sorce code i should have?
    That looks correct; it should show up in the source code of every page. Now check google.com/analytics/ to verify that it is receiving data. If it is, you're golden.

  5. #1665
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by rabble View Post
    That looks correct; it should show up in the source code of every page. Now check google.com/analytics/ to verify that it is receiving data. If it is, you're golden.
    Cheers Rabble! All looks good, just checked, thanks.

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by bridge32 View Post
    Ok im upgrading from version 1.2.4, i followed the upgrade installation guide and got to this part:

    3a) Open the file found at: /includes/templates/[your_template]/common/html_header.php


    3b) Find the lines that look like this just before the </head> tag and REMOVE them (delete). Save the file and re-upload to your server.


    Then i dont know what to do.
    Do i run the install.sql file? or run the Upgrade toversion 1-2-4?
    Sorry but im lost with this
    P.s I have uploaded and overwritten files as required per upgrade notes.
    Regards
    Nic
    If you already have 1.2.4 then there is no need to run any SQL patch. Just upload the files included in the package (overwriting those already in place) and then remove the lines of code in the file you mentioned (that portion is now covered in an override file found int he jscript directory with the new package.)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by BlessIsaacola View Post
    Does anybody have a link to the download for version 1.2.5? Thanks!
    This should be active in the zen downloads area, but if not, you can get it from here: (posted this link with a few other update notes a page or so ago.)

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

  8. #1668
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    This should be active in the zen downloads area, but if not, you can get it from here: (posted this link with a few other update notes a page or so ago.)

    http://www.zencartoptimization.com/downloads/
    Thank you so much I downloaded it from your site because it's not available on Zen Cart yet. I know this is not the thread for it but any plan to publicly release your mod for Microsoft AdCenter tracking? Thanks!

  9. #1669
    Join Date
    May 2007
    Posts
    124
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I've just downloaded the Simple Google Analytics mod v1.2.5
    What pages is it advised to place the Google Analytics Code?
    One of the pages i understand the code should be placed is the

    /common/tpl_main_page.php

    Where in this page does the following code go?

    PHP Code:
    <script type="text/javascript">

      var 
    _gaq _gaq || [];
      
    _gaq.push(['_setAccount''UA-XXXXXXXX-X']);
      
    _gaq.push(['_trackPageview']);

      (function() {
        var 
    ga document.createElement('script'); ga.type 'text/javascript'ga.async true;
        
    ga.src = ('https:' == document.location.protocol 'https://ssl' 'http://www') + '.google-analytics.com/ga.js';
        var 
    document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gas);
      })();

    </script> 
    Google says to place the code just before the tag </header>

    Unfortunately that tag does not exist.
    Any help would be appreciated

  10. #1670
    Join Date
    May 2007
    Posts
    124
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi
    After downloading the Simple Google Analytics v 1.2.5
    and installing the following code has been included in the source code:


    PHP Code:
    <script type="text/javascript">
    var 
    gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." "http://www.");
    document.write(unescape("%3Cscript src='" gaJsHost "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-XXXXXXXX-X");
    pageTracker._initData();
    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);
      _gaq.push(['_trackPageview']);
      _gaq.push(['_trackPageLoadTime']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

    </script>
    pageTracker._trackPageview();
    pageTracker._trackPageLoadTime();
    </script> 
    Where have I made a mistake?
    it looks like some duplications.
    I have placed the google analytics code in the custom area within the admin configuration/ google analytics

 

 

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