I'll see what I can do on the MSN module here and try to get that up in the coming week or so.
Printable View
There are only a few ways this won't work.
1) You haven't turned on ecom tracking within your GA account (which you say you have)
2) The ecom tracking code is not being produced on the thank you page (which it should, but you need to check to make sure in your case.)
3) You have no Google tracking on the thank you page (again, shouldn't be the case, but I've heard with some third party mods it can happen, like with affiliate mods etc...). There are work arounds if this is the case ... just let me know.
I would recommend placing a test order and then when you get to the "thank you" (checkout success) page do a "view source" scroll all the way to the bottom and make sure you see the "google ecommerce" tracking code and that it is populated with your order information.
This code is not the normal google tracking code, but rather is a longer list of elements that actually list each item in the order.
If you need me to take a look at it, PM me and let me know.
Ok I placed the test order, and it seems to have the code, I have included the end of the code here:
I have my site in a subdomain (www.iscatech.com/ecommerce/) does this have any effect?Quote:
</div>
<!--bof- parse time display -->
<!--eof- parse time display -->
<!--bof- banner #6 display -->
<!--eof- banner #6 display -->
<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">
try {
var pageTracker = _gat._getTracker("UA-6204079-3");
pageTracker._trackPageview();
} catch(err) {}</script>
<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-6204079-1");
pageTracker._initData();
pageTracker._trackPageview();
pageTracker._addTrans(
"135",
"",
"29.10",
"1.22",
"13.93",
"Riverside",
"California",
"United States"
);
pageTracker._addItem(
"135",
"4",
"AR934A Ball Trap (Improved McPhail Trap)",
"Traps",
"13.95",
"1"
);
pageTracker._trackTrans();</script><!-- Google Code for purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = 1940015892;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (29.10) {
var google_conversion_value = 29.10;
}
var google_conversion_label = "purchase";
//-->
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/1940015892/?value=29.10&label=purchase&script=0">
</noscript>
</body></html>
Thanks!
This mod isn't working for me.
I installed it, entered my Analytics account number in my admin, and turned on the E-commerce site option at Analytics. However, the "status" is still saying "Tracking not Installed"
Anyone know how to fix this?
Nevermind, got it. Just had to play the waiting game.
Hi,
I am trying to install the simple google analytcs on my shop version 1.38a but I found the follwing problems:
1) I have updated to admin folder the files found under the admin folder in the zip file. Is this correct?
2) I have updated in the mytemplate folder the files found under tamplte in the zip. file is this correct?
I have tryed to add the code ?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?> to /includes/templates/mytemplate/common/tpl_main_page.php but I do not have that file. In this folder I have only tpl_header.php and tpl_header_test_info.php
The file tpl_main-page.php is only in the template_default/common folder.
3)Should I add the code to this file?
or
4)Should I copy the file to mytemplate/common folder and then edit it?
5)I am not sure I correctly updated the db. How can I check it?
6)The following code originated by google anlytics
<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">
try {
var pageTracker = _gat._getTracker("UA-9197257-2");
pageTracker._trackPageview();
} catch(err) {}</script>
should be added somewere?
7)Last but not least not having the tpl_main_page.php file in mytemplate/common folder have I screwed up the ovveride system? If yes, How can I fix it?
Sorry for so many questions but I am far from being an expert webmaster.
ciao from Italy
enzo
I wanted to edit but I can not do it.
In my previous post at point 1 and 2 updated means uploaded.
I am sorry to repost, but can anyone help me with this? http://www.zen-cart.com/forum/showpo...&postcount=998
Thanks
enzo
I can't get this to work, but the template I'm using didn't have a tpl_main_page.php file in the suggested area. I tried modifying it everywhere lse I could find one.
If I do a view source from any page on my site, I can't see the google analytics code.
Can anyone suggest what I need to try next?
Thanks.