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?
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
IE hates the innerHTML thing and throws javascript errors.Code:frmUTM.innerHTML = txtUTM;
Change the line to read:
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 :)Code:frmUTM.text = txtUTM;
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
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![]()
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?
Quick reply by Google team:
"complete a transaction and send us page result"
I'm doing...
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!