Page 39 of 68 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 672
  1. #381
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by crinolina View Post
    hi i've installed on zen cart 1.37 Google Analytics Integration
    Version Date
    ==============
    v 2.1.2 21.02.2008 11:04

    After 24 hour i dont see any numbers (everything is on 0) on google analytics account. Receiving Data is checked and i think the code is seen by google.

    What is the problem? any ideea?
    Are you refreshing the Analytics page or did you log out and back in. I was refreshing it originally and didn't see any updates....but then I clicked back on my AdWords Campaign and then back to the Analytics tab and I saw some numbers.

  2. #382
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,569
    Plugin Contributions
    74

    Default Re: Google Analytics Integration

    Not sure if this bug has been reported, but the analytics code is displaying all the pages on google in the following method:

    /Home
    /The Shopping Cart
    /Checkout

    This is great for displaying the PHP URLs in a readable form, however, when you do SITE OVERLAY, non of the links work because it thinks the link is www.domain.com/Home which doesn't exist.

    Also, anyone who is setting up Goals or Funnel Visualization, you can't use your PHP URLs because this mod is transferring data on URLs that do not exist. So, put /Home /The Shopping Cart /Checkout etc. for each level of your funnel.

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

    Default Re: Google Analytics Integration

    In admin set "Use pagename" to false.

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

    Default Re: Google Analytics Integration

    Quick bug fix.
    jscript_googleanalytics_outgoing.php
    find
    Code:
    document.write("<script id=__ie_onload defer><\/script>");
    replace by
    Code:
    document.write("<script id="__ie_onload" defer><\/script>");

  5. #385
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: Google Analytics Integration

    The code is commented out?? Should I uncomment? Is it stable?

    PHP Code:
      /* for Internet Explorer */
      /*@cc_on @*/
      /*@if (@_win32)
        document.write("<script id="__ie_onload" defer><\/script>");
        var script = document.getElementById("__ie_onload");
        script.onreadystatechange = function() {
          if (this.readyState == "complete") {
            init(); // call the onload handler
          }
        };
        return;
      /*@end @*/ 

  6. #386
    Join Date
    Jan 2007
    Location
    Tooele, UT
    Posts
    4
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin View Post
    Quick bug fix.
    jscript_googleanalytics_outgoing.php
    find
    Code:
    document.write("<script id=__ie_onload defer><\/script>");
    replace by
    Code:
    document.write("<script id="__ie_onload" defer><\/script>");
    I added this, and now IE is giving me a page error saying that it is expecting a ')'

    I replaced that line of code with (changed inside set of " to a set of ' ):
    PHP Code:
    document.write("<script id='__ie_onload' defer><\/script>"); 
    I have no idea if that line is correct or not, but it doesn't give me the error any more.

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by jw00dy View Post
    I replaced that line of code with (changed inside set of " to a set of ' ):
    PHP Code:
    document.write("<script id='__ie_onload' defer><\/script>"); 
    I have no idea if that line is correct or not, but it doesn't give me the error any more.
    Yes, that's right, thank you.

  8. #388
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Google Analytics Integration

    I am getting the very same errors on page validation, and have added the single quote, but its made no difference. I get the following

    Line 54, Column 50: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified.

    document.write("<script id='__ie_onload' defer><\/script>");

    In several places?

    Has anyone actually got this working, if not then I think I should remove analytics until it is, as I would like the page 100% clear on validation.
    My only addon is Gallery addon and can be seen here breezy

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by spottedhaggis View Post
    document.write("<script id='__ie_onload' defer><\/script>");
    Code:
    document.write("<script id='__ie_onload' defer='defer'><\/script>");
    Quote Originally Posted by spottedhaggis View Post
    I think I should remove analytics until it is, as I would like the page 100% clear on validation.
    I think you should remove or deactivated this function.

  10. #390
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Need some help with google analytics... I have zen 1.3.8a. and I have magic seo url installed.

    I have this code in my tpl_footer:
    Code:
     
    <?php include($template->get_template_dir('tpl_footer_googleanalytics.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_googleanalytics.php'); ?>
    But I don't have any google analytics code in my tpl_main_page.... Is that OK???

    Also on my admin google analytics configuration I am missing the title on the 3rd and 4th lines. There is a value, but no title...

    And my use page name is set to true... should that be set to false???

    Thanks.

 

 
Page 39 of 68 FirstFirst ... 29373839404149 ... 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