<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Local Search Optimization -  Martijn Beijk &#187; Universal Search</title>
	<atom:link href="http://www.martijnbeijk.com/cat/universal-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martijnbeijk.com</link>
	<description>Local SEO, Web Analytics and Blended Search</description>
	<lastBuildDate>Tue, 08 Jun 2010 21:40:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to track Universal Search traffic with Google Analytics</title>
		<link>http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/</link>
		<comments>http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 14:06:27 +0000</pubDate>
		<dc:creator>martijn</dc:creator>
				<category><![CDATA[Universal Search]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<guid isPermaLink="false">http://www.martijnbeijk.com/?p=625</guid>
		<description><![CDATA[How to track Universal Search traffic with Google Analytics Originally posted on January 16th 2009 on the Searchcowboys website but has moved here since May 2010. After reading the post by Heini van Bergen on setting up filters on Google Analytics something caught my attention. Something I was looking for, since I started researching Local Search Optimisation.  [...]<p>Post from: <a href="http://www.martijnbeijk.com">Local Search - martijnbeijk.com</a>
<br/><br/><a href="http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/">How to track Universal Search traffic with Google Analytics</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.martijnbeijk.com/wp-content/uploads/2010/05/Universal_search_analytics1.jpg" width="240" />
		</p><p><strong>How to track Universal Search traffic with Google Analytics</strong><br />
Originally posted on January 16th 2009 on the Searchcowboys website <em>but has moved here since May 2010</em>.</p>
<p>After reading the post by Heini van Bergen on setting up filters on Google Analytics something caught my attention. Something I was looking for, since I started researching <a title="Local Search Optimisation" href="../" target="_blank">Local Search Optimisation</a>.  I wanted to know how many people were actually clicking the blended results you see in Universal Search. Google Analytics measures these clicks as Google (organic). But what if my link appears in the SERPS twice? How do I know which link was clicked? And if my link is listed in the SERPS more than once, which one of them is converting in a better way?</p>
<p><a href="http://www.martijnbeijk.com/wp-content/uploads/2010/05/Universal_search_analytics.jpg"><img class="alignnone size-full wp-image-627" title="Universal_search_analytics" src="http://www.martijnbeijk.com/wp-content/uploads/2010/05/Universal_search_analytics.jpg" alt="" width="398" height="286" /></a></p>
<p><em> </em></p>
<p><em>Image: Universal Search illustrated.</em></p>
<p>Looking into the SERP source code can give you a lot of insight. Google is showing parameters for<br />
Universal Search results. This will give us the possibility to set up some filters or advanced segments, based on the full referrer URL.</p>
<p>Overview of parameters:</p>
<ul>
<li><em>sa=x</em> eXtended listings (regular tracking links show sa=t , traditional )</li>
<li><em>oi=</em> this parameter specifies the specific universal search feature.</li>
<li><em>cd=</em> internal position of a link within the specific universal search item specified with `oi`.</li>
</ul>
<p>Unfortunately not all links from Universal Search boxes can be monitored in this way directly, for example those listed from Local Search results.<br />
These will show a direct link to the landing page designated for the local business owner. This landing page can be defined in the <a title="Add your business to the Google Local Business Center" href="http://www.google.com/local/add/" target="_blank">Local Business Center</a> (and you should!).<br />
So what can we measure directly and how do I set up filters or create advanced segments for them?</p>
<p><strong>Measured directly</strong></p>
<p>The following are specified by the parameter oi</p>
<ul>
<li>Blog Search: blogsearch_group,  blog_result</li>
<li>Image Search: Image_result ,  image_result_group</li>
<li>Spelling corrections: spell</li>
<li>Sitelinks: smap</li>
<li>Definitions: glossary_definition</li>
<li>Suggestions (link to suggestions/revisions): revisions_inline, revisions_narrow</li>
</ul>
<p><strong>Measured indirectly</strong><strong> </strong><br />
this means that a user clicked on a universal search link, but went to the Google landing page first before going directly to your website, parameters are passed on by Google. Note that if this occurs, it can mean that it took one click to many for the user to get to your website because they couldn’t find what they were looking for in the first place.</p>
<p><strong>Setting up the filters</strong></p>
<p><em>Step 1</em> :<br />
Create filter for organic traffic<br />
New filter -&gt;<br />
Filter name `Organic`<br />
Filter Type -&gt; Custom Filter<br />
Checked : include<br />
Filter Field: Campaign Medium<br />
Filter Pattern `organic`</p>
<p><em>Step 2</em>:<br />
Create filter for All Universal Search traffic<br />
New Filter: ‘Universal Search Items<br />
Filter Type: Custom Filter<br />
Checked: Advanced<br />
Field A -&gt; Extract A -&gt; Referral -&gt; <strong>(.*)oi=([a-zA-Z_]+)&amp;(.*)</strong><br />
Field B -&gt; Extract B -&gt; Referral -&gt; <strong>(\?|&amp;)q=([^&amp;]*)</strong><br />
Output To -&gt; Constructor -&gt; User Defined -&gt; <strong>$B2 : $A2</strong></p>
<p>You can also create separate filters for some of the Universal Search items instead of all of them.</p>
<p><em>Custom Step</em>:<br />
Create filter for Universal Search &#8211; specific<br />
New Filter: ‘Universal Search | images’<br />
Filter Type: Custom Filter<br />
Checked: Advanced<br />
Field A -&gt; Extract A -&gt; Referral -&gt; <strong>(.*)oi=image(.*)</strong><br />
Field B -&gt; Extract B -&gt; Referral -&gt; <strong>(\?|&amp;)q=([^&amp;]*)</strong><br />
Output To -&gt; Constructor -&gt; User Defined -&gt; <strong>$B2 : $A2</strong></p>
<p>You can repeat the custom step above with all the variables for ‘oi’ available.<br />
The output (after step 2) should look like this:</p>
<p><a href="http://www.martijnbeijk.com/wp-content/uploads/2010/05/User-Defined-Google-Analytics_12319287102591.jpg"><img class="alignnone size-full wp-image-628" title="User Defined - Google Analytics_12319287102591" src="http://www.martijnbeijk.com/wp-content/uploads/2010/05/User-Defined-Google-Analytics_12319287102591.jpg" alt="" width="258" height="376" /></a></p>
<p>Also, you might consider filtering out the &amp;gl and &amp;hl parameter so you know which engine the search originated from.</p>
<p><strong>What can we do with all this information?</strong></p>
<p>Nice to have all these filters setup and to gain some more insights in clicks from the organic search results, but what use has it?<br />
If the search results for a specific key phrase show both images and ‘regular’ text links for a specific key phrase, how can I tell if the image or blog link was clicked instead of the regular one? They both seem to originate from the same source (Google), same medium (Organic) and for the same keyword. Setting up these filters will help you distinguish the traffic. (It will give you the 3-click-path in some occassions. Thx for <a title="Tom Critchlow" href="http://www.distilled.co.uk/company/people/tom-critchlow.html">Tom Critchlow</a> for clarifying this. )<br />
Do images get less clicks? Or more? Or are users more likely to click the blog result than the regular search result? And is someone who clicked on an image more likely to convert into a lead or action? Or is it the opposite?</p>
<p>Set up these filters and you will know! Feel free to share your experiences.</p>
<p>Post from: <a href="http://www.martijnbeijk.com">Local Search - martijnbeijk.com</a>
<br/><br/><a href="http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/">How to track Universal Search traffic with Google Analytics</a></p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/&amp;title=How+to+track+Universal+Search+traffic+with+Google+Analytics" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/&amp;t=How+to+track+Universal+Search+traffic+with+Google+Analytics" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/&amp;title=How+to+track+Universal+Search+traffic+with+Google+Analytics&amp;summary=How%20to%20track%20Universal%20Search%20traffic%20with%20Google%20Analytics%0D%0AOriginally%20posted%20on%20January%2016th%202009%20on%20the%20Searchcowboys%20website%20but%20has%20moved%20here%20since%20May%202010.%0D%0A%0D%0AAfter%20reading%20the%20post%20by%C2%A0Heini%20van%20Bergen%20on%20setting%20up%20filters%20on%20Google%20Analytics%20something%20caught%20my%20attention.%20Something%20I%20was%20&amp;source=Local Search Optimization -  Martijn Beijk" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/&amp;title=How+to+track+Universal+Search+traffic+with+Google+Analytics" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/&amp;title=How+to+track+Universal+Search+traffic+with+Google+Analytics" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+track+Universal+Search+traffic+with+Google+Analytics+-+http://b2l.me/yb7us&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.martijnbeijk.com/how-to-track-universal-search-traffic-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Notebooks and Security &#8211; a wake up call</title>
		<link>http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/</link>
		<comments>http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 14:40:17 +0000</pubDate>
		<dc:creator>martijn</dc:creator>
				<category><![CDATA[Universal Search]]></category>
		<category><![CDATA[notebooks]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://www.martijnbeijk.com/?p=343</guid>
		<description><![CDATA[This is a public safety warning. Google indexes public notebooks. Their robots.txt shows Google doesn&#8217;t disallow this. They only prevent the search results from being indexed, as you can see on the following image, or by looking directly at robots.txt As some recent small research from Arjan Snaterse has pointed out, these notebooks can be [...]<p>Post from: <a href="http://www.martijnbeijk.com">Local Search - martijnbeijk.com</a>
<br/><br/><a href="http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/">Google Notebooks and Security &#8211; a wake up call</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.martijnbeijk.com/wp-content/uploads/2010/05/postit1.jpg" width="240" />
		</p><p><strong>This is a public safety warning.</strong></p>
<p>Google indexes public notebooks. Their robots.txt shows Google doesn&#8217;t disallow this. They only prevent the search results from being indexed, as you can see on the following image, or by looking directly at <a rel="nofollow" href="http://www.google.com/robots.txt">robots.txt</a></p>
<p><a href="http://www.martijnbeijk.com/wp-content/uploads/2008/11/robotsnotebook.png"><img class="alignnone size-full wp-image-344" style="border: 0pt none; margin: 10px;" title="Robots.txt on notebook" src="http://www.martijnbeijk.com/wp-content/uploads/2008/11/robotsnotebook.png" alt="" width="252" height="57" /></a></p>
<p>As some recent small research from <a href="http://arjansnaterse.nl/">Arjan Snaterse</a> has pointed out, these notebooks can be used to <a title="Google Notebook as linkbuilding tool" href="http://arjansnaterse.nl/google-notebook-link-building">influence ranking</a>. As we look into the results in google of <a rel="nofollow" href="http://www.google.com/search?&amp;q=site%3Ahttp%3A%2F%2Fwww.google.com%2Fnotebook%2Fpublic%2F">indexed notebooks</a>, we can already see <a rel="nofollow" href="http://www.google.com/notebook/user/14885778265355219711">big amounts of spam</a> appearing.</p>
<p>Now I&#8217;m wondering what Google&#8217;s goal is to be indexing these notebooks. To me some people&#8217;s personal notes don&#8217;t add up to my user experience, especially when they are cluttering up the results with big fat cans of spam. While you might not see these ranking on first page in Google.com. They do appear in <a rel="nofollow" href="http://search.live.com/results.aspx?q=local+search+optimization">Microsoft&#8217;s Live Search</a>.</p>
<p><a href="http://www.martijnbeijk.com/wp-content/uploads/2008/11/postit.jpg"><img class="alignnone size-full wp-image-349" style="border: 0pt none; margin: 10px;" title="postit" src="http://www.martijnbeijk.com/wp-content/uploads/2008/11/postit.jpg" alt="" width="177" height="237" /></a></p>
<p>Now why is this article called &#8220;<strong>Google Notebooks and security</strong>&#8220;?<br />
Not only do these Notebooks have contain Spam. These notebooks also contain people&#8217;s private account information. Usernames, Passwords, Grocery lists, everything is stored in these notebooks and it is being <a rel="nofollow" href="http://www.google.com/tools/firefox/">made easy</a> by Google themselves by providing plugins to easily add content to your notebook from within Firefox.<br />
Ofcourse we can argue if its the notebook user their own fault, storing their private information inside these notebooks. But Google <strong>needs to make it more clear</strong> to users that whenever they Share their notebook with anyone, their information get&#8217;s public. Same goes for your Google Reader shared items by the way. By using some creative Google queries you will be able to gain access to merchant accounts, people&#8217;s private email. etc.<br />
<a href="http://www.martijnbeijk.com/wp-content/uploads/2008/11/inside_notebook.png"><img class="alignnone size-full wp-image-354" style="border: 0pt none; margin: 10px;" title="inside_notebook" src="http://www.martijnbeijk.com/wp-content/uploads/2008/11/inside_notebook.png" alt="" width="500" height="135" /></a><br />
My opinion? Google, take some action and prevent this from happening, take responsibility in this! Make it more clear to users that their information is Public and prevent fraud from happening.</p>
<p><a href="http://www.forensicsblog.net/">Thijs Bosschert</a>, an expert on security and IT forensics, argues:<br />
&#8220;People don&#8217;t seem to know that &#8216;sharing&#8217; your notebook means that you make the data in it public. This means that before you know it someone will find your grocery list with a Google query. Or worse, your account information you had put there to remember it.&#8221;</p>
<p><em>Legal Disclaimer: any action/activity that gets carried out or envolves from the posting listed above, is not my responsibility. The information provided is of informative purpose only.<br />
</em></p>
<p>Post from: <a href="http://www.martijnbeijk.com">Local Search - martijnbeijk.com</a>
<br/><br/><a href="http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/">Google Notebooks and Security &#8211; a wake up call</a></p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/&amp;title=Google+Notebooks+and+Security+-+a+wake+up+call" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/&amp;t=Google+Notebooks+and+Security+-+a+wake+up+call" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/&amp;title=Google+Notebooks+and+Security+-+a+wake+up+call&amp;summary=This%20is%20a%20public%20safety%20warning.%0D%0A%0D%0AGoogle%20indexes%20public%20notebooks.%20Their%20robots.txt%20shows%20Google%20doesn%27t%20disallow%20this.%20They%20only%20prevent%20the%20search%20results%20from%20being%20indexed%2C%20as%20you%20can%20see%20on%20the%20following%20image%2C%20or%20by%20looking%20directly%20at%20robots.txt%0D%0A%0D%0A%0D%0A%0D%0AAs%20some%20recent%20small%20research%20from%20Arj&amp;source=Local Search Optimization -  Martijn Beijk" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/&amp;title=Google+Notebooks+and+Security+-+a+wake+up+call" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/&amp;title=Google+Notebooks+and+Security+-+a+wake+up+call" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+Notebooks+and+Security+-+a+wake+up+call+-+http://b2l.me/yc792&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.martijnbeijk.com/google-notebooks-and-security-a-wake-up-call/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
