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?
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.
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 .
Re: Simple Google Analytics - Support
I have my problem fixed. Thanks
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.
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
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.
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
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
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.