Page 4 of 68 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 672
  1. #31
    kelvyn Guest

    Default Re: Google Analytics Integration

    Quote Originally Posted by BlessIsaacola
    Kelvyn, perhaps you should test some of the mods with 1.3.5 and report back if it works or not instead of post all over the forum about compatibility issues. 1.3.5 has just been released and people installing and testing it, give it some time for people to start reporting back.
    Um, I didn't say I WASN'T going to test some mods - things like Ask a Question, Cross Sell, Improved Attributes etc are things I'm already loading up to test.
    But the forums I have posted in are mods which are either brand new, or have an extremely high level of interest. And someone is going to ask the same question of that mod - it might as well be me.

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

    Default Re: Google Analytics Integration

    No ill-will intended, I am testing as we speak right now some of the mods you mention and should be able to report back later if someone else didn't beat me to it. This thing is hot off the press you know! :)

  3. #33
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin
    For zen-cart 1.2 you may use this jscript_google_analytics.js:
    Code:
    /**
     * jscript_google_analytics.js
     *
     * @package zen-cart statistic
     * @copyright Copyright 2005-2006 Andrew Berezin
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: jscript_google_analytics.js,v 1.0.1 29.08.2006 19:24 Andrew Berezin [email protected] $
     */
      GOOGLE_ANALYTICS_UACCT = 'UA-XXXXXX-X';
    
      google_analytics_url = "http://www.google-analytics.com/urchin.js";
      if (p = window.location.protocol) {
        if (p == 'https:') 
          google_analytics_url = "https://ssl.google-analytics.com/urchin.js";
      }
      var oTheHead = document.getElementsByTagName("head").item(0);
      var scrUTM = document.createElement("script");
      scrUTM.type = "text/javascript";
      scrUTM.src = google_analytics_url;
      oTheHead.appendChild(scrUTM);
      scrHTML = '';
      scrHTML += "\n_uacct = '"+GOOGLE_ANALYTICS_UACCT+"';\n";
      scrHTML += "urchinTracker();\n";
      var scrUTM = document.createElement("script");
      scrUTM.type = "text/javascript";
      scrUTM.innerHTML = scrHTML;
      oTheHead.appendChild(scrUTM);

    Andrew,

    This seems to break my store when viewed via IE6. Error: IE can not open the internet page www......... Operation aborted. It then goes to page not found.

    Fine in FF but the google code is not properly loaded. I had assumed all was well as Firebug was picking it up.

    Removing the .js resolves my problem.

    Any ideas?

    Thanks

    Brent

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by Brent
    This seems to break my store when viewed via IE6. Error: IE can not open the internet page www......... Operation aborted. It then goes to page not found.
    I can not it understand In 1.3.5 i can't load in IE ANY jscript_*.js. But when I rename it to jscript_test.js it's work fine! Try to rename this js.
    Quote Originally Posted by Brent
    Fine in FF but the google code is not properly loaded.
    You are sure? How you checked?

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin
    I can not it understand In 1.3.5 i can't load in IE ANY jscript_*.js. But when I rename it to jscript_test.js it's work fine! Try to rename this js.
    I can't understand anything about IE! Now all work normal.

  6. #36
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin
    I can not it understand In 1.3.5 i can't load in IE ANY jscript_*.js. But when I rename it to jscript_test.js it's work fine! Try to rename this js
    No still consistent with me but I don't think it your mod Even in I load a blank .js I get the error so it must be something in 1.2.7 conflicting with other modifications I have made.

    Quote Originally Posted by a_berezin
    You are sure? How you checked?
    Yes, my site loads without a problem in FF. I If I view the page source I get <script language="javascript" src="includes/templates/mytemplate/jscript/jscript_test.js"> but none of the code is loaded. Viewing with Firebug though it is all visible.


    My test store directory is password protected so if you don't mind I'll PM the details so that you can see this for yourself first hand?

    Regards

    Brent

  7. #37
    Join Date
    Aug 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Hello.

    Thanks for the module. I seem to be having some problems though. At first, it showed low-numbers of site views (1,2), but now it is showing absolutely none. I know I am getting site views, since when I visit my adsense account for the same day in question, it says things such as "56 views (low, but still better)", etc.

    I have my information entered as the following.

    Analytics Account UA-44XXXX-3
    Target Address customers
    Use sku/code products_model

    Do you think I should go reupload the pages to my website? Perhaps they've been messed up somehow.

    Thanks.

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by Brent
    Yes, my site loads without a problem in FF. I If I view the page source I get <script language="javascript" src="includes/templates/mytemplate/jscript/jscript_test.js"> but none of the code is loaded.
    Select all, View selected source code.

  9. #39
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Thank you I've always assumed that's what View Page Source (CTRL U) did.

    Now just need to find out why my site won't load in IE.

  10. #40
    Join Date
    Jun 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Can we have a mod fix the first post as the information there is wrong on how to go about installing this. You have to read through to figure it out.

    But seems as though I havent figured it out because when I click on check status on the google analyistics page it says not installed.

    Does ont have to add this to every page/item?

 

 
Page 4 of 68 FirstFirst ... 234561454 ... 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