<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Google Analytics Tips</title><description>Usage, Tips, Solutions for Google Analytics using Excel, Javascript and other stuff.</description><managingEditor>noreply@blogger.com (Сеня)</managingEditor><pubDate>Wed, 9 Oct 2024 04:29:40 +0200</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">3</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://googleanalyticstips.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>Usage, Tips, Solutions for Google Analytics using Excel, Javascript and other stuff.</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>Add additional search engines to GA to track</title><link>http://googleanalyticstips.blogspot.com/2007/05/add-additional-search-engines-to-ga-to.html</link><author>noreply@blogger.com (Сеня)</author><pubDate>Thu, 10 May 2007 10:43:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4069032147141746314.post-2240182885016923507</guid><description>As of writing this Google Analytics tracks just 24 search engines (from 0 to 23). You can see the full list inside &lt;a href="http://www.google-analytics.com/urchin.js"&gt;this &lt;/a&gt;file at the line #33.&lt;br /&gt;&lt;br /&gt;The other SEs are reflected as referrals in GA reports. You can track them as &lt;span style="font-style: italic;"&gt;"&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;organic&lt;/span&gt;&lt;span style="font-style: italic;"&gt;" &lt;/span&gt;just adding additional lines in the GA code on your site.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;How to:  &lt;/h2&gt;1. Go to the SE you want to track and type any query:&lt;br /&gt;&lt;blockquote style="color: rgb(102, 51, 51);"&gt;&lt;span style="font-size:85%;"&gt;"The quick brown fox jumps over the lazy dog"&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;2. When you got the search results, look at the current URL and find the words you just typed. You will see something like this:&lt;br /&gt;&lt;blockquote style="color: rgb(102, 51, 51);"&gt;&lt;span style="font-size:85%;"&gt;http://www.bloodysearchengine.com/dir?&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);font-size:85%;" &gt;query&lt;/span&gt;&lt;span style="font-size:85%;"&gt;=&lt;/span&gt;&lt;span style="font-weight: bold;font-size:85%;" &gt;The+quick+brown+fox+jumps+ over+the+lazy+dog&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&amp;sourceid=navclient-ff&amp;amp;ie=UTF-8&amp;aq=t&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;3. Prior to the search phrase you will see the &lt;span style="font-style: italic;"&gt;query variable&lt;/span&gt;. It may be "query", "q", "s" or whatever. Remember it.&lt;br /&gt;&lt;br /&gt;4. &lt;span style="font-weight: bold;"&gt;Hack&lt;/span&gt;: insert  the following line right before &lt;span style="font-style: italic;"&gt;urchinTracker &lt;/span&gt;function:&lt;br /&gt;&lt;br /&gt; &lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt; _uOsr[_uOsr.length]='&lt;span style="font-weight: bold;"&gt;bloodysearchengine&lt;/span&gt;'; _uOkw[_uOkw.length]='&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);font-size:85%;" &gt;query&lt;/span&gt;&lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt;';&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you want to add several SEs it should look like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;"&lt; src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt; &lt; /script&gt;&lt;br /&gt;&lt; type="text/javascript"&gt;&lt;br /&gt;_uacct = 'UA-xxxx-x';&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt;_uOsr[_uOsr.length]='&lt;span style="font-weight: bold;"&gt;bloodysearchengine&lt;/span&gt;'; _uOkw[_uOkw.length]='&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(102, 51, 51);font-size:85%;" &gt;query&lt;/span&gt;&lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt;';&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt;_uOsr[_uOsr.length]='&lt;span style="font-weight: bold;"&gt;bloodysearchengine2&lt;/span&gt;'; _uOkw[_uOkw.length]='&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(102, 51, 51);font-size:85%;" &gt;queryvariable&lt;/span&gt;&lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt;';&lt;br /&gt;_uOsr[_uOsr.length]='&lt;span style="font-weight: bold;"&gt;bloodysearchengine3&lt;/span&gt;'; _uOkw[_uOkw.length]='&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(102, 51, 51);font-size:85%;" &gt;queryvariable&lt;/span&gt;&lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt;';&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;urchinTracker();&lt;br /&gt;&lt; /script&gt;"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* Note that &lt;span style="font-weight: bold; color: rgb(102, 51, 51);font-size:85%;" &gt;queryvariable &lt;/span&gt;may be different for every search engine. You should repeat steps 1-3 each time you want to add new SE.&lt;br /&gt;&lt;br /&gt;The benefit of use of &lt;span style="color: rgb(102, 51, 51);"&gt;&lt;span style="font-size:85%;"&gt;_uOsr.length&lt;/span&gt; &lt;/span&gt; and &lt;span style="color: rgb(102, 51, 51);font-size:85%;" &gt;_uOkw.length&lt;/span&gt; instead of just numbers is your independence from the quantity of SEs in the  urchin.js file.  When Google increase the quantity of items in  the list your SEs will be above them anyway.&lt;br /&gt;&lt;br /&gt;Since you updated the code your google analytics will treat all traffic from bloodysearchengine.com  as organic not referral.&lt;br /&gt;&lt;br /&gt;Your thoughts?</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></item><item><title>New google Analytics Interfcace</title><link>http://googleanalyticstips.blogspot.com/2007/05/new-google-analytics-interfcace.html</link><author>noreply@blogger.com (Сеня)</author><pubDate>Wed, 9 May 2007 00:20:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4069032147141746314.post-1209983440425535563</guid><description>Google just announced new version of Google Analytics.&lt;br /&gt;&lt;br /&gt;They say: &lt;blockquote style="color: rgb(153, 51, 0);"&gt;The new version of Google Analytics is easy enough for a layperson to understand, but also offers the sophistication experienced users need.&lt;/blockquote&gt;To get used to the new interface they suggest "Report Finder Tool": You can find the report you need using the old structure.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_zULESZYyhvs/RkD_qciCjWI/AAAAAAAAABA/NYJGBkQ9rTE/s1600-h/GA-New.GIF"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_zULESZYyhvs/RkD_qciCjWI/AAAAAAAAABA/NYJGBkQ9rTE/s320/GA-New.GIF" alt="" id="BLOGGER_PHOTO_ID_5062327085842992482" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;looks very smooth. But I am sure it is still far from what exactly users want. They &lt;a href="http://www.google.com/support/googleanalytics/bin/static.py?page=FAQ.cs&amp;hl=en_US#65922"&gt;prove &lt;/a&gt;it theirselves&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="color: rgb(153, 51, 0);"&gt;Functionality of the product is not changing - only the &lt;span style="font-weight: bold;"&gt;interface&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;This is very sad: they spend huge amounts of time and &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://googleblog.blogspot.com/2006/02/here-comes-measure-map.html"&gt;money &lt;/a&gt;&lt;span style="font-weight: bold;"&gt; on the interface appearance but not improve the product itself&lt;/span&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://2.bp.blogspot.com/_zULESZYyhvs/RkD_qciCjWI/AAAAAAAAABA/NYJGBkQ9rTE/s72-c/GA-New.GIF" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></item><item><title>Intro</title><link>http://googleanalyticstips.blogspot.com/2007/05/intro.html</link><author>noreply@blogger.com (Сеня)</author><pubDate>Sat, 5 May 2007 00:33:00 +0200</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-4069032147141746314.post-4025234529445646435</guid><description>Google Analytics is cool thing but almost all of it's features are limited by the interface.&lt;br /&gt;&lt;br /&gt;Here I will post my thoughts and tips on how we can extend the usage of it.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>