Page 14 of 68 FirstFirst ... 412131415162464 ... LastLast
Results 131 to 140 of 672
  1. #131
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin View Post
    You undestand javascript code? function zen_urchinTracker() executed after the page is loaded. So tracking code generated after the page is loaded!
    If you want to see this and other "after-loaded-generated-code" in FF you must do:
    1. Select all (ctrl-A);
    2. Click right mouse button;
    3. View source code of selected...
    Gotcha, now I see it :) Thanks! I'm not as familiar with Javascript as I am with other programming languages, so it just had me confused. Thanks for pointing it out to me :)

  2. #132
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Google Analytics Integration

    andrew,

    sorry to bother you but in IE6 there is a Javascript runtime error. Here are the (not so great) details:

    Line: 26
    Char: 3
    Error: Unknown runtime error
    Code: 0
    URL: http://www.getyourgameshere.com/

    You have same problem on your site here:
    Line: 25
    Char: 3
    Error: Unknown runtime error
    Code: 0
    URL: http://zen-cart.spb.ru/

    The line reads:

    scrUTM.innerHTML = "\n _uacct = 'UA-XXXXXX-X';\n urchinTracker();\n";

    on your site. Any idea?

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

    Default Re: Google Analytics Integration

    Quote Originally Posted by getyourgameshere.com View Post
    in IE6 there is a Javascript runtime error.
    Thank you!
    UPDATED!
    Last version v v 1.1.2 23.11.2006 14:01

  4. #134
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Google Analytics Integration

    OK. I think I have figured out what could be causing some products not to show up in E-commerce analysis in Google Analytics.

    I'm hoping I did this fix right - I'll know within a couple of days because I just applied it . Its based off the previous fix that Andrew did for Internet Explorer, and as we all know that is probably the most popular browser still at this time (though rapidly falling to Firefox)

    Open includes/modules/pages/checkout_success/jscript_google_analytics.php

    Line 47 reads
    Code:
    frmUTM.innerHTML = txtUTM;
    IE hates the innerHTML thing and throws javascript errors.

    Change the line to read:

    Code:
    frmUTM.text = txtUTM;
    I have just applied the proposed fix to my site, so I will report back shortly if I sell anything and tell you how it goes. The code that Andrew has works fine if you use a non-IE browser such as Firefox, but IE is a b*tch and likes to screw things over :)

  5. #135
    Join Date
    Oct 2006
    Posts
    225
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Is there any way to get more descript page names? What I mean is when I view my reports, I get names like:

    /index.php?main_page=product_info&products_id=386


    Is there a way to have it display something other than this? The best candidate would be what's in the title tag.
    Visit my Decal website: DecalDepot.net

  6. #136
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    I've just installed this mod (great a_berezin).
    In past I've add google code in footer: must I delete code from footer?
    Because customer have place an order, but in google analytics I can't see nothing in ecommerce section.
    Try I my mod work: www.100asa.it

  7. #137
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Google Analytics Integration

    Quote Originally Posted by 100asa View Post
    I've just installed this mod (great a_berezin).
    In past I've add google code in footer: must I delete code from footer?
    Because customer have place an order, but in google analytics I can't see nothing in ecommerce section.
    Try I my mod work: www.100asa.it

    if you have installed andrews mod.. then yes you need to delete the one you put in the footer manually

    sometimes my analytics reports an e-commerce sale, other times it doesn't.. not sure why. trying to figure out how to get it to work a bit more often but the change i did doesnt seem to help much

  8. #138
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    I've just post an email to Google analytics team, to ask to solve this problem.
    I've deleted from footer the original google code, and now I can't see the visitors and other analytics information.
    But in the html view of my page I see the a_berezing google analytics code.
    A-berezin: can you help me?

  9. #139
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quick reply by Google team:
    "complete a transaction and send us page result"
    I'm doing...

  10. #140
    Join Date
    Nov 2005
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    Quote Originally Posted by a_berezin View Post
    You undestand javascript code? function zen_urchinTracker() executed after the page is loaded. So tracking code generated after the page is loaded!
    If you want to see this and other "after-loaded-generated-code" in FF you must do:
    1. Select all (ctrl-A);
    2. Click right mouse button;
    3. View source code of selected...
    THANK YOU!

    Perhaps you should put these instructions in your readme.txt file? Not everyone knows this, and I was going nuts trying to find the code in my footer in FF and IE (since it does NOT show up there if you just View Source normally!).

    Took me 13 pages to find the answer, but thanks for posting this info or I never would have understood!

 

 
Page 14 of 68 FirstFirst ... 412131415162464 ... 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