Update on various reports of missing revenue figures
We've all heard reports of the missing revenue figures and what seems to be potentially incorrect tracking figures with the recent Google "ga.js" tracking code.
I've been researching it and finally came across a thread where a member of Google admits there is a problem on their end.
The thread on the internet reads as follows:
The Google Analytics Adviser responds with the following:My two biggest issues right now are not AdWords related - they have to do with custom filters that stopped working on January 15th, and ECommerce revenue numbers not matching up properly (new code) - some transactions have NO revenue at all, some are missing products too. Looking at the Google Group, we're not the only ones with these problems, and my clients are rather upset, because they've gotten used to making some decisions based on GA data. I know it's free and everything... (although these clients are longtime AdWords advertisers) but we were kinda hoping it would be accurate as well. But it seems like there's been this huge silence about these issues - nothing officially has been said. We sent all kinds of screen shots to support, set up sample transactions, etc etc and then never heard anything back.
So after reading that, I decided to rework the current Simple Google Analytics contribution to include the option of using either the urchin.js tracking code or the ga.js tracking code.I've spoken to the team about the issues you are experiencing.
If possible, please write in to the Analytics Support team (via the contact link in Analytics) with specifics on the filters. We haven't noticed anything specific to filter setups in the past few months, but are eager to take a look into it.
As for the ecommerce problems, we've confirmed received reports that in rare circumstances ecommerce data is not being recorded properly when using the newly released ga.js code. We are in the process of addressing this issue and plan to release a fix by the first week in April. However, the older urchin.js is not affected by this issue, so if you are having this problem, you may wish to consider switching back to urchin.js for the time being.
This way you can use the urchin.js code until the fix comes out from Google and then easily switch to the new "ga.js" tracking code from your admin (simple as selecting a radio button).
I have this contribution complete and tested it on my site(s) last night. Once the new data is reported back and I confirm it's working, I'll upload to the Zen Cart downloads section.
Just wanted to give everyone the heads up.
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
Hello. I just installed this. I am not getting any errors. I changed my tpl_main_page under my custom template like I was supposed to. I have viewed my source code on my main page, and yet google is still saying not installed. Could someone help please? Thanks.
Christine
Oh and by the way, there was no dash at the end of my google id number, I have tried adding the dash before the last number and nothing seems to happen.
I'm unable to download the ZIP file for some reason, but it's just as well since you're getting ready to post an update. Can't wait to try it out. Thanks, Eric!![]()
Eric - Let me first say "Thank you" for all your tips, coding, writing, trouble shooting, on and on and on! I really appreciate all your knowledge. After reading both the 20 tips and GA Uncovered I'm stumped on a few things... First, I'm guessing that part of the issue is that I'm using "Starter Edition" of AdWords and wonder if that's why I don't see an AdWords conversion Tracking number to enter into Simple GA for ZenCart. When I log in to my AdWords account, I see in the browser's address bar "campaignId=9591837" - is that my tracking number? Looks like it's too short but I've looked high and low following the messages here and don't find the number referred to in my AdWords account. Secondly, when I configure my funnel following the section in "Uncovered", the screens I see are somewhat different than the screen shots in the book. Analytics now says to make sure you don't have a domain name as part of the step - That is, use /index.php?main_page=product_info instead of https://www.domainname.com/index.php...e=product_info
When I do a Funnel Visualization, everything is abandoned at the first step (Product Info) even on orders I've completed. I know there are issues with the new ga tracking and have followed all those messages, but I suspect that my problem is my two domains... I have http://www.remarkablepens.com and https://secure.remarkablepens.com. I saw the tech note "How do I install the tracking code if my site spans multiple domains? " and can find the spot in includes/templates/CUSTOM/google_analytics/google_analytics.php to slip in the first bit of prescribed code, but I'm not knowledgeable enough to finish the part about the _link and whether or not ZC uses forms to send information between domains.
I'd appreciate what ever help you can offer! My site's addr. is show below, my version is 1.3.7.1 and I'm using the 1.2.1 version of SGA
Thanks again,
Mark
Heh, actually, that was MY thread on WebmasterWorld. How odd to run across the quote somewhere else.
Yes, they are still telling me the problem with the new code is not resolved, but we're also having problems with the old code as well. In fact, I just submitted another support request because we noticed some transactions in Zen Cart were missing from GA. Now I'm wondering if I have to go back and check EVERYTHING from the last eight or nine months. I'll just cut and paste here:
Haven't gotten an answer on this one yet.[FONT=verdana]In this case, the client wanted to figure out how many of a certain product he'd sold over a time period, so he could plan how many to stock. He's running Zen Cart. Zen Cart told him that he'd sold 59 units of this product, but Google Analytics shows only 49 over the same time period. We were scratching our heads over this one, so I did a dump into out of Zen Cart and into Excel of all the orders with this product; then I did a dump of all the transactions from GA with this product, and compared them. Nine transactions were missing entirely. Two of them can be explained away by Paypal (he added that payment method last month and we haven't gotten to where we can track Paypal orders in GA yet) But the other seven - no idea what's up with those. I went back and looked through each of the missing orders, and I can't find any common denominators - in some cases, the product was ordered alone, and in others, it was ordered with other products. All were authorized credit card orders. It's such a big percentage of total orders that now we're really starting to get a little nervous. [/FONT][FONT=verdana]This is with the OLD js code. [/FONT]
The code looks to be installed correctly on this.
Typically in these cases, when the code is there but Google can't verify it, that usually means that the URL you are pointing Google to is incorrect.
Make sure you watch the "trailing slash" (best practice is to include it) when providing Google with the URL to verify the code at or it may fail to recognize the install.
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
That is exactly why you don't see it. The starter version does not include all the features as the "upgraded" version (still free.)
No. That is just the identification number Google has assigned to that particular campaign. You can run multiple campaigns under one account.
Yes, a few things have changed (not much) and it is best to use a different match type (briefly explained in the GA Uncovered book) that drops the actual domain name.
I suspect that you either have set the funnel up incorrectly (not including any steps after it, or including pages that are named differently from what is in the book (such as in the case of SEO URLs mods which alter url naming conventions).
Unless you altered the code to try to track two domains, I doubt that is the issue only because a Goal and associated Funnel are setup using urls to the site you are tracking. This would remove the possibility of it trying to mis record data based on two sites (unless of course you entered two different site urls into your funnel which could cause it to look like users are bouncing at that first step.)
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
Got that part...
I'm using https://secure.remarkablepens.com/index.php?main_page=checkout_successI suspect that you either have set the funnel up incorrectly (not including any steps after it, or including pages that are named differently from what is in the book (such as in the case of SEO URLs mods which alter url naming conventions).
as my Goal URL which *is* different than the starting domain and the domain name I am tracking - just plain www.remarkablepens.com
This has to be it, but I'm not sure how to get around it since my certificate is issued on the "secure" domain name.Unless you altered the code to try to track two domains, I doubt that is the issue only because a Goal and associated Funnel are setup using urls to the site you are tracking. This would remove the possibility of it trying to mis record data based on two sites (unless of course you entered two different site urls into your funnel which could cause it to look like users are bouncing at that first step.)
Bookmarks