I decided against doing this at all. This is a messy implementation on Google's end where there are side effects if you try to reverse a transaction. Inflated conversion rate and transaction count, to name a couple. It's less bad to not do anything.
I decided against doing this at all. This is a messy implementation on Google's end where there are side effects if you try to reverse a transaction. Inflated conversion rate and transaction count, to name a couple. It's less bad to not do anything.
I apologize if this is a repeat question, I didn't dare plow through 196 pages...
I'm certain that my installation worked correctly. When I look at my content reports in Analytics, it doesn't report all the way to the product level. It shows pageviews for categories and sub-categories, but not for individual products. Am I missing something or do I need to tweak my settings to accomplish this? Any help will be appreciated.
No joy in getting admin page registration for this mod in zc151 as superuser. Ran sga125 (not a, b or c) sql but nothing appears under admin > configuration.
Tried eConcepts admin page reg fix in post 1905 but only got language key error.
http://www.zen-cart.com/showthread.p...65#post1146865
I have no idea if it is my setup that is at fault, but would appreciate help getting over this hurdle.
Last edited by dw08gm; 1 Feb 2013 at 04:58 AM.
Solved by using 125c. But after uninstalling 125 sql, I now have a gap in my gID numbering sequence. I hope this gID gap has no ramnifications.
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?
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.
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 .