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

    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.

  2. #2
    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

  3. #3
    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']

  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
    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

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

    Default Re: Easy Google Analytics - Support

    Yep, that was it. Fixed, thanks!

  6. #6
    Join Date
    Apr 2015
    Posts
    5
    Plugin Contributions
    0

    Default Re: Easy Google Analytics - Support

    I need help. I have zc 1.54 with Easy Google Analytics 2.4.8. But it seems to me the "AdWords Conversion Tracking" is not activated. Below there screenshot of my set Easy Google Analytics.

    Name:  ega.jpg
Views: 181
Size:  24.3 KB

    Can anyone let me know, I went wrong it?

    Thank you

  7. #7
    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

  8. #8

    Default Re: Easy Google Analytics - Support

    Hi,

    Is this extension still being maintained? Google has released Analytics 4 and they are sunsetting the "Universal Analytics".
    Does dev or anyone who uses this extension has any suggestion on how to insert the new Google Analytics 4 script?

    Thanks!
    Case Badges by Techiant

  9. #9
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Easy Google Analytics - Support

    Late response:

    - The eConcepts plugin is no longer being maintained.

    - Numinix has created a newer version of this plugin, which is here:
    https://www.zen-cart.com/downloads.php?do=file&id=1827

    - Lat9 has also created a Google Analytics plugin.
    https://www.zen-cart.com/downloads.php?do=file&id=2368


    The Zen Cart documentation recommends lat9's plugin.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: Easy Google Analytics - Support

    Marton,

    There are some native issues with the Easy Google Analytics mod.

    If you want a copy of the most recent Simple Google Analytics mod contact me and I'll get you one. I am the original author of that plugin. The one listed in the Zen Forums has been changed by a lot of people. I created the original version of it years ago and have been updating it since then. The copy on my end here has not yet been released (but I install it on servers for those that are looking for it.) It has a ton of features not offered in any of the other Google Analytics mods yet is still simple to use (as was in the earlier releases.)

    I'll be hopefully posting this updated version to the internet on my site soon. But until then, I'm installing it myself for those looking for it.

    Eric
    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