Page 181 of 217 FirstFirst ... 81131171179180181182183191 ... LastLast
Results 1,801 to 1,810 of 2161
  1. #1801
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by countrycharm View Post
    They should"t allow it in my opinion but I did say


    And I still stand by that. If Eric want s to change it back his welcome to. I didn't want to take no credit or step on his feet here. My name is on the new submission I made. I will change it back though.
    The only point I was making was that I didn't realize that you had submitted the latest version since Eric's name was still listed as the author.. 'tis all.. Really.. it's not a big deal..

    BTW, there's no such thing as "stepping on toes" for open source. If an update/bugfix is needed, submit it.. Heck Scott has submitted Super Orders fixes, and I HARDLY felt like he was stopping on anyone's toes.. That said, if there's a concern about "stepping on toes" that you should contact the author and work it out with them..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by DivaVocals View Post
    The only point I was making was that I didn't realize that you had submitted the latest version since Eric's name was still listed as the author.. 'tis all.. Really.. it's not a big deal..

    BTW, there's no such thing as "stepping on toes" for open source. If an update/bugfix is needed, submit it.. Heck Scott has submitted Super Orders fixes, and I HARDLY felt like he was stopping on anyone's toes.. That said, if there's a concern about "stepping on toes" that you should contact the author and work it out with them..
    Point taken
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #1803
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by countrycharm View Post
    Point taken
    ...
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #1804
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    We just launched our site www.aydincoins.com but having trouble with Google Analytics, when I do a view Page Source of our site, I see the code at the bottom of the page, within the body and Google Analytics is still not recognizing the site, it says Tracking is not installed.

    Here is the code below from our site, I just Xed the account numbers, the module is working in Zencart.

    Any idea?


    <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-XXXXXXXX-4");
    pageTracker._initData();
    &lt;!-- Google Code for AydinCoinsSite Conversion Page --&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
    /* &lt;![CDATA[ */
    var google_conversion_id = XXXXXXXXXX;
    var google_conversion_language = &quot;en&quot;;
    var google_conversion_format = &quot;3&quot;;
    var google_conversion_color = &quot;ffffff&quot;;
    var google_conversion_label = &quot;hwCECPCW7QIQ3KHj_gM&quot;;
    var google_conversion_value = 0;
    /* ]]&gt; */
    &lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.googleadservices.com/page...n.js&quot;&gt;
    &lt;/script&gt;
    &lt;noscript&gt;
    &lt;div style=&quot;display:inline;&quot;&gt;
    &lt;img height=&quot;1&quot; width=&quot;1&quot; style=&quot;border-style:none;&quot; alt=&quot;&quot; src=&quot;http://www.googleadservices.com/page...t=0&quot;/&gt;
    &lt;/div&gt;
    &lt;/noscript&gt;
    pageTracker._trackPageview();
    pageTracker._trackPageLoadTime();
    </script>


    </body></html>

  5. #1805
    Join Date
    Oct 2004
    Location
    Montana
    Posts
    53
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Well, if you look at the source code on your page and in the G Analytics part it actually, has:

    alt=&quot;&quot;

    Then you're not doin it right.

    the &quot is an html entity replacement for "

    I'm not sure what you might have done to convert the "

    to &quot.

    but that's broken.

  6. #1806
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Simple Google Analytics - Support

    How did you place the UA code into your zencart installation?

    When you set up a GA account at Google, it will generate a few lines of code, which it then says need to be pasted into your HTML...

    If you use one of the zencart GA modules, you DON'T paste this code anywhere...

    All you need is your tracking number.

    Describe HOW you configured GA on your site.
    20 years a Zencart User

  7. #1807
    Join Date
    Jan 2008
    Location
    Toronto
    Posts
    72
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I thought I had this working but GA reports "Tracking Not Installed" for https://www.canadianbusinessresource...hase/index.php

    ZC 1.3.9h
    Simple GA 1.2.5b
    Source View within </heading>
    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-XXXXXXX-X']);
    _gaq.push(['_trackPageview']);
    _gaq.push(['_trackPageLoadTime']);

    (function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>

    The only odd thing is the line <!--simple google analytics--> just before the </body> tag.

    Please help me sort out what I have done wrong.
    New Zenner

  8. #1808
    Join Date
    Jan 2008
    Location
    Toronto
    Posts
    72
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I just checked common/tpl_main_page.php and see

    <!--simple google analytics-->
    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
    }
    ?>
    </body>

    have I combined old & new install methods?

    Please advise
    New Zenner

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

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by polygone View Post
    I just checked common/tpl_main_page.php and see

    <!--simple google analytics-->
    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
    }
    ?>
    </body>

    have I combined old & new install methods?

    Please advise
    If you were running zen cart v1.3.9 and simple google analytics v1.2.4, v1.2.5 everything should be correct in your insulation. Nothing has been change in simple google analytics v1.2.5a, simple google analytics v1.2.5b, simple google analytics v1.2.5c except I created and upgrade folder and created a upgrade.txt file. so this would be easier for the installer.

    NOTE: If you were using a previous version (1.2.x) of Google Analytics (prior to 1.2.3) then you'll need to change the code in the previous location

    At the bottom of /includes/templates/[your_template]/common/tpl_main_page.php

    Find the lines of code that look like this (found below) just before the </body> tag:

    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    }
    ?>


    CHANGE / replace the lines of code to look like this:


    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
    }
    ?>
    Hope this helps.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #1810
    Join Date
    Feb 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    So would anyone be able to provide the code to properly setup Bing AdCenter Conversion tracking. Earlier in the thread Eric said you needed to use an "if, then" statement similar to one used for google and just substitute the code provided by AdCenter...anyone know how to go about this?

 

 

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