Page 197 of 217 FirstFirst ... 97147187195196197198199207 ... LastLast
Results 1,961 to 1,970 of 2161
  1. #1961
    Join Date
    Oct 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    All was going so swimmingly. I installed the latest version of the plug-in without drama on v1.3.9h, set up my codes for Analytics and Adwords etc in the console and sat back. No errors in the shop and Analytics is displaying all my data and is really useful but after a couple of days Adwords was still showing as unverified.

    After a bit of research, I installed chrome and the Tag Assistant and did an order on my site. The Tag Assistant says that the Analytics tag is correct but that there are errors with the Adwords one on the checkout page.

    The list of messages is:

    AdWords Conversion Tracking - not working

    Conversion ID xxxxxxxxxx
    Conversion Label purchase
    Conversion Value not set
    <script> tag found
    <!--
    var google_conversion_id = xxxxxxxxxx;
    var google_conversion_language = "en_US";
    var google_conversion_format = "1";
    var google_conversion_color = "FFFFFF";
    if (0.07) {
    var google_conversion_value = 0.07;
    }
    var google_conversion_label = "purchase";
    //-->
    Conversion Value in the <iframe> tag 0.07
    Error: Incorrect script attribute. help
    Error: Conversion value mismatch between <script> and <iframe> tag. help
    Error: Conversion value mismatch between <script> and <noscript> tag. help
    Error: Conversion value mismatch between <script> and <noscript> tag. help
    Warning: Missing CDATA comments. help
    Conversion value not set. help
    Both <script> and <iframe> used

    The checkout page source from the browser contains:

    pageTracker._trackTrans();</script><!-- Google Code for purchase Conversion Page -->
    <script language="JavaScript" type="text/javascript">
    <!--
    var google_conversion_id = xxxxxxxxxx;
    var google_conversion_language = "en_US";
    var google_conversion_format = "1";
    var google_conversion_color = "FFFFFF";
    if (0.07) {
    var google_conversion_value = 0.07;
    }
    var google_conversion_label = "purchase";
    //-->
    </script>
    <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/xxxxxxxxxx/?value=0.07&label=purchase&script=0">
    </noscript>

    That doesn't exactly match the code google provide but looks similar to others listed on this forum

    Can anyone spot an error?

  2. #1962
    Join Date
    Oct 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I managed to get Adwords updates working by changing google_conversion_label to the code Adwords gave me when I created the conversion instead of 'purchase' that was set in the original script.

  3. #1963
    Join Date
    Mar 2009
    Posts
    108
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I had this working fine. This week I messed up my store and decided the best fix would be to delete the includes folder and reinstall it. I fixed my original problem but created several new ones one of which is I broke google analytics. I reinstalled the files from the includes folder in my google analytics download to my new includes folder but it is not working. Do I need to reinstall the sql file ? or did I maybe install the files wrong? Thanks .

  4. #1964
    Join Date
    Mar 2009
    Posts
    108
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I have my problem fixed. Thanks

  5. #1965
    Join Date
    Mar 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I am using Zencart 1.5.1 and this add-on is working. They only problem I had is in the SQL installation. I had to modify it and do it thru PHPadmin . The problem could be with my provider security.

  6. #1966
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Hi,

    I've installed this module this evening(zen cart 1.5.1) and I can't get it to work, google analytics says: Status: Tracking Not Installed.
    The website is www.regatuljocurilor.ro and looking at the page source I can see the correct values set.
    I'm using a picaflur template which uses the template_default/common/tpl_main_page and that is where I placed the changes for that file.I assume they are ok if the page is generated with the correct information.

    I've placed the code provided by google analytics in htm_header.php in my template common file before the </head> part.

    Please let me know if I'm missing something as I can't seem to understand why it doesn't work.
    I've followed the steps google says , I've followed the steps mentioned in the readme (except REMOVE the following line from that file "javascript:__utmSetTrans();" as it does not exist)

    Can you have a look and let me know if you can see any problems with it?

    Regards,
    Alex

  7. #1967
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    Alex,

    If your using a template from picaflur (or from any one for that matter), than this is the wrong folder to edit:
    template_default/common/tpl_main_page

    You should be editing:
    YOUR_TEMPLATE/common/tpl_main_page

    I can't get you site to load, so can't check the source code for any other hints.

  8. #1968
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Please check now , I've copied the tpl main image from template_default to my template as there was none but still same thing happens.
    The site is now accessible , apparently one of the scripts was timing out(http://gsgd.co.uk/sandbox/jquery/eas....easing.1.3.js) not sure what this is for.

    Let me know if you see something wrong with google analytics

  9. #1969
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Seems to be an older issue of mine with zencart/webserver....I took the view source code for the main page and placed it in a new file index.html in the root of zen cart thus being the first page loading. I click refresh in google analytics and it says Tracking Installed...now I've deleted that but it still shows tracking installed ... it's a zen cart/webserver issue where the web server cannot internally access the zen cart pages as it sees them as absolute paths so it routes them elsewhere ,I have the same problem with facebook debugger

  10. #1970
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple Google Analytics - Support

    I see the GA code is working now. It may take 24 hours for the data to start showing up though.

 

 

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