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

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    For ecommerce- some of my orders don't have the items or amounts in them... some are Paypal and some are Credit Card (authorizenet_aim). Any idea why it is working sometimes and not others?

    Thanks,

    Shrimp-Gumbo
    Hello,

    Anybody other than me not seeing all transactions that they would expect to see?

    There are many authorizenet_aim transactions that I think should definitely be on the analytics report? I guess Paypal might not show up if users don't come back to the checkout_success page.

    Shrimp-Gumbo

  2. #2
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    Hello,

    Anybody other than me not seeing all transactions that they would expect to see?

    There are many authorizenet_aim transactions that I think should definitely be on the analytics report? I guess Paypal might not show up if users don't come back to the checkout_success page.

    Shrimp-Gumbo

    Econcepts....

    Do you have any tricks in your Analytics book that might help me? I am seeing only a speck of where my orders are coming from and I want to see more... I cannot see Paypal, Google orders and most credit card orders.

  3. #3
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    Econcepts....

    Do you have any tricks in your Analytics book that might help me? I am seeing only a speck of where my orders are coming from and I want to see more... I cannot see Paypal, Google orders and most credit card orders.
    Maybe it might be helpful to make the checkout confirmation page the "checkout_sucess" page... then only Google Checkout would not be showing up in the reports... I might show more conversions but that is better than only showing 5% of conversions (other transactions show but with no money). Is there an easy way to move the code so that the "confirmation" page collects conversions?

    Thanks

    Shrimp-Gumbo

  4. #4
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Just a little more information about my issue:

    The many transactions that are missing revenue amounts when clicked on do show the revenue amounts for the individual items. I am running 1.3.7

    I have looked over the google_analytics.php file and don't see any issues with the google_analytics['ot_total'] ... not that it means an awful lot.

  5. #5
    Join Date
    Apr 2007
    Posts
    55
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I just installed this mod and everything seems to be working O.K. except I'm getting warnings when going to secure pages. Can someone please give me direction on how to solve this problem?

    Thanks so much,

    Lisa

  6. #6
    Join Date
    Jan 2008
    Posts
    7
    Plugin Contributions
    0

    help question Re: Simple Google Analytics - Support

    Very nice add-on ... thanks! New zenner question re: GA ...

    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?

    Thanks, Jaap
    www.canopyxchange.za.net

  7. #7
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jaap View Post
    Very nice add-on ... thanks! New zenner question re: GA ...

    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?

    Thanks, Jaap
    www.canopyxchange.za.net

    Hello Jaap,

    If you installed the full version it should already be on the checkout_success page. You can do a test order and check the source on the checkout_success page to confirm.

    Shrimp

  8. #8
    Join Date
    Jan 2008
    Posts
    7
    Plugin Contributions
    0

    help question Re: Simple Google Analytics - Support

    Quote Originally Posted by jaap View Post
    Very nice add-on ... thanks! New zenner question re: GA ...
    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?
    Thanks, Jaap
    www.canopyxchange.za.net
    Hello Shrimp,

    Conversion tracking for "create_account_success" page

    Maybe I confused the issue by mentioning that (I think) the mod ONLY installs conversion tracking for "checkout_success" page. I may be underestimating the mod here ...

    BUT I actually want to know how to track "create_account_success" page conversions (SGA setting I missed? Or else where to find </body> tag?). My store sells high-value items, the prices of which are only displayed to "logged-in" users. It is the number of user registrations that I want to track. I hope this clarifies.

    Thanks, Jaap
    canopyxchange.za.net

  9. #9
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jaap View Post
    Very nice add-on ... thanks! New zenner question re: GA ...

    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?

    Thanks, Jaap
    www.canopyxchange.za.net

    Jaap,

    If you are trying to get around the mod I would guess the </body> tag would be somewhere in your template files.... you would probably want to go to the page .php file that you are interested in though and add the code to the end of that file. It will still work even if there is something between the code and the </body> tag. I used to have my code in my bottom banner....

    Shrimp

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by jaap View Post
    Very nice add-on ... thanks! New zenner question re: GA ...

    I'm very new to php and don't have the foggiest idea where to find the </body> tag of the create_account_success page to install conversion tracking on this page ... assuming of course that this is actually required and that your add-on only installs conversion tracking for the checkout_success page Can someone please help by providing a pointer?

    Thanks, Jaap
    www.canopyxchange.za.net
    If you are running any of the 1.3.x + versions of zen cart, this line of code is already in your cart (as the instructions say in the readme file). You can skip looking for it.

    If however, you are running older version of zen cart, then you'll need to make adjustments (but it would be a better idea to upgrade for many reasons).
    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. 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

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