asappia
I am suffering this problem too and cannot find a solution.
Did this problem coincide with the installation of JROX by any chance?
Edwin
Printable View
asappia
I am suffering this problem too and cannot find a solution.
Did this problem coincide with the installation of JROX by any chance?
Edwin
I don't apply the JROX extension at all.
My first post in this thread.
What on earth am I doing wrong? I had analytics/conversion running perfectly before. Then I had a custom CSS based design uploaded as I upgraded the Zen Cart to the latest. Now I have tracking on everything at www.youneedhidef.com/blog because I used a Wordpress add-on to put the code there; but on the rest of my site I cannot get it to work.
main site: www.youneedhidef.com
Can someone view the source codes and see what I should do? I followed directions but I think because of my custom CSS template I am doing it wrong.
Thanks in advance.
same here.
I copied classic template to a new directory, and adapted it, but.... after this change (a new template) it doesn't work anymore.
econcepts,
I suspect you are taking a well-earned summer holiday, hence your recent absence from this forum.
I am still struggling to get the e-commerce reporting of Google Analytics working following the installation of the JROX JAM affiliate software.
In the installation of this software a new tpl_footer file is created and put in: /includes/templates/custom/checkout_success/tpl_footer.php
I have compared the source code of the order_confirmation page (stage 3 of 4 in checkout) with that of checkout_success (stage 4 of 4).
In Stage 3 at the end of the viewed source, the order is Copyright message, Parse time display (if activated), Banner 6, and finally Google analytics.
In Stage 4, the viewed source shows the following order: Copyright message, javascript for affiliates/sale.php code, Parse time, and finally banner 6.
So the JROX code is introduced into the checkout_success footer correctly, but the google analytics code is never executed. Could this be to do with the location or existence of the new checkout_success page? How would I fix this please?
Thanks,
Edwin
I have managed to answer this question for myself. In case it is of use to other people, the solution was to:
copy the code from:
\includes\templates\custom\google_analytics\google_analytics.php
lock, stock and barrel into the bottom of:
\includes\templates\custom\checkout_success\tpl_footer.php and save the file.
It now works.
Hi there
I have installed Simple Google Analytics recently, I see Google Analytic is working. But the adwords conversion tracking for signup and purchase do not work. It still says verification failed.
I want to know if I have to put the google provided conversion code anywhere in the website. Please tell me where I should put the code for signup conversion code and purchase success conversion code.
Up to now, I have setup all the google analytics setting in zen cart admin.
Here is my site. http://www.omegagolfshop.com
Please help, I have tried for two weeks already.
Thanks
Some may encounter this error, Check this if you can not get connected to google.
If you don't have 8 digits entered the mod will fail. If you don't have UA-1234567-8 it may be because google doesn't list #8 on the Profile Page and you have left it off or added one of these:
UA-123456-7 or UA-1234567; so your a digit short.
Clickj the test connection from google. It will fail- in the code they will now list your full UA. Make sure this is entered in the Admin so when its called it is the correct and full UA- might want to throw it ini GC also if you botched it like i did.
<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-xxxxxxx-X");
pageTracker._trackPageview();
</script>
Hello everyone,
I have successfully installed SGA into my zencart and my status is now "Waiting For Data". I am sure it is correctly installed - so there shouldnt be any problems here.
My questions are regarding conversion tracking (NOT google analytics). And I have searched the whole forum (over a few days) but got more confused after that. So hoping someone can answer these questions individually.
1. I believe I can use SGA for Conversion Tracking. This is because I can Activate Conversion Tracking and also set my Conversion Tracking Number on my zencart Admin at Configuration->Google Analytics Configuration. So I am going to conclude that I can use SGA for Conversion Tracking. Is this correct?
2. How do I use SGA for conversion tracking? Do I just set conversion goals and funnel on my Google Analytics account? And that's all to it?
Or do I have to copy and paste the Conversion Tracking code onto one of my zencart page?
3. If I have to copy and paste the Conversion Tracking code, I will create a Conversion Tracking code for Purchase/Sale. When I create the Conversion Tracking code, what do I put for the "Revenue for your action"? Do I put <?php echo TEXT_YOUR_ORDER_NUMBER . $zv_orders_id; ?> or something else?
4. After creating the conversion tracking code, where do I paste the code to if I want to track purchase? I know it should be one of the file connected to checkout_success but I cant figure out which file and where.
Thanks everyone! I am definitly a Noob as far as this is concern and would appreciate all the help I can get.
Mike
http://www.cufflinks2wear.com/
I'm facing the same problem as many, the GA data is not accurate, I can see it because I have other means to verify, in fact even the transactions are not well reported on GA's site. This, with the new ga code.
So I was looking around for some solution when I saw this difference :
On Google site the code is :
In /catalog/includes/templates/YOUR_TEMPLATE/google_analytics/google_analytics.php the code is :Code:var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._trackPageview();
Do we need to correct the google_analytics.php file so that it gets the same code as the one given on https://www.google.com/support/googl...n_US&utm_id=adCode:var pageTracker = _gat._getTracker(\"" . GOOGLE_ANALYTICS_UACCT . "\");
pageTracker._initData();
pageTracker._trackPageview();
???
Thanks for help
Regards
Hubert