Page 98 of 217 FirstFirst ... 488896979899100108148198 ... LastLast
Results 971 to 980 of 2161
  1. #971
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by iscatech View Post
    In my Google Analytics, in the top right corner I see me tracking number, UA-#######. When I got to check the tracking status I see UA-#######-3. I have also seen in other threads people using a "-1" at the end. What is the difference? Which number do I enter in the GA Config?

    I have been using just the number, but GA is not recording ecommerce sales. Could this be why?
    If you have Google analytics on more than one site, the number at the end of your UA code differentiates the sites. If you just have one site, the number should end with -1.

  2. #972
    Join Date
    Jun 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    please help i just installed the simple analytics

    everything looks fine in the admin/config

    i have put in the UA code including the last digit (-3) in my case

    problem is that its not showing up as installed in my google analytics pages..(logged on through adwords)

    the status shows the caution looking sign..(tracking not installed)

    i directed the analytics page when setting up to track www.thestonesuperstore.com/shop

    do i need the /shop?
    will this create any problems

    it has not yet been 24hrs since install but i was wondering if only the data takes 24hrs to be available or does it takes 24hrs for google to register the actual site..before it can get any data..

    anyways the site is www.thestonesuperstore.com/shop


    not sure what else i need to add

    much appreciated in advance

    jeff

  3. #973
    Join Date
    Jun 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Is it possible for the mod to place the template coding twice in each page if I installed it, deleted all files, uninstalled sql, and re-installed it?

    My site and admin are running extremely slow, i've moved the google code to the bottom now, I don't know what is going on, it's quite frustrating.

    http://www.fantasyblacksmith.com

    link to my site above. -Doug

  4. #974
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Hi
    Thanks for the great mod

    I installed it and entered my account id under configuration.

    I go down to Activate Conversion Tracking... yes i use adwords... what is the Google Conversion Tracking ID? Where do i get that from, I cant find that in my analytics account OR in my adwords account.

    Also i disregarded this:

    Google told me to post this into the page: (i didnt is that right?

    <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">
    try {
    var pageTracker = _gat._getTracker("UA-10268705-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>

  5. #975
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Hi
    I installed everyting
    Entered my tracking cookie as UA-10268705-1 and created the adwords code and entered that.

    I set it as ecommerce site in google analytics

    GA is showing the ! icon and saying that Tracking Not Installed on the profile page.

    Ive tried 2 tracking numbers UA-10268705-1 and UA-10268705 and have tried with the new and old js script and made the settings for those in GA

    Another thing.. in the install readme you say (for new installs)
    BRAND NEW install, you will need to update your database with the googleanalytics.sql file.

    Only there is no file by that name in the contribution so i used googleanalytics-INSTALL.sql

    I am using Simple SEO URL mod with this contribution, could there be a conflicy?

    Thanks again

  6. #976
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    I am sorry...


    There is a difference in the code that ZC is outputting

    ZC output

    <script type="text/javascript">
    _uacct = "UA-10268705-1";
    urchinTracker();
    </script></body></html>



    And here is the output that Google wants (what they told me to paste in my page) - notice that "} catch(err) {}" is missing

    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    try {
    _uacct = "UA-10268705-1";
    urchinTracker();
    } catch(err) {}</script>

  7. #977
    Join Date
    Dec 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have just installed this mod and followed the instructions, double checked everything but google is still saying tracking information is not there. I have had a look at the page source and it isnt actually appearing at all have I missed something?

    I have uploaded the files and they are in the correct directories
    As per step 2 I have made sure my tpl_main_page.php includes the code noted and I also put the code from that file before the /body tag
    I have installed the sql patch
    I have entered my analytics account and configured the settings.

    I am not sure why my site isnt producing the code is it perhaps the template that is being used could my programmer have changed something there?

    Site: http://www.retail.bubblebubs.com.au

    any help greatly appreciated

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by vickichiki View Post
    I have just installed this mod and followed the instructions, double checked everything but google is still saying tracking information is not there. I have had a look at the page source and it isnt actually appearing at all have I missed something?

    I have uploaded the files and they are in the correct directories
    As per step 2 I have made sure my tpl_main_page.php includes the code noted and I also put the code from that file before the /body tag
    I have installed the sql patch
    I have entered my analytics account and configured the settings.

    I am not sure why my site isnt producing the code is it perhaps the template that is being used could my programmer have changed something there?

    Site: http://www.retail.bubblebubs.com.au

    any help greatly appreciated
    Make sure if you use the over ride system you rename the admin folder to match your custom template name, and the /includes/templates/your_custom_template folders. If not it will not show up in your source code.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #979
    Join Date
    Dec 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    There are no files to go into the templates folder in the admin section only

    admin/includes/extra_datafiles
    admin/includes/functions

    there is one under includes

    includes/templates/[your template]/google_analytics which I changed to 'CUSTOM' which is my current template

  10. #980
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Hi

    My page is outputting in the footer...


    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-10268705-1";
    urchinTracker();
    </script></body></html>


    But no vists are being logged in analytics.
    There appears to be a line of code missing.. comparing this to the code that google wants

    } catch(err) {}</script>


    Have I installed an out of date module?

    Am I having problems with this because i am usine Simple SEO URL mod with this?

    Thanks

 

 

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