Page 42 of 68 FirstFirst ... 32404142434452 ... LastLast
Results 411 to 420 of 672
  1. #411
    Join Date
    Aug 2008
    Posts
    9
    Plugin Contributions
    0

    help question Re: Google Analytics Integration

    Hello A_Berezin,
    thanks for the download. Just working on this now. Took the download from the ZenCart download page and followed the instructions in the readme file. The files are in the right places and the code looks to be corrrect in the right places. My account is set up in google and i have added my account number from google Analytics UA - etc . but Google Says i am not being tracked yet.

    my web page is www.interior-furniture.co.uk

    I don't want to mess too much with any other settings in case i completly make a mess of things as i am not confident in what i am doing. I looked at the forum suggested in the readme file but some details of the install look different. i.e. did not notice any file called googlefoogle when i was doing my install.. all suggestions really welcome.. many thanks, Eunan in Ireland.

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

    Default Re: Google Analytics Integration

    Hi Eunan,
    Please read this - https://www.google.com/support/googl...5480&utm_id=ad
    I see Google analytics code in your page:
    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-5363789-1");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script>

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

    Default Re: Google Analytics Integration

    Hi michaelhl,
    Quote Originally Posted by michaelhl View Post
    I discover that the script produces a mistake when there is a apostrophe in the productname.
    I fix this bag in new version v 2.2.
    We'll just wait for when the new version will be activated in download area.

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

    Default Re: Google Analytics Integration

    v 2.2 19.08.2008 15:03
    A lot of different changes and bugfix.

  5. #415
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    First your contributions are great and usefull and I try to use most of them.
    But I find another problem. Most of our user, like I myself, use the Internet-Explorer. Only about 30% use Fire-Fox (but this rate grows).
    In Internet-Explorer the script "DOM_ready" produces an Error in page when the product page is loaded. After pressing the reload Button the error isn't longer permanent. I noticed this first by using a lightbox - clone which also use this function. After I comment out the rows of this script in the jscript_google........php there is no error message in the left corner.

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

    Default Re: Google Analytics Integration

    michaelhl
    This and other error fixed in version 2.2

  7. #417
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Hi Andrew,
    when will the version 2.2. come ? Until now, there is only 2.12. from march of this year.

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

    Default Re: Google Analytics Integration

    Hi michaelhl,
    I download it to DL-area 24/08/08. Now we just wait for when the this version will be activated.

    If you do not want to wait - PM to me, I send you the latest version.

  9. #419
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Hello Andrew,
    ist it right?
    Code:
     
    if(GOOGLE_ANALYTICS_USE_PAGENAME == 'true') {
      $google_analytics_page = "'" . zen_output_string_protected($breadcrumb->last()) . (isset($_GET['page']) ? ' (' . sprintf(PREVNEXT_TITLE_PAGE_NO, $_GET['page']) . ')' : '') . '"';
    } else {
      $google_analytics_page = '';
    It opens with "'" and close with '"'.
    It is line 27 to 30 in tpl_footer_googleanalytics.php

  10. #420
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    I change it as follows and now there are no mistakes in internet explorer:

    Code:
     
    if(GOOGLE_ANALYTICS_USE_PAGENAME == 'true') {
      $google_analytics_page = "'" . zen_output_string_protected($breadcrumb->last()) . (isset($_GET['page']) ? ' (' . sprintf(PREVNEXT_TITLE_PAGE_NO, $_GET['page']) . ')' : '') . "'";
    } else {
      $google_analytics_page = '';
    }

 

 
Page 42 of 68 FirstFirst ... 32404142434452 ... 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

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