Re: Simple Google Analytics - Support
check my site www.thestonesuperstore.com/shop i have uninstalled the "simple google analytics" as i spent hourts and it doesnt work....
check the code for google analytics ..
just go to the google site and install their code..its free and it works instantly..
Re: Help! Yahoo & Microsoft tracking
Quote:
Originally Posted by
econcepts
I track all three on most of my sites (Google, Yahoo, and MSN). You can install the Google Tracking Module (Simple Google Analytics) and still install the Yahoo, and MSN tracking codes.
The key is, you will have to manually insert the Yahoo and MSN codes into the proper pages for them to work. And furthermore, if you want to dynamically include order totals etc.. into the mix, then you'll have to custom code that using PHP.
Finally, you'll want to make sure you account for both Secure and Non-secure connections, and dynamically utilize the proper tracking code based on that (https:// vs.
http://). I like to use the standard PHP function to detect secure vs. non-secure connections to do that.
The file you'll want to add the information to are the tpl_main_page.php page (within your custom directory). I don't even include it on the checkout success page because I try to keep the code in the fewest locations.
What I do is create an if then statement that I include on the tpl_main_page.php page. It dynamically checks the page name (to determine if it was a successful sale or not and therefore add the proper "conversion tracking code" if so) and also checks the https vs/ http connection to include that proper code. If you don't account for that, then users will get the old message "some things on this page are not secure ... do you want to continue?" and you don't want that as it can decrease conversion beyond all belief.
Hope that helps.
Hi there,
Can you let me know what code you include in the main page, or which page to install the adCenter and Yahoo code.
Thanks.
Re: Help! Yahoo & Microsoft tracking
Quote:
Originally Posted by
fergusmacdonald
Hi there,
Can you let me know what code you include in the main page, or which page to install the adCenter and Yahoo code.
Thanks.
You can get my Yahoo tracking module from the free downloads section here: http://www.zen-cart.com/index.php?ma...oducts_id=1159
I am working on an MSN Adcenter version as we speak.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
creamcrackers
Hi
I installed everyting
Entered my tracking cookie as UA-10268705-1 and created the adwords code and entered that.
I set it as ecommerce site in google analytics
GA is showing the ! icon and saying that Tracking Not Installed on the profile page.
Ive tried 2 tracking numbers UA-10268705-1 and UA-10268705 and have tried with the new and old js script and made the settings for those in GA
Another thing.. in the install readme you say (for new installs)
BRAND NEW install, you will need to update your database with the googleanalytics.sql file.
Only there is no file by that name in the contribution so i used googleanalytics-INSTALL.sql
I am using Simple SEO URL mod with this contribution, could there be a conflicy?
Thanks again
You're looking at two different version of the code. One is the legacy version and the other is the "ga,js" version. My module offers both you just select which one from the admin.
As long as you install my mod and then just enter your tracking number you'll be ok. Works flawlessly.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
vickichiki
I have just installed this mod and followed the instructions, double checked everything but google is still saying tracking information is not there. I have had a look at the page source and it isnt actually appearing at all have I missed something?
I have uploaded the files and they are in the correct directories
As per step 2 I have made sure my tpl_main_page.php includes the code noted and I also put the code from that file before the /body tag
I have installed the sql patch
I have entered my analytics account and configured the settings.
I am not sure why my site isnt producing the code is it perhaps the template that is being used could my programmer have changed something there?
Site:
http://www.retail.bubblebubs.com.au
any help greatly appreciated
Sounds like you forgot to complete step 3 in the Read Me file. You need to add a little line of code to the tpl_main_page.php file for the tracking to be added to the page.
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
creamcrackers
Hi
My page is outputting in the footer...
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-10268705-1";
urchinTracker();
</script></body></html>
But no vists are being logged in analytics.
There appears to be a line of code missing.. comparing this to the code that google wants
} catch(err) {}</script>
Have I installed an out of date module?
Am I having problems with this because i am usine Simple SEO URL mod with this?
Thanks
It looks like everything is ok on your site and I know there are no conflicts with the SEO module you are using (I use it on a number of my sites.)
If you are not getting tracking and the module is installed correctly you need to make sure your Google account is pointed to the correct url to verify the code (don't forget the trailing slash that Google sometimes needs to verify.)
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
jeffgranite
check my site
www.thestonesuperstore.com/shop i have uninstalled the "simple google analytics" as i spent hourts and it doesnt work....
check the code for google analytics ..
just go to the google site and install their code..its free and it works instantly..
Your site is not active as it has exceeded it's bandwith so I can't check it. However, the installation of the Simple Google Analytics module should only take 5 minutes or so truthfully.
In most cases where it does not work for a user they have incorrectly setup something on their Google account. This module is in use on thousands of sites and a number of my own. It works in each case.
Please make sure you have followed the steps needed to install it (there are only a few). Providing you do that it should work for you.
Re: Simple Google Analytics - Support
Hi! I did get it working a couple of days ago, great mod thanks for you help :D
Re: Help! Yahoo & Microsoft tracking
Quote:
Originally Posted by
econcepts
Awesome, thanks. Any idea how long until it'll be ready?
Re: Help! Yahoo & Microsoft tracking
Hello,
I hate to repost, but I haven't found an answer yet.
Everything is working for me except for ecommerce tracking in Google Analytics. I have installed the addon and activated "Ecommerce site" in GA.
Any help? Thanks!