If you have Google analytics on more than one site, the number at the end of your UA code differentiates the sites. If you just have one site, the number should end with -1.
Printable View
please help i just installed the simple analytics
everything looks fine in the admin/config
i have put in the UA code including the last digit (-3) in my case
problem is that its not showing up as installed in my google analytics pages..(logged on through adwords)
the status shows the caution looking sign..(tracking not installed)
i directed the analytics page when setting up to track www.thestonesuperstore.com/shop
do i need the /shop?
will this create any problems
it has not yet been 24hrs since install but i was wondering if only the data takes 24hrs to be available or does it takes 24hrs for google to register the actual site..before it can get any data..
anyways the site is www.thestonesuperstore.com/shop
not sure what else i need to add
much appreciated in advance
jeff
Is it possible for the mod to place the template coding twice in each page if I installed it, deleted all files, uninstalled sql, and re-installed it?
My site and admin are running extremely slow, i've moved the google code to the bottom now, I don't know what is going on, it's quite frustrating.
http://www.fantasyblacksmith.com
link to my site above. -Doug
Hi
Thanks for the great mod
I installed it and entered my account id under configuration.
I go down to Activate Conversion Tracking... yes i use adwords... what is the Google Conversion Tracking ID? Where do i get that from, I cant find that in my analytics account OR in my adwords account.
Also i disregarded this:
Google told me to post this into the page: (i didnt is that right?
<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">
try {
var pageTracker = _gat._getTracker("UA-10268705-1");
pageTracker._trackPageview();
} catch(err) {}</script>
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
I am sorry...
There is a difference in the code that ZC is outputting
ZC output
<script type="text/javascript">
_uacct = "UA-10268705-1";
urchinTracker();
</script></body></html>
And here is the output that Google wants (what they told me to paste in my page) - notice that "} catch(err) {}" is missing
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
_uacct = "UA-10268705-1";
urchinTracker();
} catch(err) {}</script>
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
There are no files to go into the templates folder in the admin section only
admin/includes/extra_datafiles
admin/includes/functions
there is one under includes
includes/templates/[your template]/google_analytics which I changed to 'CUSTOM' which is my current template
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