Page 77 of 217 FirstFirst ... 2767757677787987127177 ... LastLast
Results 761 to 770 of 2161
  1. #761
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by econcepts View Post
    The number should bee entered EXACTLY as Google shows it. If your number has the "-" then add it. If not don't.

    Google has a variety of ways of giving the tracking number.
    thanks

    i cant seem to get it to work, when i look at my source it has the google analytics account number on the bottom of every page. on google's end everything is fine because when i used to just have a "coming soon" splash page as my home page it was reporting. but i've never had it report on my zencart pages. right now im using it with the urchin tracker.

    my website is http://www.kingpinstatus.com

  2. #762
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple Google Analytics - Support

    Thank you for you response. I have completely uninstalled Andrews even the data base. What I was saying is do you have to add this

    PHP Code:
    <script type="text/javascript">
    var 
    gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." "http://www.");
    document.write(unescape("%3Cscript src='" gaJsHost "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-4694054-1");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script> 
    To the tpl_main_page.php along with the this code in the module
    PHP Code:
    <?php
      
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php');
      
    ?>
    This is what I need to know. Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #763
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by xRobVx818 View Post
    thanks

    i cant seem to get it to work, when i look at my source it has the google analytics account number on the bottom of every page. on google's end everything is fine because when i used to just have a "coming soon" splash page as my home page it was reporting. but i've never had it report on my zencart pages. right now im using it with the urchin tracker.

    my website is http://www.kingpinstatus.com
    It actually works now i redid the sql install patch i think that helped it.

  4. #764
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Product Pages

    Hi Guys,

    I was wondering if anyone has had a similar issue to me.
    Ive been running the mod and after some time testing which urls to put in finally got Anylitics to capture goal data.

    However although im showing X amount of people clicking on product pages its not showing that ANY of them moved on to view cart, billing etc Although there have been sales. View cart gets no hits at all.

    I removed view cart and just had product pages and then login/billing etc
    Again lots of hits but no one moving from products to checking out.

    Instead it shows the customers as entering on the billing page, or the login etc and then it goes down the funnel.

    I do have SSL on the checkout. Is there a problems going from non SSL to SSL ? Could that by why they dont travel down the funel ?

    Thanks

    Shane

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by countrycharm View Post
    Thank you for you response. I have completely uninstalled Andrews even the data base. What I was saying is do you have to add this

    PHP Code:
    <script type="text/javascript">
    var 
    gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." "http://www.");
    document.write(unescape("%3Cscript src='" gaJsHost "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-4694054-1");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script> 
    To the tpl_main_page.php along with the this code in the module
    PHP Code:
    <?php
      
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php');
      
    ?>
    This is what I need to know. Thank you
    No. You do not need (or want) both codes in there. The only thing you need to install on the tpl_main_page.php is the:
    PHP Code:
    <?php
      
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE$current_page_base,'google_analytics') . '/google_analytics.php');
      
    ?>
    portion of code. My contribution does the rest for you.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Product Pages

    Quote Originally Posted by knighs2 View Post
    Hi Guys,

    I was wondering if anyone has had a similar issue to me.
    Ive been running the mod and after some time testing which urls to put in finally got Anylitics to capture goal data.

    However although im showing X amount of people clicking on product pages its not showing that ANY of them moved on to view cart, billing etc Although there have been sales. View cart gets no hits at all.

    I removed view cart and just had product pages and then login/billing etc
    Again lots of hits but no one moving from products to checking out.

    Instead it shows the customers as entering on the billing page, or the login etc and then it goes down the funnel.

    I do have SSL on the checkout. Is there a problems going from non SSL to SSL ? Could that by why they dont travel down the funel ?

    Thanks

    Shane
    It sounds like you have set something up wrong with regard to the funnel the goal is associated with. This is typically the problem when you experience the issues you are seeing.

    I would go back and recheck the urls you setup for the funnel and make sure you got the "head match" turned on as well.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #767
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple Google Analytics - Support

    Thank you for your help again. I had it that way for about 2 weeks and google was not collecting any data what so ever. I added the other code from google and it started showing data again. I don't know whats with that. I can not get any data to collect for the E-Commerce part of it. I have it checked Yes, an E-Commerce Site in the edit on google.
    Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #768
    Join Date
    Jun 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I just wanted to thank the author for making this available. Its rare that you get such easy to follow instructions and setup was flawless and took about 30 minutes.
    I'm now 'waiting for data' on the analytics site and no problems or errors on Zencart.



    Best Regards,
    Eric Burke
    http://MagneticBreeze.com -- Powered By ZenCart

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by Razmear View Post
    I just wanted to thank the author for making this available. Its rare that you get such easy to follow instructions and setup was flawless and took about 30 minutes.
    I'm now 'waiting for data' on the analytics site and no problems or errors on Zencart.



    Best Regards,
    Eric Burke
    Thanks and glad you like it Eric. I've got some good response from it.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  10. #770
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple Google Analytics - Support

    econcepts did you read my other post from the other day. Thanks in advance.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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