Page 1 of 2 12 LastLast
Results 1 to 10 of 43

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Google Analytics - Support

    Quote Originally Posted by RodG View Post
    Question: How are we expected to know what you *haven't* done?

    I could suggest that you haven't yet enabled the Enhanced Ecommerce reporting, but you'd probably think I'm an idiot for even making such an obvious suggestion, so I'm not going to. :-)

    Cheers
    RodG
    In GA -> View -> Ecommerce Settings, I have "Enhanced Ecommerce Reporting" enabled. Do I need to enter the checkout labeling steps? I'm not sure what to enter there.

    I don't see any setting in the Easy GA settings in zc admin.

    Are there additional steps? The plugin docs didn't seem to suggest anything.

  2. #2
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Google Analytics - Support

    Also, this page mentions the below line is needed in the HEAD, but I don't see it used in the plugin. Nowhere in the file contents. I might just try adding it and see what happens.
    https://developers.google.com/analyt...nced-ecommerce

    Code:
    ga('require', 'ec');

  3. #3
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Easy Google Analytics - Support

    Quote Originally Posted by fakeDecoy View Post
    Also, this page mentions the below line is needed in the HEAD, but I don't see it used in the plugin. Nowhere in the file contents. I might just try adding it and see what happens.
    https://developers.google.com/analyt...nced-ecommerce

    Code:
    ga('require', 'ec');
    Yes. It needs the 'ec' extension else it won't work.

    That did actually cross my mind, but I saw in your code example
    Code:
    ga('ec:setAction', 'detail');
    ....which implied that the
    Code:
    ga('require', 'ec');
    ...would probably have been already coded into the module.

    FWIW, one of the reasons I created my own module for this is because I'd noticed that the existing tracking modules all needed some sort of code modifications for them to function, and at the time I was teaching myself a little more about the ZenCart notification system, and I came to realise that I could create a tracking module using this technique without having to modify existing code.

    It was developed as a 'proof of concept', but was found to be quite a good/useful idea, so I tidied it up a little and uploaded it to the ZenCart addons. https://www.zen-cart.com/downloads.php?do=file&id=1997

    I'm NOT going to suggest you replace Easy GA with ec_analytics though. Firstly because I think Easy GA tracks a few more things (by default) than the ec_analytics, and secondly, although both modules will function together quite nicely, there is the possibility that some things will end up being recorded twice, which isn't good for analytical purposes (having said that, Google itself seems to do an excellent job of avoiding such duplication).

    The *only* reason I'm mentioning ec_analytics is if, for any reason you can't get Easy GA to record what you need, then ec_analytics may be an easy solution (easy in that no code changes needed - just upload the files (nothing gets overwritten), provide the google userID, and it just works. No mess, no fuss, no configuration needed.
    Removal is just as easy as the install.

    Final note: My previous comment about taking a couple of days to see the results (after enabling the reporting) may still apply with your addition of the ga/require. IOW, as you've only just added that, if you aren't seeing immediate results, you'll still need to wait for enough data to be accumulated for any reports to show.

    Cheers
    RodG

  4. #4
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Easy Google Analytics - Support

    Quote Originally Posted by fakeDecoy View Post
    In GA -> View -> Ecommerce Settings, I have "Enhanced Ecommerce Reporting" enabled.
    As I previous stated, I/we have/had no way of knowing that.

    What else don't we know? Well, we don't know that either :-)

    Quote Originally Posted by fakeDecoy View Post
    Do I need to enter the checkout labeling steps?.
    Hmmm... does the word 'optional' mean anything to you. I'd swear that these are clearly indicated as being as such. (Sorry, I really not trying to be a jerk but I seem to have been dealing with an awful lot of stupidity today. Apparently I'm losing my patience).

    Quote Originally Posted by fakeDecoy View Post
    I'm not sure what to enter there.
    Nothing. It is optional <g>

    There probably will come a time where you might want to enter data into these fields, but before you can do that you 1st need to identify which 'steps' are being sent to GA by the module that you are using - This can/will even change depending on whether you are using ZenCarts native checkout, or whether you are using something like the FEC module.

    The easiest way to identify this info is after you've had the reporting working for a week or two (long enough for GA to accumulate enough data to record the possible steps for your store. You''ll find what you need by navigation to the 'checkout behaviour analysis' section. You should see entries for 'Step 1', Step 2', 'step 3' etc - These are pretty uninformative by themselves, but you should be able to determine that (for example) ' Step#1' is when the login page is loaded, 'Step#2' could be when the checkout page is loaded, Step#3 could be the payment page, and finally, step#5 the order confirmation page.

    When identified you can then go back into the 'checkout labeling steps' and enter this more informative information.


    Quote Originally Posted by fakeDecoy View Post
    I don't see any setting in the Easy GA settings in zc admin.

    Are there additional steps? The plugin docs didn't seem to suggest anything.
    Disclaimer: I've never installed or used the EasyGA module so I can't comment on its settings or what it doesn't report to the GA servers.

    I created my own GA module that does the ec_tracking and the only setting IT has (or needs) is the Google userID. It is quite possible that Easy GA may have settings to enable.disable the ec_ tracking (and/or parts thereof) and that could possible be the problem, but as with my opening comments, we don't know what your settings are - assuming there are some that may be relevant.

    From Googles' side of things, what I can tell you is that enabling the "Enhanced Ecommerce Reporting" option is the only thing that needs to be done to make things work.

    If you have only done this very recently, please be aware that it can take a couple of days before you'll see any results. Perhaps all you need is to be a little patient? (says the impatient one)

    Cheers
    RodG

  5. #5
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Google Analytics - Support

    Well, the help page I referenced shows several things that are needed, and this plugin doesn't have any of them. What it has isn't even right. The notes on the plugin says that enhanced ecommerce reporting was enabled earlier this year, and the plugin was just updated 2 months ago. So I don't know, maybe the author meant to add it but never really did.

  6. #6
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Easy Google Analytics - Support

    Quote Originally Posted by fakeDecoy View Post
    Well, the help page I referenced shows several things that are needed
    STOP: Please note that the page you referenced is a help page *for developers*.

    There shouldn't be anything there that you (as an end user) would need to know to make the module functional. If there was, then that same information would surely have been replicated in the 'readme' or instruction notes for the module itself.

    Quote Originally Posted by fakeDecoy View Post
    shows several things that are needed, and this plugin doesn't have any of them.
    I can't comment about not having *any* of them (if true, it simply won't be able to track any sales. Period), but it wouldn't surprise me if it doesn't have *all* of what the page discusses. Even the ec_analytics only supports a subset of what is possible (Perhaps the most notable feature lacking is the tracking of refunds - which I intentionally avoided because I'm a little concerned that without special handling, submitting this data would reveal the the URL of the admin section of the store. The risk may be small, but if anyone wonders why I didn't add this, that is the reason).

    Quote Originally Posted by fakeDecoy View Post
    What it has isn't even right. The notes on the plugin says that enhanced ecommerce reporting was enabled earlier this year, and the plugin was just updated 2 months ago. So I don't know, maybe the author meant to add it but never really did.
    You will need to wait until another Zenner (that does use the easyGA) to comment further on this. It really is something I know absolutely nothing about.

    Cheers
    RodG

  7. #7
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Google Analytics - Support

    So the Enhanced Ecommerce started working after all.

    I ran into a bug - The product page is giving this error when I click on a link to a product I disabled. The first line is expected. How do I get rid of the SQL error?

    Code:
    Sorry, the product was not found.
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/ EOF Easy Google Analytics module pt1 from (zen_pro' at line 2
    in:
    [select p.products_id, p.products_image, pd.products_name, p.master_categories_id ,pd.products_description // EOF Easy Google Analytics module pt1 from (zen_products p left join zen_specials s on p.products_id = s.products_id left join zen_products_description pd on p.products_id = pd.products_id ) where p.products_id = s.products_id and p.products_id = pd.products_id and p.products_status = '1' and s.status = 1 and pd.language_id = '1']

  8. #8
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Easy Google Analytics - Support

    Quote Originally Posted by fakeDecoy View Post
    So the Enhanced Ecommerce started working after all.

    I ran into a bug - The product page is giving this error when I click on a link to a product I disabled. The first line is expected. How do I get rid of the SQL error?

    Code:
    Sorry, the product was not found.
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/ EOF Easy Google Analytics module pt1 from (zen_pro' at line 2
    in:
    [select p.products_id, p.products_image, pd.products_name, p.master_categories_id ,pd.products_description // EOF Easy Google Analytics module pt1 from (zen_products p left join zen_specials s on p.products_id = s.products_id left join zen_products_description pd on p.products_id = pd.products_id ) where p.products_id = s.products_id and p.products_id = pd.products_id and p.products_status = '1' and s.status = 1 and pd.language_id = '1']
    See the code snipped I've highlighted? Remove it. (PHP comments don't work inside SQL queries)

    Cheers
    RodG

  9. #9
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Easy Google Analytics - Support

    Yep, that was it. Fixed, thanks!

  10. #10
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Easy Google Analytics - Support

    I would advise installing my latest Simple Google Analytics plugin (PM me for in the info as I still have yet to upload the newest versions to the zen forums).

    There are a lot of native problems with the way Easy Google Analytics was programmed that will cause it to stop working if it works at all on some sites. My latest plugin works flawlessly and is installed on a number of sites from 1.3x to 1.5x and it works fine. Don't download the version in the plugins section of zen cart as that was updated by several people over the past year or more and it has a few issues as well.

    I'll look for your PM and will hopefully be able to upload this latest version to the zen cart site soon.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Simple Google Analytics - Support
    By cuda in forum All Other Contributions/Addons
    Replies: 2160
    Last Post: 22 Dec 2020, 05:38 AM
  2. Easy Google Analytics vs google_conversion_currency
    By enzo-ita in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Nov 2014, 06:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg