Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 2161

Hybrid View

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by chacha-vintage View Post
    Hello, everyone! I'm sorry if this seems off-topic, but no one responded to my original post about it and I'm hoping it's an easy answer that one of you knows!

    I am signed up for Yahoo Search Marketing rather than Google. In order to set up simple analytics, I am supposed to "Copy the HTML code below and insert it between the <HEAD> and </HEAD> tags on your site's conversion page(s)." The code begins "<SCRIPT language="JavaScript" type="text/javascript">...

    >> Where is this code supposed to go? <<

    Do I add an html header to define_checkout_success.php and put it in there? I am very, very basic with coding, so any help you could give would be appreciated!

    Thanks so much!
    Are you asking how to setup Yahoo Search Marketing code using the Simple Google Analytics module, or are you asking how to setup the Google Analytics module in addition to the code you already have entered for Yahoo?

    I have done both successfully (and am converting my Yahoo code to a contribution as well), but you can't setup Yahoo using the Google mod. Please clarify your needs so I can assist.
    Last edited by econcepts; 1 Sep 2007 at 02:43 PM. Reason: added content.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #2
    Join Date
    Jun 2007
    Posts
    80
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Well, I probably have a pretty rare situation where my overall site www.example.com is on a separate server and shop.example.com is on it's own server. My main google account is tied to example.com, and ALL of my zen cart is on shop.example.com... so having the option to enter a subdomain in this module would work for me b/c none of that code touches anything that is not that subdomain.

    Any way, the fix for me was pretty simple and straight forward: I went to includes\templates\my_template\google_analytics\google_analytics.php and added _udn="example.com"; to the code. I think that'll do the trick. I then went and set up a filter per Google's instructions so that it'll distinguish between my www.example.com and shop.example.com files. I hope it works!
    Last edited by MyGreyGoose; 3 Sep 2007 at 09:33 PM. Reason: wrong url entered

  3. #3
    Join Date
    Apr 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Can someone help me with why google analytics isn't working for me? I was using it in the footer page without the mod and it was working great until i secured my site then i was receiving security errors so i had to remove it.

    The mod was installed and now it's not working.
    I think all of my settings are correct. All of the steps were followed in the readme file.
    When i go to my google account it says that it's receiving data from my site. But there is no hits recorded since the end of April when the mod was installed. I've had lots of hits and sales since then.

    any suggestions?
    http://www.thriftytots.ca
    Thrifty Tots - An Online Boutique offering new and innovative parenting and baby gear as well as previously loved clothing!

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

    Default Re: Simple Google Analytics - Support

    From April 30 to May 6 my ecommerce overview differs very much from what I am seeing my conversion rate to be. In fact the version shown shows a sharp drop while my actuals are going the other way. Anybody else seeing anything like this? I am using the old google code as the newer one wasn't even giving me these types of results.

    Shrimp

  5. #5
    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
    From April 30 to May 6 my ecommerce overview differs very much from what I am seeing my conversion rate to be. In fact the version shown shows a sharp drop while my actuals are going the other way. Anybody else seeing anything like this? I am using the old google code as the newer one wasn't even giving me these types of results.

    Shrimp
    Is Google watching our board? :)

    System Message: Analytics Processing Delay from April 30th to May 5th
    Google Analytics experienced a data processing error from April 30th to May 5th. Almost all of the data has been recovered and is currently being reprocessed. The recovered data will be reflected in your reports within a few days. Please note that a small percentage of data, particularly in the area of e-commerce reporting, was not recoverable from those dates.
    We sincerely apologize for this processing issue and are taking every precaution to prevent such disruptions from occurring again in the future. The Google Analytics Team

  6. #6
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Thanks for mentioning this shrimp-gumbo-mmmhhh, I have been noticing the same thing. I look forward to Google correcting this.

  7. #7
    Join Date
    Oct 2007
    Location
    Atlanta, GA
    Posts
    79
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by cariclaire View Post
    Can someone help me with why google analytics isn't working for me? I was using it in the footer page without the mod and it was working great until i secured my site then i was receiving security errors so i had to remove it.

    The mod was installed and now it's not working.
    I think all of my settings are correct. All of the steps were followed in the readme file.
    When i go to my google account it says that it's receiving data from my site. But there is no hits recorded since the end of April when the mod was installed. I've had lots of hits and sales since then.

    any suggestions?
    I'm no expert at this by any means, but I can tell by looking at your page source that it's not installed correctly. If it were you would see this code (or something very similar) at the very end:

    Code:
    <script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-XXXXXXX-X";
    urchinTracker();
    </script></body>
    </html>

  8. #8
    Join Date
    Nov 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have installed Google Analytics for my site at www.babooshkaboutique.com Google Analytics shows that it is receiving data. It even shows I am receiving date when I remove my google analytics number from the module. I have went as far as to setting up another GA account, when I do that I can never get GA to say that it is receiving data on the new account.

    Since setting it up GA shows that I have only had 1 hit, but I have steadily been making sales.

    Could someone help me with what may be going wrong? The code in my GA account is the same as what I have entered in the admin panel.

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by pauldavid77 View Post
    I have installed Google Analytics for my site at www.babooshkaboutique.com Google Analytics shows that it is receiving data. It even shows I am receiving date when I remove my google analytics number from the module. I have went as far as to setting up another GA account, when I do that I can never get GA to say that it is receiving data on the new account.

    Since setting it up GA shows that I have only had 1 hit, but I have steadily been making sales.

    Could someone help me with what may be going wrong? The code in my GA account is the same as what I have entered in the admin panel.
    Are you sure you are using the Simple Google Analytics Module? That is the one I created and the one this support thread is for.

    There is another Google Analytics integration module that I have heard can cause various problems for users. From the look of your source code (I went to your site) it looks like that is the one you are using.

    My module is a simple and quick install (You will need to remove the other one) and it works without flaw (providing you remove the other one).

    The module that this support thread is for can be found here:

    http://www.zen-cart.com/index.php?ma...roducts_id=412
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  10. #10
    Join Date
    Nov 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Is it possible to pay you to install this?

 

 
Page 3 of 6 FirstFirst 12345 ... 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