The Google Analytics reports include data about referrals from organic search results. That is, how many people visited your site from search engines like Google and MSN by clicking on one of the non-paid advertising links that make up the bulk of the search results. Google Analytics gets this data from a list of search engines in the urchin.js file, however this list is not necessarily suitable for all geographic regions because it focuses on .com domains and US search engines such as CNN.com.
Update 08-Jan-2009: Please note, this script is now being maintained at:
www.advanced-web-metrics.com/blog/ga-scripts
Because GA Experts is based in the UK and serves a European client base, we thought it would be a good idea to try and update this list to distinguish between UK and international search engines, as well as to enable GA to recognise some country-specific SE’s, for example the BBC’s search engine, or Voila in France. So we have developed two separate JavaScript files that can overwrite the default list of SE’s and replace them with a more up to date and relevant list. One is designed to update and replace the existing list with a range of international SE’s, the other is designed specifically for the UK market.
Once this file is in place, GA will recognise and report on a wider range of search engines, including keyword data and campaign source/referrer data.
If you just want to update your current list of SE’s, then use the International file, if you are targeting a UK or European base then we recommend using the UK file. Both files recognise the same international search engines, however the UK list differentiates between UK and international domains, e.g. ‘google.co.uk’ vs. ‘google.com’ and also adds a few UK specific SE’s, such as the Google web search on the Orange homepage. The full list of search engines and installation instructions follow:
Installation:
Simply add one of the following lines to your Google Analytics Tracking Code (GATC), *after* the call to the urchin.js file and we will update the file regulalrly on your behalf:
- Many Thanks to Matt Trimmer of iVantage for contributing to this file
<script src=”http://www.omegadm.co.uk/uk_se.js” type=”text/javascript”></script>
or
<script src=”http://www.omegadm.co.uk/international_se.js” type=”text/javascript”></script>
For example:
<script src=”http://www.google-analytics.com/urchin.js” type=”text/javascript”>
</script>
<script src=”http://www.omegadm.co.uk/uk_se.js” type=”text/javascript”>
</script>
<script type=”text/javascript”>
_uacct = “UA-xxxx-x”;
urchinTracker();
</script>
The following list of search engines is taken from online research and our own data on the most common UK & International search engines. If you think we have missed any or would like to see any other amendments, please let us know – post a comment below.
International List:
Google
Yahoo
MSN
Live.com
AltaVista
Lycos
HotBot
Alltheweb
Ask
Looksmart
AOL*
mywebsearch.com
Gigablast
Search.com
Dogpile
Ezilon.com (European)
SearchEurope.com (European)
Voila (France)
El Mundo (Spain)
Terra (Spain)
Web.de (Germany)
Funnel (South Africa)
Ananzi (South Africa)
Anzwers (Australia & New Zealand)
Rambler (Russia)
Yandex (Russia)
Baidu.com (China)
Indiatimes.com (India)
Araby.com (Arabic) |
UK List:
Google.co.uk
Google
Yahoo UK
Yahoo
MSN
MSN UK
Live.com
altavista UK
altavista
Lycos UK
Lycos
HotBot UK
HotBot
Excite UK
alltheweb
BBC
Tiscali
Ask UK
Ask
LookSmart
blueyonder
AOL UK
AOL*
ntlworld
Tesco.net
Orange UK
mywebsearch.com
myway UK
myway.com
Searchy.co.uk
Dogpile
Ezilon.com (European)
SearchEurope.com (European)
Voila (France)
El Mundo (Spain)
Terra (Spain)
Web.de (Germany)
Funnel (South Africa)
Ananzi (South Africa)
Anzwers (Australia & New Zealand)
Rambler (Russia)
Yandex (Russia)
Baidu.com (China)
Indiatimes.com (India)
Araby.com (Arabic) |
* AOL.com encrypts keyword data so you will see some strange character strings amongst your other keywords.
Please Note: Use of this JavaScript code is entirely at your own risk. GA Experts have tested this code extensively, however we can take no responsibility for errors, loss of data or any other complications arising from the use of this code
Recent Comments