|
I had it working in the last release, just uploaded the new one, so haven’t tested in this yet.
There were some problems with the ecommerce tracking though, since all the values in tracking code weren’t used. Easy to fix though nad program yourself…
What is lacking though is the ability to track each step in the checkout process as a channel.
Since the checkout is one-page and Ajax, the url dosen’t change, which means you need to tag each step with a virtual url withn the Google Analytics tracking code.
Haven’t checked if they updated this in the release though.
Anyway, sounds like you are missing the UA- at the beginning of your GA id when you insert it into the magento admin.
You need to insert you id like this: UA-xxxxxxx-x and remember to select enable
Try and post the Google Analytics tracking code as seen in your html source, then we can see if it looks alright…
|