We can now link our Google Webmasters Tools with the Google Analytics Account.
Simply, Log into Webmasters Tool Account and then Click " Manage" to link to "Google Analytics Profile".
More from http://googlewebmastercentral.blogspot.com/2011/02/linking-google-analytics-to-webmaster.html
Showing posts with label Google Analytics. Show all posts
Showing posts with label Google Analytics. Show all posts
8.2.11
25.12.10
In-Page Analytics from Google Analytics
We can now visually analyse data in Google Analytics with the In-Page Analytics. In-Page Analytics which is in beta at the moment, helps to analyse the website pages with the user interaction.
More from http://analytics.blogspot.com/2010/10/introducing-in-page-analytics-visual.html
More from http://analytics.blogspot.com/2010/10/introducing-in-page-analytics-visual.html
11.11.10
Errors in browsers after installing Google analytics Code
Using Google Analytics, the Error that is seen is "_gat undefined", in your browser
But no worries, you can find the answers from the http://groups.google.com/group/analytics-help-troubleshoot
/browse_thread/thread/011ea5c0c1582ea0
But no worries, you can find the answers from the http://groups.google.com/group/analytics-help-troubleshoot
/browse_thread/thread/011ea5c0c1582ea0
7.8.08
Errors in browsers after installing Google analytics Code
I am sure, those of you who use Google Analytics tool must have surely noticed the javascript error in browsers either in IE or Firefox or any,
The Error that is seen is "_gat undefined", And I am sure you must have noticed such error.
But no worries, you can find the answers from the http://groups.google.com/group/analytics-help-troubleshoot
/browse_thread/thread/011ea5c0c1582ea0
If browser is unable to access the javscript source, browser will display error as "_gat is undefined". And such happens due to firewalls, browser's extensions like AdBlock, No Script, filters not allowing the javascript source file to be loaded by browser.
So as a solution, You can see the following example,
<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">
if (typeof(_gat) == 'object') // See this line, here is the use of typeof(_gat)
var pageTracker = _gat._getTracker("UA-abeen0-X"); // replace with your own tracking code
pageTracker._initData();
pageTracker._trackPageview();
</script>
It should solve your problem of seeing error in your browsers.
The Error that is seen is "_gat undefined", And I am sure you must have noticed such error.
But no worries, you can find the answers from the http://groups.google.com/group/analytics-help-troubleshoot
/browse_thread/thread/011ea5c0c1582ea0
If browser is unable to access the javscript source, browser will display error as "_gat is undefined". And such happens due to firewalls, browser's extensions like AdBlock, No Script, filters not allowing the javascript source file to be loaded by browser.
So as a solution, You can see the following example,
<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">
if (typeof(_gat) == 'object') // See this line, here is the use of typeof(_gat)
var pageTracker = _gat._getTracker("UA-abeen0-X"); // replace with your own tracking code
pageTracker._initData();
pageTracker._trackPageview();
</script>
It should solve your problem of seeing error in your browsers.
28.7.08
1.4.08
different results from AWStats and Google Analytics
I found different results from Google Analytics and AWStats web analytics, and just did not notice that before today. I was happy to see the results from AWStats and at the same time worried by seeing the results from Google Analytics. AWStats provides over counted statistical data whereas it seemed that Google Analytics was not providing all the data.
I am thinking that following might be reasons for difference in statistical results from Google Analytics and AWStats:-
1. AWStats calculate the visitor for less time span where as Google Analytics calculate visitors for long time period thus reducing visitor count.
2. Automated spams, robots have affects in executing the AWStats whereas Google Analytics statistics are not affected.
3. Other java scripts interfering Google tracking code and turned off cookies would trouble Google Analytic for tracking results.
4. Google Analytics counts the results only if the pages are loaded fully. Navigating away without pages being fully loaded means data is not collected for that action as tracking code would not be able load to operate.
Also, I got something from Google Analytics Help Center,
here's the link: https://www.google.com/support/googleanalytics/bin/answer.py?answer=55614&hl=en_US
I am thinking that following might be reasons for difference in statistical results from Google Analytics and AWStats:-
1. AWStats calculate the visitor for less time span where as Google Analytics calculate visitors for long time period thus reducing visitor count.
2. Automated spams, robots have affects in executing the AWStats whereas Google Analytics statistics are not affected.
3. Other java scripts interfering Google tracking code and turned off cookies would trouble Google Analytic for tracking results.
4. Google Analytics counts the results only if the pages are loaded fully. Navigating away without pages being fully loaded means data is not collected for that action as tracking code would not be able load to operate.
Also, I got something from Google Analytics Help Center,
here's the link: https://www.google.com/support/googleanalytics/bin/answer.py?answer=55614&hl=en_US
Subscribe to:
Posts (Atom)