Page 66 of 217 FirstFirst ... 1656646566676876116166 ... LastLast
Results 651 to 660 of 2161
  1. #651

    Default Re: Simple Google Analytics - Support

    I also just noticed that under admin > configuration I have both google froogle config and google base config.... would this mess anything up? how do I remove the old froogle?

    thanks
    MonkFunk Music Community
    Free Music Website

  2. #652

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Larry Hendrick View Post
    However, since installing the Simple Analytics upgrade, eCommerce is definitely not working. I'm still getting traffic results, but no sales have registered since the upgrade.
    This is exactly what I am experiencing. Might be time to bug-check the contrib.

    I did notice that the header on google_analytics.php is still listed as 1.2.0 vs. 1.2.1 Probably just an admin oversite, but figured it was worth a mention.
    Doug Kerfoot
    KeyLlama.com

  3. #653
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I'm having a ton of issues getting this google analytics thing to integrate into zen cart.

    my head is spinning, i can't look at this anymore. :)

    I'm wondering if I can hire someone to fix up my analytics tracking and make a few adjustments to my checkout system. the site is for an upstart clothing company.

    if anyone knows someone affordable, please let me know.

    thanks

    ryan

  4. #654
    Join Date
    Aug 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I feel your pain. In the end, I think mine installed without any problem but I thought I had a problem because it didn't work right away. My best guess is it took Google sometime before their servers recognized the code. If you just setup your analytics, wait several hours (or more) and then see if it starts saying "receiving data" on the google side. Make sure you have the entire number copied out of the code snipet you see on the google side. It should look like "UA-somenumbers-number". Mine is UA-2249671-2 for example. You can see in my previous posts where I started playing around with the last number because it didn't seem to work right away. I just didn't wait long enough. Even after its working, it takes 24 hours before anything shows up in the reports and they only update once a day.

    A simple test to see if you installed the module correctly is to view your own home page in a browser, then go up into the browser menus and click View/Source.

    The Google code snipet should appear in the page source code near the bottom. It should read exactly like the code you see on the Google setup. If the code is there, looks exactly the same, and the number is right, just let it be for awhile.

    If the code is not there when you View/Source, then you have an install problem.

    Hope this helps. If you post your site URL I can look and see if the code snipet is there.

    Mark
    www.essential-stuff-store.com

  5. #655
    Join Date
    Dec 2006
    Posts
    10
    Plugin Contributions
    0

    Default Accounting for Cancelled Orders in Google Analytics

    Apologies if this has been asked and answered already but my best efforts at finding an answer on the forums have failed.

    Does anybody have any suggestions on how to account for cancelled orders and sales in Google Analytics? Is it possible to report back on that data as it can make a material impact in the reporting.

    Ideally I'd be looking for a solution where the ZenCart module could report such cancellations once an order's status is changed to cancelled but I would be interested in hearing other methods directly dealing with GA as well.

    Thanks,
    Armen

  6. #656
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    My webstore is

    www.homageclothing.com/store

    at the end of the code there are several instances (maybe 3?) of the tracking information.

    i have no idea why they are all there. i'm not even sure which file to modify in my zen cart installation to remove some of those instances.

    any ideas?

    another problem i am having is my checkout process. i disabled the login functionality to go for a simpler checkout. my new setup has 5 steps. i want step 1 to be billing information, step 2 to be shipping information, etc etc. It does this wacky thing where the shopper can't seem to have separate billing & shipping addresses.

    what a pain in the a**!

    thanks for your help.

    ryan

  7. #657
    Join Date
    Aug 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by elfino45 View Post
    My webstore is

    www.homageclothing.com/store

    at the end of the code there are several instances (maybe 3?) of the tracking information.

    i have no idea why they are all there. i'm not even sure which file to modify in my zen cart installation to remove some of those instances.

    any ideas?

    another problem i am having is my checkout process. i disabled the login functionality to go for a simpler checkout. my new setup has 5 steps. i want step 1 to be billing information, step 2 to be shipping information, etc etc. It does this wacky thing where the shopper can't seem to have separate billing & shipping addresses.

    what a pain in the a**!

    thanks for your help.

    ryan
    Ryan,
    First, I am no expert and struggling along like the rest of us. I took a look and I see the code showing up twice on some pages and none on other pages. I would think that if your Google Status is receiving data, and the account number matches then you should be getting something. However, your site looks quite different from the basic zencart so perhaps you have changed some files to the point where the plugin is not working. Your change to the login process sounds like that sort of thing. You might need to start with a fresh install, add the modules you want to use, test everything, and then slowly make your changes, re-testing at each step. I think you may have over-hacked your cart.

  8. #658
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi,

    First off...thanks for the mod. Installed without issues on my test server and it's great to be able to add ecommerce tracking so easily to my site.

    One tweak I'd like to make...I'd like to have ecommerce reporting on the manufacturer of my items sold as well. I don't think Google Analytics lets you add new variables to track, and I want to keep tracking the product name and category. So I figured the easiest way to do this was to concatenate the manufacturers name to the product name (separated by a dash).

    Any tips on how to do this? As a PHP programmer I'm mediocre at best but from a db side it's a pretty straightforward query...

    SELECT CONCAT(m.manufacturers_name, " - ", pd.products_name) as products_name
    FROM products_description pd, manufacturers m, products p
    WHERE p.manufacturers_id=m.manufacturers_id
    and p.products_id=pd.products_id

    Any help appreciated.

    thanks,
    Don

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by dkerfoot View Post
    This is exactly what I am experiencing. Might be time to bug-check the contrib.

    I did notice that the header on google_analytics.php is still listed as 1.2.0 vs. 1.2.1 Probably just an admin oversite, but figured it was worth a mention.
    Just a quick FYI. This item has been fixed. I went in and corrected the error which was, as suspected, the result of a mis installed contribution. Everything is working as should be now.



    Quote Originally Posted by Larry Hendrick View Post
    Thanks for looking at the error message, Eric. The only other installation I have done is Google Checkout and I suspect it is somehow the culprit. I'll have to uninstall it and see if it fixes the problem.

    However, since installing the Simple Analytics upgrade, eCommerce is definitely not working. I'm still getting traffic results, but no sales have registered since the upgrade.

    I have double-checked my GA settings making sure they didn't somehow reset to default and ecommerce is still activated. I've looked back through the installation process and other than the "error" I copied in on page 63 or 64, it all seems correct.

    Do you have any other ideas I could try. Thanks for all the help.
    This has to be an installation error. See my above reply.

    The only time you get this error is if files are missing during install.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by keylesslocks View Post
    I also just noticed that under admin > configuration I have both google froogle config and google base config.... would this mess anything up? how do I remove the old froogle?

    thanks
    Having both the Froogle and Google contributions in place should not affect each other (they are separate entities all together).

    I tried to run a test transaction, and got all the way to the point of submitting the order.

    Analytics was in place there.

    What page are the users taken back to after processing? That will be key here. Is it the typical (checkout success) page or a different one?
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 

Similar Threads

  1. v150 Simple Google Analytics .sql error !
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Feb 2012, 11:33 PM
  2. Simple Google Analytics-not working
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Nov 2010, 06:07 PM
  3. Simple (From Google) Analytics Install
    By DagLindt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2009, 10:46 PM
  4. Simple google analytics- help
    By Pet Herbal Remedies in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 1 Oct 2008, 10:37 PM
  5. Simple Google Analytics not working
    By jvanree in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 May 2008, 03:46 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR