Page 11 of 68 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 672
  1. #101
    Join Date
    Oct 2006
    Posts
    225
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    It's still before the </body> tag. Just not right before the </body> tag. I think that's what Andrew is saying although I do agree that it probably should be very near the close tag to keep the site loading properly if there are problems with the Google Analytics server.
    Visit my Decal website: DecalDepot.net

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by dinki View Post
    It's still before the </body> tag. Just not right before the </body> tag. I think that's what Andrew is saying although I do agree that it probably should be very near the close tag to keep the site loading properly if there are problems with the Google Analytics server.
    You are right it is before the body tag just way before. Like you said if google analytics servers are having problems so is your shop with this configuration. This is why I set out to create a version that loads the code just before the </body> tag. Will clean it up and get it released for you guys.
    ---------------------------------
    Barracuda Productions pure instincts

  3. #103
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by cuda View Post
    You are right it is before the body tag just way before. Like you said if google analytics servers are having problems so is your shop with this configuration. This is why I set out to create a version that loads the code just before the </body> tag. Will clean it up and get it released for you guys.
    thanks cuda

  4. #104
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin View Post
    My mod ALREADY add "analytics code snippet to the footer", before </body tag.
    I don't need this kind of patches.
    If you really have visited my site, you would see the button donate and statistics:
    Totally downloaded - 6701
    Totally donated - 0
    total donated is now 1.

    sorry it couldn't be more andrew.
    I'll try and do it again next week.

    anyone who uses your contributions should try and donate something.

    http://zen-cart.spb.ru/index.php?mai...=contributions

    mafiasam

  5. #105
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    OK!
    I do not want to anybody anything to prove. You can see it on zen-cart.spb.ru:
    Code:
    <script type="text/javascript">
    function zen_urchinTracker() {
      var scrUTM = document.createElement("script");
      scrUTM.type = "text/javascript";
      scrUTM.src = "http://www.google-analytics.com/urchin.js";
      document.body.appendChild(scrUTM);
      var scrUTM = document.createElement("script");
      scrUTM.type = "text/javascript";
      scrUTM.innerHTML = "\n  _uacct = 'UA-XXXXXX-X';\n  urchinTracker();\n";
      document.body.appendChild(scrUTM);
      
    }
    </script>
    </head>
    
    <body id="indexBody" onload="javascript:zen_urchinTracker();">
    and
    Code:
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">
      _uacct = 'UA-XXXXXX-X';
      urchinTracker();
    
    </script></body></html>
    I don't need any donation. It was simply experiment with expected result: downloaded 6701 : donated 0.

  6. #106
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin View Post
    I don't need any donation. It was simply experiment with expected result: downloaded 6701 : donated 0.
    I'm happy to donate. You worked hard on your contributions.

  7. #107
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    Quote Originally Posted by mafiasam View Post
    Code:
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    
    <script type="text/javascript">
    _uacct = "UA-737751-1";
    urchinTracker();
    </script>
    </head>
    It looks like it's in the header to me. Am I doing something wrong?
    It looks like you use very old code.

  8. #108
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin View Post
    It looks like you use very old code.
    I just reinstalled it from your web site last week and did sql install.

  9. #109
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    Wow! You are right! I have forgotten to reload it on ftp. Sorry
    Try now.

  10. #110
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Hi,
    Quote Originally Posted by a_berezin View Post
    Wow! You are right! I have forgotten to reload it on ftp. Sorry
    Try now.
    I just tried to download the latest version but I've come up with an error on your website after I click on contributions.

    As you don't have version numbers, can I suggest that you add the date of the latest version e.g. GoogleAnalytics-061117.zip so people know when it was last updated.

    Many thanks for all your mods. Now I just need to sell something!!!

    Best regards
    Alan

 

 
Page 11 of 68 FirstFirst ... 9101112132161 ... LastLast

Similar Threads

  1. Google Analytics: Site Search Integration
    By saitomedia in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2010, 08:08 AM
  2. google analytics integration
    By amnon_d in forum General Questions
    Replies: 3
    Last Post: 14 Jul 2009, 12:04 PM

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