Looks right. You could use the exclude filter if you want mentioned by @g1smd if you want to remove the zenid from the strings.
Printable View
Are you using this mod (Simple Google Analytics) or the other mod by Andrew (Google Analytics by Andrew).
My mod (Simple Google Analytics) shouldn't ever through that type of error as I have all my code pre-built into the package and it only takes one line to install.
The error you are getting looks basically says that either you have a piece of JavaScript code that refers to a var which is not present (because you might have not fully installed the mod) OR (because you have both mods installed at the same time which won't work.)
Can you confirm you are using the Simple Google Analytics Mod and have not installed the other at any time?
Let me know and we'll work through it to get you all squared away.
Thanks!
Hi Eric I am just using yours add on. It has been so long ago I don't remember if I first installed Andrews or not. It has always work beautifully it just that error I can not figure out. If it's a javaScript code I don't know where to look to check it out to see whats going on.
Hi everyone, I have installed simple google analytics v1.2.2 on ZC 1.3.8a install went smooth.
It has allowed me to improve so many facets of my business -Fantastic! Thank You. I have read through the posts to find a solution to an issue I am having with my e-commerce tracking. It is not consistent with my actual orders and sometimes it works sometimes not can any one help? P.S. I have enabled this feature in the GA settings:smile:
Which version of the tracking code did you choose to implement (the "urchin / legacy" version or the "ga.js" version?)
The ga.js version apparently still has some inconsistencies (on Google's end) in reporting accurate Ecommerce data. I use the "urchin" version of the code and get very accurate results.
You can choose which version of the code you want to use (and easily switch between the two) from the admin.
Does that help solve your problem?
Thanks for your reply. I did choose the "ga.js" version, I will choose the "urchin/legacy" option an see how I go. What a fine module that has a very real benefit - Thank you.
Hi, sorry for the slow reply - don't remember getting emailed about a new post.
I don't get an error message as such, my error, or problem, is that some conversions are showing up with a value of £1 - we don't have sales at £1 so for some reason the actual sale value is being ignored and inserted as £1 instead.
Hi Eric I guess I need to go to my database to see if the problem lies there. I have checked my files and they seem to be all in order. I downloaded Andrews version to double check to see if there were file left over from his. Don't see any from his version. I'm still stumped...lol
Zencart 1.38
Simple google analytics 1.2.2
Use older urchin = no
I searched the thread and am still confused how to set up alias domains. Posts ~#1015 seem relevant but adds to my confusion.
I have mysite.com and anotherurl.com that points to mysite.com. The redirect is set to point to mysite.com by the hosting company and not by any settings on my end (like htaccess).
Im simply trying to track how many people directly typed in anotherurl.com to get to mysite.com
Is this actually already being tracked in analytics as a “traffic source”?
If I understand right, to track anotherurl.com I set should set up another profile inside google such that I have:
Exsisting UAxxxxxx-1 and
Other url UAxxxxx-2
Right or wrong?
Then, I am totally clueless what to do next. One post says to add UAxxxxx-2 in admin/configuration/GoogleAnalyticsConfiguration .
Is this correct? There is only one field in the interface. Would I just put both with a comma in between (as in UAxxxxx-1, UAxxxxx-2)?
Other posts mention modifying code but I am lost as to what to modify. I see tpl_main_page.php mentioned frequently but it does not look like anything in that file specifically references the particular UAxxxx number.