<?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>Connect - Digital Marketing Expertise from iCrossing &#187; Analytics &amp; Insight</title>
	<atom:link href="http://connect.icrossing.co.uk/category/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://connect.icrossing.co.uk</link>
	<description>Connect</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:16:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>URL Tools Add-In for Excel</title>
		<link>http://connect.icrossing.co.uk/url-tools-addin-excel_5458</link>
		<comments>http://connect.icrossing.co.uk/url-tools-addin-excel_5458#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:36:21 +0000</pubDate>
		<dc:creator>James Taylor</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[add-In]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5458</guid>
		<description><![CDATA[Here in the Natural Search department we use Excel. A lot. And frequently we are taking data from the web (such as from the rather good Open Site Explorer) and manhandling it in order to make more sense of it. As part of this process, it’s often helpful to be able to quickly pull out [...]]]></description>
			<content:encoded><![CDATA[<p>Here in the Natural Search department we use Excel. A lot. And frequently we are taking data from the web (such as from the rather good <a href="http://www.opensiteexplorer.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.opensiteexplorer.org');">Open Site Explorer</a>) and manhandling it in order to make more sense of it. As part of this process, it’s often helpful to be able to quickly pull out the domain portion of a URL. For example, let’s say you have a list of URLs like this:</p>
<ul>
<li>http://www.example.com/</li>
<li>http://www.icrossing.co.uk/file1.html</li>
<li>http://www.icrossing.co.uk/file2.html</li>
<li>http://example.com/another_file.html</li>
<li>http://www.acompletelydifferentdomain.com/</li>
</ul>
<p>You might find yourself in a position where want to take this list and reduce it to just the domain portions like this:</p>
<ul>
<li>example.com</li>
<li>icrossing.co.uk</li>
<li>icrossing.co.uk</li>
<li>example.com</li>
<li>acompletelydifferentdomain.com</li>
</ul>
<p>It’s possible to use an Excel formula to do this. Here’s one I found by searching:</p>
<p>=IF(LEFT(LEFT(SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;"),FIND(&#8220;/&#8221;,SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;")&amp;&#8221;/&#8221;)-1),4)=&#8221;www.&#8221;,MID(LEFT(SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;"),FIND(&#8220;/&#8221;,SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;")&amp;&#8221;/&#8221;)-1),5,256),LEFT(SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;"),FIND(&#8220;/&#8221;,SUBSTITUTE(A1,&#8221;http://&#8221;,&#8221;")&amp;&#8221;/&#8221;)-1))</p>
<p>This is fine, but as you can see the formula is rather long and combining this with any further functions would be a real headache. To try to solve this, I wrote an add-In for Excel that adds a handy function to perform this step (along with a few others).</p>
<p><span id="more-5458"></span></p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/excel/url_tools.xlam"  target="_blank">Download the URL Tools Excel Add-in Here</a></p>
<p>To use the Add-in, you’ll need to save it somewhere on your computer (we use ‘C:\Program Files\URL Tools\’ by convention, which helps when sharing workbooks) and install the add-in via the Excel Options menu as follows:</p>
<p>1. Click on the Office Button in Excel</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/1-Office-Button.png" ><img class="alignnone size-full wp-image-5457" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/1-Office-Button.png" alt="1-Office-Button URL Tools Add-In for Excel" width="146" height="127" title="Url Tools Add In For Excel" /></a></p>
<p>2. Select ‘Excel Options’ from the bottom of the menu</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/2-Excel-Options.png" ><img class="alignnone size-full wp-image-5456" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/2-Excel-Options.png" alt="2-Excel-Options URL Tools Add-In for Excel" width="232" height="52" title="Url Tools Add In For Excel" /></a></p>
<p>3. Select ‘Add-Ins’ from the left hand menu in the resulting dialog box</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/3-Excel-Options-Dialog.png" ><img class="alignnone size-full wp-image-5453" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/3-Excel-Options-Dialog.png" alt="3-Excel-Options-Dialog URL Tools Add-In for Excel" width="298" height="334" title="Url Tools Add In For Excel" /></a></p>
<p>4. Click ‘Go’ where it says ‘Manage Excel Add-ins’</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/4-Manage-Excel-Add-Ins.png" ><img class="alignnone size-full wp-image-5454" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/4-Manage-Excel-Add-Ins.png" alt="4-Manage-Excel-Add-Ins URL Tools Add-In for Excel" width="324" height="84" title="Url Tools Add In For Excel" /></a></p>
<p>5. Click ‘Browse’ and browse to wherever you saved the Add-in file</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/5-Add-Ins-Dialog.png" ><img class="alignnone size-full wp-image-5455" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/08/5-Add-Ins-Dialog.png" alt="5-Add-Ins-Dialog URL Tools Add-In for Excel" width="303" height="374" title="Url Tools Add In For Excel" /></a></p>
<p>6 Click ‘OK‘ in the appropriate places to return to Excel</p>
<p>Hopefully, you will now have the Add-in installed. To test this, do the following: Put a URL in cell A1. Any URL, but try something long like <a href="http://en.wikipedia.org/wiki/Noel_edmonds" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">http://en.wikipedia.org/wiki/Noel_edmonds</a>. Then, in cell A2 type ‘=wwwsubdomain(A1)’. All being well, this formula should return ‘en.wikipedia.org’. If so, celebrate, otherwise go back and check the installation steps again.</p>
<p>There are a number of other functions included in the Add-in that I will summarise below. There are a couple of options for handling the domain extraction outlined above, but they are subtly different. If in doubt, you probably just want to use ‘=wwwsubdomain’.</p>
<ul>
<li>subdomain() – returns the domain part of a URL including any subdomains e.g ‘http://www.example.com/index.htm’ becomes ‘www.example.com’</li>
<li>nowww() – removes ‘www.’ from the start of a URL (note that www must be at the very beginning of the URL)</li>
<li>wwwsubdomain() – basically, a combination of the above, equivalent to ‘nowww(subdomain(A1))’. This is what you want to use most of the time!</li>
<li>urlencode() – Encodes a URL string (try it on a string like ‘Hello World!’)</li>
<li>urldecode() – Un-encodes a URL string (try it on a string like ‘Hello%20World%21’)</li>
<li>tld() – Returns the TLD of a URL (not 100% perfect but pretty good)</li>
<li>geturl() – Extracts the URL from a Hyperlink</li>
</ul>
<p>I hope you find this useful. It’s very much a work in progress so please let me have your feedback or questions in the comments section below.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/url-tools-addin-excel_5458" >URL Tools Add-In for Excel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/url-tools-addin-excel_5458/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 ways Google Analytics can help when redesigning your website</title>
		<link>http://connect.icrossing.co.uk/7-ways-google-analytics-redesigning-website_5391</link>
		<comments>http://connect.icrossing.co.uk/7-ways-google-analytics-redesigning-website_5391#comments</comments>
		<pubDate>Fri, 30 Jul 2010 11:46:51 +0000</pubDate>
		<dc:creator>Adam Boulton</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5391</guid>
		<description><![CDATA[<a href="http://connect.icrossing.co.uk/7-ways-google-analytics-redesigning-website_5391"><img class="alignnone size-full wp-image-5416" title="7 ways Google Analytics copy" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/7-ways-Google-Analytics-copy.png" alt="" width="600" height="250" /></a>]]></description>
			<content:encoded><![CDATA[<p>Your analytics data is nearly as important as the financial accounts of your business when it comes to making a decision about your website. Your analytics data helps you understand how effective your site&#8217;s marketing, design and content is. And just as you wouldn&#8217;t hire more staff without being sure you have the budget for it, you shouldn&#8217;t redesign your website without understanding what your customers do when they are on it.</p>
<p>Below are seven ways Google Analytics can be used to help make the right decisions during a redesign.</p>
<h2><strong>1. What browsers and windows sizes should we support?</strong></h2>
<p>When designing your site you want to ensure that the majority of your customers can view your website and convert without browser versions or sizes preventing this.</p>
<p>I&#8217;d personally think that you should design your website in a size that at least 95% of your visitors can see without having to scroll horizontally. An easy way to check what browser sizes your current visitors are using is to go the Screen resolutions report under Visitors &gt; Browser capabilities &gt; Screen resolutions.</p>
<p><img src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/073010_0919_7waysGoogle1.png" alt="073010_0919_7waysGoogle1 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /></p>
<p>By comparing to site average you can also see if any particular screen resolution(s) has a significantly higher bounce rate</p>
<p><img src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/073010_0919_7waysGoogle2.png" alt="073010_0919_7waysGoogle2 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /><span style="font-family: Arial; font-size: 12pt;"><br />
</span></p>
<p>In the graph above you can see that the wider screen resolutions are actually performing much worse &#8211; this could be addressed by using a liquid layout or JavaScript to position content.</p>
<p>A quick way to check if your site has browser compatibility is to look at the browser report and compare each type to the site average, for the website below it is clear that there is poor support for safari.</p>
<p><span id="more-5391"></span></p>
<p><img src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/073010_0919_7waysGoogle3.png" alt="073010_0919_7waysGoogle3 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /><span style="font-family: Arial; font-size: 12pt;"><br />
</span></p>
<p>The mobile browser report can help to decide whether a mobile version of your site is needed by looking at the bounce and conversion rate of mobile visits.</p>
<h2><strong>2. What territory specific pages or languages do we need to support?<br />
</strong></h2>
<p>The languages report under visitors is a useful way of seeing the proportion of foreign visitors to your site; this is particularly useful if you have an international website as it may indicate territory specific versions required that may help increase conversions.</p>
<p>Additionally, even if your website is UK focused, you may find that foreign speakers use your site.  This is especially relevant if your business is travel related as foreign people living in the UK or visiting short term may be interested in your services.  See this report under Visitors &gt; Languages.</p>
<h2><strong>3. Can our customers find what they are looking for?<br />
</strong></h2>
<p>The internal search reports are really insightful as they show what your users are looking for once they are on your site, giving you an indication about missing or difficult to find content. A word cloud is a quick way to see what search terms regularly appear.</p>
<p>To create a word cloud, download the data, put the search term in column A, the number of times it was searched in column B and paste the formulae =REPT((A1&amp;&#8221; &#8220;),B1) down column C. Grab all the words from Column C and paste into Wordle.</p>
<p><img src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/073010_0919_7waysGoogle4.png" alt="073010_0919_7waysGoogle4 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /></p>
<p>Word cloud from the internal search of <a href="http://www.worldvision.org.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.worldvision.org.uk');">World Vision</a>, one of our charity clients (posted with permission)</p>
<h2><strong>4. Which landing/promotion pages need improving?<br />
</strong></h2>
<p>In a redesign it is important to understand which pages need changing as well knowing which pages are working well and should be left as they are. Google Analytics offers several reports &amp; metrics for interpreting the performance of individual &amp; groups of pages:</p>
<p><strong>Goal funnel visualization</strong> – one of the most easy to understand, it graphically shows where visitors are leaking out of your sales funnels. Goal funnels need to be set up manually and when done so can be found under Goals &gt; Goal funnel visualization</p>
<p><strong>Site overlay</strong> – Using this report (Content &gt; Site overlay) you can see at a page level what visitors are actually click on helping to show the effectiveness of call to actions and promotions. Not only can you look at the number of clicks on these items but also the ecommerce value i.e. users clicking this button have gone on to generate xx revenue<strong><br />
</strong></p>
<p><strong>£ index</strong> – this under used metric, shown in the top content report, shows how important visits to a particular page are when visitors convert. You may find that pages like the about us, shipping &amp; returns pages have high £ index values as visitors often view them before making a purchase and help a user decide if they should buy your products. Sounds obvious but it might suggest that including a shipping and returns policy info box on product pages helps improve conversions (particularly likely on high value goods).<strong><br />
</strong></p>
<p><strong>Bounce rate/exit rates</strong> – bounce rate shows the number of visitors that viewed one page and then left, while exit rate shows visitors that leave the site after viewing a particular page (they may have viewed multiple pages before). These metrics can help you understand which landing pages are under performing or common places that visitors are leaving your site.  <strong><br />
</strong></p>
<p><img src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/073010_0919_7waysGoogle5.png" alt="073010_0919_7waysGoogle5 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /><strong><br />
</strong></p>
<p>(Page URLs removed from image)</p>
<p>However, these reports, like most analytics, must be understood in context to know if there really is an issue or not. When evaluating a page it is important to consider the objective of the page, how does its performance compare to other pages and are any problems a result of a design, content, product or brand issue (always difficult to know!).</p>
<p>The analysis of the above reports provide a great starting point for user testing as they can help identify issues on your site that are preventing conversions.</p>
<h2><strong>After launch</strong></h2>
<p>When a new site is built it is obviously important to bench mark performance before and after using KPIs that are relevant to your business such as visits, conversions, average transaction value, revenue etc.</p>
<p>However, it can take a few weeks for these metrics to settle down making it difficult to tell early on if there are any problems with your new website. By setting up custom alerts you can get near real time warnings of any errors or changes that may have occurred. The sensitivity of these alerts depends on your website, suggested values are used below</p>
<h2><strong>5. Is tracking set up correctly?</strong></h2>
<p>A common error that occurs in Google Analytics is a large amount of self-referrals showing up in the traffic source report i.e. the top referring site is your own! This can happen for a number of reasons such as certain pages not having tracking codes, use of frames, page redirects or sub domain and/or multi domain tracking not set up correctly. These self-referrals overwrite the original referral information preventing you from knowing where these visitors came from.</p>
<p>To be able to fix these tracking errors quickly before they skew your reports, it&#8217;s useful to use a custom alert (Intelligence &gt; Custom report) to email you if there are any large daily increases in self-referrals.</p>
<p><img src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/073010_0919_7waysGoogle6.png" alt="073010_0919_7waysGoogle6 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /></p>
<p>Even with this alert I recommend that you add an analytics check into your QA/testing process to ensure no errors or loss of data when an updates are made.</p>
<h2><strong>6. Has the redesign affected our search rankings?</strong></h2>
<p>With any luck your new site and content will have significant improvement in search engine rankings and subsequent increases in traffic.</p>
<p>But it wouldn&#8217;t be a lie to say I&#8217;ve seen a big brand push a site live without removing the staging server robots.txt file, which was being used to blocking search engine access, this in turn caused the new site to completely drop out of Google!  Even if large changes in rankings like that don&#8217;t happen, its useful to monitor organic traffic after launch to be aware of decreases or increases in visits (as well as changes in rankings using this <a href="http://yoast.com/track-seo-rankings-google-analytics/" onclick="javascript:pageTracker._trackPageview('/outbound/article/yoast.com');">GA filter</a>).</p>
<p><img src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/073010_0919_7waysGoogle7.png" alt="073010_0919_7waysGoogle7 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /></p>
<p>If you do see drastic falls in organic traffic I&#8217;d recommend not reacting unless you&#8217;re absolutely sure you know the cause, rankings tend to jostle around a little after a redesign and you could end up changing something for the worse.</p>
<h2><strong>7. Tracking 404 pages</strong></h2>
<p>When launching a new site it is important to ensure you redirect old pages to new pages, however, errors can easily occur with redirect rules causing users to land on 404 pages.</p>
<p>Tracking visits to 404 pages in Google Analytics is easy, simply add the tracking code to the 404 page template and ensure the page title has 404 in it. Then to see which pages are missing navigate to Content &gt; Content by title &gt; find and click the 404 page, this will show you a list of page URLs that have been requested but not found. Unfortunately a custom alert does not work here as you cannot have the page title as an alert, therefore it is important to check this report regularly after launch. You can also use Google webmaster tools to check 404 pages but I prefer the additional traffic insights Google Analytics can give.</p>
<p>Please share in the comments any other reports, filters and advanced segments that can help during a redesign.</p>
<p><img src="http://postrank.com/graphics/blog_claim.png?s=gwshu10" alt=" 7 ways Google Analytics can help when redesigning your website"  title="7 Ways Google Analytics Can Help When Redesigning Your Website" /></p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/7-ways-google-analytics-redesigning-website_5391" >7 ways Google Analytics can help when redesigning your website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/7-ways-google-analytics-redesigning-website_5391/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Its summer, time to go to the movies&#8230;</title>
		<link>http://connect.icrossing.co.uk/summer-time-movies_5309</link>
		<comments>http://connect.icrossing.co.uk/summer-time-movies_5309#comments</comments>
		<pubDate>Thu, 22 Jul 2010 10:43:59 +0000</pubDate>
		<dc:creator>Gregory Lyons</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[cinema]]></category>
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5309</guid>
		<description><![CDATA[Summer is in full swing and down here in Brighton that means weekends on the beach, having a drink in the sun and going to the cinema to watch the big summer movies.  Being a data geek ninja I couldn’t help but take a look at where cinema search was most popular and who [...]]]></description>
			<content:encoded><![CDATA[<p>Summer is in full swing and down here in Brighton that means weekends on the beach, having a drink in the sun and going to the cinema to watch the big summer movies.  Being a data <span style="text-decoration: line-through;">geek</span> ninja I couldn’t help but take a look at where cinema search was most popular and who out of the main players ruled that space.  A big thanks to <a href="http://www.icrossing.co.uk/what-we-do/creative/" >Amo Bassan Head of Design</a> at iCrossing UK for creating these infographics.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/Competitor_landscape_by_city-medium.png" ><img class="size-full wp-image-5331  aligncenter" title="Competitor_landscape_by_city-small" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/Competitor_landscape_by_city-small.png" alt="Competitor_landscape_by_city-small Its summer, time to go to the movies..." width="550" height="388" /></a></p>
<p style="text-align: center;"><em>(click for a larger image)</em></p>
<p>Above we looked at how the top six cinema chains rank for search in each location. <span id="more-5309"></span> As you can see from the graphic above, there is no one outright winner with different brands performing well in each city.  In London, Odeon took just over 60% the natural search cinema market, while in Edinburgh My Vue took 70%.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/volume_of_search_by_city-medium1.png" ><img class="size-full wp-image-5329  aligncenter" title="volume_of_search_by_city-small" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/volume_of_search_by_city-small1.png" alt="volume_of_search_by_city-small1 Its summer, time to go to the movies..." width="550" height="388" /></a></p>
<p style="text-align: center;"><em>(click for a larger image)</em></p>
<p>Next  we can see how many people are searching each month for cinemas at each of the 10 cities we looked at.  Perhaps unsurprisingly the more people living in that city the more people are searching for cinemas at that location.  For smaller cities such as Nottingham people are quite straightforward in the ways they search, searching using phrases such as ‘cinemas in nottingham’, ‘nottingham cinema times’ or ‘cinema listings Nottingham’.  While in larger cities such as London they are more specific in their search ‘cinemas central london‘, ‘north london cinemas’ or ‘kings road cinema london’</p>
<p>Certain sectors are highly location specific (e.g. the hospitality sector) and as such their online strategies will need to be different to areas were location is not as crucial (e.g. Insurance).  Search is becoming increasingly <a href="http://connect.icrossing.co.uk/evolution-search_4894" >personalised</a> and in sectors like cinema and movie <a href="http://www.youtube.com/watch?v=NKYX5Hf4T00" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.youtube.com');">search mobile</a> is growing in importance.  As a brand it is important to know how people find your product, who your competitors are and their strengths and weaknesses.  Online all this information is easily quantifiable, much of it from <a href="https://adwords.google.com/select/KeywordToolExternal" onclick="javascript:pageTracker._trackPageview('/outbound/article/adwords.google.com');">free data sources</a> therefore there really is no excuse not to be well informed when planning your online marketing campaigns.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/summer-time-movies_5309" >Its summer, time to go to the movies&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/summer-time-movies_5309/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What happens when you stop bidding on Brand?</title>
		<link>http://connect.icrossing.co.uk/stop-bidding-brand_5212</link>
		<comments>http://connect.icrossing.co.uk/stop-bidding-brand_5212#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:46:52 +0000</pubDate>
		<dc:creator>Gregory Lyons</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Paid Search]]></category>
		<category><![CDATA[CTR]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5212</guid>
		<description><![CDATA[Recently we performed some analysis for a high street retailer around what happened when you stopped bidding on your brand terms.  Would the lost Paid Search visits be ‘soaked up’ in Natural Search (commonly referred to as the cannibalisation effect) or would they just be lost?  We found the results quite interesting so [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we performed some analysis for a high street retailer around what happened when you stopped bidding on your brand terms.  Would the lost Paid Search visits be ‘soaked up’ in Natural Search (commonly referred to as the cannibalisation effect) or would they just be lost?  We found the results quite interesting so we thought we’d share them.</p>
<p><span style="text-decoration: underline;"><strong>Methodology</strong></span></p>
<p>In order to perform this analysis a two week benchmark period and a test period were set up.  The periods were selected to be as similar as possible, both Monday &#8211; Sunday periods, however some seasonal variation was inevitable, therefore we analysed the traffic for non brand terms for the two periods to see if there was any change.  The results showed a 5.1% uplift in the second period over the first, therefore a 5.1% uplift was added to the first period to normalise the results.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/Visits.png" ></a><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/Visits-2.png" ><img class="size-full wp-image-5220  aligncenter" title="Visits 2" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/Visits-2.png" alt="Visits-2 What happens when you stop bidding on Brand?" width="140" height="64" /></a></p>
<p><span id="more-5212"></span><br />
<span style="text-decoration: underline;"><strong>Results</strong></span></p>
<p>The results showed that the majority of visits and revenue from the paid campaign moved across to natural search.  When we look at the top 20 brand terms (by visits) we saw that 98.5% of the traffic received previously now went to natural search (100% would represent no loss what so ever).</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/revenue-2.png"><br />
</a><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/revenue.png" ><img class="size-full wp-image-5218  aligncenter" title="revenue" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/revenue.png" alt="revenue What happens when you stop bidding on Brand?" width="317" height="93" /></a></p>
<p><span style="text-decoration: underline;"><strong>Conclusions</strong></span></p>
<p>There are many factors that need to be considered when deciding whether to bid on your own brand terms, such as the relative strength of your brand (e.g. what is the propensity of consumers to click on your brand), is your brand also a generic term (e.g. cheapflights) and how well are mis-spells covered in natural search.  Google has become better at correcting spelling mistakes in search queries but many do still fall through the net.</p>
<p>In the test we ran we found that the poorest performing brand terms, the ones where the lowest percentage of clicks were taken up by natural search were terms that had been misspelled and brand URLs. In these cases we found competitors were aggressively bidding on popular misspellings, therefore it made sense to maintain the brand campaign where competitor activity is high.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/CTR.png" ><img class="size-full wp-image-5215  aligncenter" title="CTR" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/07/CTR.png" alt="CTR What happens when you stop bidding on Brand?" width="227" height="95" /></a></p>
<p>Additionally when the brand campaign was turned off click through rates fell substantially, this could potentially have an affect on the quality score of the account increasing the cost of the generic PS campaigns.  Therefore the overall cost of turning off the brand campaign is not just the potential lost visits/conversions but also the potential increase in cost of the generic PS campaigns.</p>
<p>In the past other pieces of research have suggested an overall increase when combining both paid and natural search however in this particular instance we found that natural search took the majority of the clicks lost in paid.  This test was only for one client and for one vertical and results will vary between sectors.  It was interesting to see the role competition plays on the brand terms and click throughs.  In this instance for a strong brand where there was no competition, turning off the brand campaign and letting natural search pick up the slack made sense, but if there is fierce competition around your brand you would be wise to keep bidding on those terms.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/stop-bidding-brand_5212" >What happens when you stop bidding on Brand?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/stop-bidding-brand_5212/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Media bigger than Search in the UK &#8211; Should Google be Worried?</title>
		<link>http://connect.icrossing.co.uk/social-media-bigger-search-uk-google-worried_5076</link>
		<comments>http://connect.icrossing.co.uk/social-media-bigger-search-uk-google-worried_5076#comments</comments>
		<pubDate>Fri, 11 Jun 2010 14:08:39 +0000</pubDate>
		<dc:creator>Gregory Lyons</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=5076</guid>
		<description><![CDATA[Back in January I wrote a post suggesting that social media would soon overtake search.  In March Facebook overtook Google as the most visited site in the US and now after months of waiting Social Media has finally overtaken Search in the UK.

Social media is growing quickly in popularity and shows no sign of [...]]]></description>
			<content:encoded><![CDATA[<p>Back in January I wrote a post suggesting that <a href="http://connect.icrossing.co.uk/2010-year-social-bigger-search_3985" >social media would soon overtake search</a>.  In March <a href="http://connect.icrossing.co.uk/facebook-bigger-google_4605" >Facebook overtook Google</a> as the most visited site in the US and now after months of waiting <a href="http://weblogs.hitwise.com/robin-goad/2010/06/social_networks_overtake_search_engines.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/weblogs.hitwise.com');">Social Media has finally overtaken Search</a> in the UK.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/06/social-bigger-than-search.png" ><img class="size-full wp-image-5077  aligncenter" title="social-bigger-than-search" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/06/social-bigger-than-search.png" alt="social-bigger-than-search Social Media bigger than Search in the UK - Should Google be Worried?" width="363" height="293" /></a></p>
<p>Social media is growing quickly in popularity and shows no sign of slowing down.  Facebook the biggest social property in the UK currently has 400 million users worldwide and is growing quickly.<br />
<span id="more-5076"></span><br />
<a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/06/facebook-growth.png" ><img class="aligncenter size-full wp-image-5078" title="facebook-growth" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/06/facebook-growth.png" alt="facebook-growth Social Media bigger than Search in the UK - Should Google be Worried?" width="577" height="309" /></a></p>
<p>So Social Media is big, but how do we make money from it?  Search engines found a way to monetise the traffic they receive by providing targeted ads based on users queries.  When users search they reveal their intent and this allows search engines to match adverts to those queries which allows them to charge for that space.  The trouble with social media is that people don’t type in queries and therefore reveal intent, they just browse and interact and comment and chat.  Social has yet to find an effective way of monetising all the traffic they’re getting, but could all this be about to change?</p>
<p>Facebook recently released its Open Graph platform which allows content publishers to easily integrate Facebooks social elements such as the Like button onto their site.  There has been a lot of discussion regarding this new feature over the last few weeks.  People have suggested that this could change the web, potentially <a href="http://edition.cnn.com/2010/TECH/04/29/cashmore.google.facebook/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/edition.cnn.com');">challenging links as the primary way to index and rank websites</a> the discussion of which is outside the scope of this post, but what I will talk about is all the data they are collecting.</p>
<p>Search managed to monetise itself by delivering highly targeted ads that people clicked on, now the data that Facebook is collecting can help them do something similar.  As people move around the internet and click on all those ‘like’ buttons, facebook is building up a database of user interests, the sites they visit, where they spend their time, how often they come back and what they like.  Using this information Facebook could know for example that I visit a lot of technology sites, that I have read a lot of articles on the new iphone 4, that I have posted links on my friends Facebook wall about the new iphone, visited carrier websites to check out pricing and even mobile phone recycling website to see how much I can trade in my old phone for.  Using this information they can serve up ads offering me the new iphone at a discounted price, offer to buy my old phone or even tell me which of my friends are also thinking of buying the iphone 4 (adding an extra dimension to my purchase decision).</p>
<p>“(your friend) John just bought a new iphone 4 and traded in his old phone for cash, click here to read John’s review of the phone and get 10% a new iphone today”</p>
<p>Social has the potential to engage at a more emotional level than search has ever been able to.  It can leverage personal relationships, psychology and add interaction to encourage clicks, something search cannot do.  One of the strengths of traditional media, and something that search is not great at is branding campaigns.  In search Chanel can bid on the term ‘perfume’ using sponsored ads but that ad won’t have the same emotional and brand building impact as a full page glossy ad of an attractive young couple in a sensual embrace with the perfume in the foreground.</p>
<p>With Social Media you can create immersive and engaging brand experiences.  Imagine if a company such as Coke was to create an online experience as social and engaging as Farmville, the hugely successful Facebook game that has <a href="http://mashable.com/2009/12/02/farmville-bigger-than-twitter/" onclick="javascript:pageTracker._trackPageview('/outbound/article/mashable.com');">more players then there are twitter accounts</a>.  In such an engaging environment users would spend hours and hours, playing the game, interacting with their friends all within a world Coke created.  <a href="http://www.cmu.edu/homepage/multimedia/schell-dice.shtml" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cmu.edu');">Players could collect in game credits</a> slowly by performing tasks, or quickly by buying bottles of coke in the real world.  Collect enough points and you can win prizes.  Products could be advertised and purchased right within the game.  All the while users are living in coke’s world, subject to their brand message, they are building brand awareness, positive sentiment and brand loyalty, this is something than search engines cannot offer.  Search is not emotional or engaging, social is and that’s what builds brands.</p>
<p>Social has the potential to be a much bigger market than search.  It has emotion, engagement, detailed user data and friend networks.  You can leverage social status among friends, encourage competition and impulse purchases.  This is the space brands need to be in, it is no longer a question of if, but how.</p>
<p>So is Search dead? No. Search currently outperforms Social with respects to driving sales and revenue but the tide is changing and I think the next 12 months will be an interesting time in this space.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/social-media-bigger-search-uk-google-worried_5076" >Social Media bigger than Search in the UK &#8211; Should Google be Worried?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/social-media-bigger-search-uk-google-worried_5076/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The number of keywords used in a search still matters</title>
		<link>http://connect.icrossing.co.uk/number-keywords-search-matters_4979</link>
		<comments>http://connect.icrossing.co.uk/number-keywords-search-matters_4979#comments</comments>
		<pubDate>Thu, 13 May 2010 13:29:46 +0000</pubDate>
		<dc:creator>Nuria Sadurni</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4979</guid>
		<description><![CDATA[We all know how fascinated keywords are. There is an entire world of analysis around keywords, from a linguistic analysis or from an optimisation point of view.
An interesting analysis is to see a breakout percentage by number of terms used across different countries:

Source: iCrossing -  Trellian data / Forrester

Nordic countries for example have a large [...]]]></description>
			<content:encoded><![CDATA[<p>We all know how fascinated keywords are. There is an entire world of analysis around keywords, from a linguistic analysis or from an optimisation point of view.</p>
<p>An interesting analysis is to see a breakout percentage by number of terms used across different countries:</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/graph-1.gif" ><img class="aligncenter size-full wp-image-4980" title="graph-1" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/graph-1.gif" alt="graph-1 The number of keywords used in a search still matters" width="100%" /></a></p>
<p><em>Source: iCrossing -  Trellian data / Forrester<br />
</em></p>
<p>Nordic countries for example have a large percentage of one word search over 50%, compared to American geographies where the percentage is for less than 40% using one word. One can think that less number of keywords means or has something to do with the language itself used in the country. Conversely,  one can immediately see that this hypothesis is wrong. If you compare UK and US or CA split by number of words, this differs completely in percentages despite of these countries tending to use the same language structure and share a lot of vocabulary terms. Another good way to check this is checking Germany as an example as one can expect -one word %- to be in large proportion as Germans use very long word construction that can include adjectives and nouns.<br />
<span id="more-4979"></span><br />
A second interesting analysis is to check if there is any potential correlation between internet penetration and number of words that people use. The hypothesis behind is that one can expects that more mature markets with internet usage have evolved in search and therefore  tend to use more long-tail terms. Again, having a look to the graph above, there is no substantial theory behind this as Nordic countries with heavy internet penetration have low rates for 3-4 word searches.</p>
<p>Trying to have a more detailed analysis of how the number of terms used impact organic and paid search results, one arrived to different interesting conclusions.</p>
<p>If we have a first look to organic, the graph below shows the percentage of searches that generated a click on one of the search results. Clearly 3 and  4 words show the largest percentage of searches that generate a click on the search results.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/graph-2.gif" ><img class="aligncenter size-full wp-image-4981" title="graph-2" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/graph-2.gif" alt="graph-2 The number of keywords used in a search still matters" width="485" height="293" /></a></p>
<p>On the contrary, if we have a look to paid search, the graphs below shows the importance of 8 , 9 and 10+ words in generating a click. This shows that paid search is a more targeted technique and therefore provides higher relevancy.</p>
<p style="text-align: center;"><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/graph-3.gif" ><img class="size-full wp-image-4982 aligncenter" title="graph-3" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/graph-3.gif" alt="graph-3 The number of keywords used in a search still matters" width="485" height="293" /></a></p>
<p>In conclusion, seems that the number of words that people use when they search is still important and of course matters particularly across different geographies.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/number-keywords-search-matters_4979" >The number of keywords used in a search still matters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/number-keywords-search-matters_4979/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An unobtrusive model of “gross national happiness”</title>
		<link>http://connect.icrossing.co.uk/unobtrusive-model-gross-national-happiness_4950</link>
		<comments>http://connect.icrossing.co.uk/unobtrusive-model-gross-national-happiness_4950#comments</comments>
		<pubDate>Tue, 11 May 2010 11:40:10 +0000</pubDate>
		<dc:creator>Nuria Sadurni</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Happiness]]></category>
		<category><![CDATA[Sentiment]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4950</guid>
		<description><![CDATA[<a href="http://connect.icrossing.co.uk/unobtrusive-model-gross-national-happiness_4950"><img class="aligncenter size-full wp-image-4996" title="An-Unobtrusive-Model-of-Gross-National-Happiness" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/An-Unobtrusive-Model-of-Gross-National-Happiness.png" alt="" width="600" height="250" /></a>]]></description>
			<content:encoded><![CDATA[<p>There is a lot of research around the happiness topic and which is  the country that holds the highest index of happiness. I have read  different research studies which normally provide different results and  obviously different rankings.</p>
<p><strong>Facebook </strong> has published a <a href="http://apps.facebook.com/gnh_index/" onclick="javascript:pageTracker._trackPageview('/outbound/article/apps.facebook.com');">Gross National Happiness  Index </a>where you can track levels of happiness across different  countries. Users rate their happiness as positive or negative. I found  this at least interesting but of doubtful methodology although 400  million of Facebook users is a fair sample.</p>
<p><a rel="attachment  wp-att-11518" href="http://connect.icrossing.co.uk/?attachment_id=11518" ></a><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/Facebook-Happiness-1.png" ><img class="aligncenter size-full wp-image-4955" title="Facebook Happiness 1" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/Facebook-Happiness-1.png" alt="Facebook-Happiness-1 An unobtrusive model of “gross national happiness”" width="100%" /></a><br />
<span id="more-4950"></span><br />
Gross National Happiness is the difference between the positivity and  negativity scores.The model is taking into consideration the words used  in users’ status updates breaking them out by positive or negative  words, for later assess that the day as a whole is counted as happier  than usual.</p>
<p>Additionally, the model has been calibrated differently to ensure  consistency for different countries which eliminates effects due to  differences in the countries’ population and language use.Computers do  the calculations.</p>
<p>The graph below shows a positive and negative word use in status  updates which covaries with self-reported satisfaction with life. Also  note that the graph shows peaks and valleys on days that are culturally  and emotionally significant.</p>
<p>Some interesting insights, Argentina has a peak for the International  Woman’s day and Puerto Rico is on the contrary a country with large  negative fluctuations. <a href="http://apps.facebook.com/gnh_index/?c=GB_en" onclick="javascript:pageTracker._trackPageview('/outbound/article/apps.facebook.com');">For the UK,</a> anything surprising as Christmas is still the happiest day.</p>
<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/Facebook-Happiness-2.png" ><img class="aligncenter size-full wp-image-4956" title="Facebook Happiness 2" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/05/Facebook-Happiness-2.png" alt="Facebook-Happiness-2 An unobtrusive model of “gross national happiness”" width="100%" /></a></p>
<p>It would have been great to have had Greece in the list of countries.</p>
<p>Now we only need to understand if there’s any correlation between  this graph and shopping patterns. A good source of insights during the  next Football World Cup or another important sports events.</p>
<p>Maybe Facebook will bring in the immediate future models allowing  partners to check automated brand engagement (done by computers) and how  happy consumers are with a particular brand or service based on people&#8217;s status updates.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/unobtrusive-model-gross-national-happiness_4950" >An unobtrusive model of “gross national happiness”</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/unobtrusive-model-gross-national-happiness_4950/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Analytics: one size fits no-one</title>
		<link>http://connect.icrossing.co.uk/social-media-analytics_4819</link>
		<comments>http://connect.icrossing.co.uk/social-media-analytics_4819#comments</comments>
		<pubDate>Tue, 20 Apr 2010 16:35:00 +0000</pubDate>
		<dc:creator>Mark Higginson</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4819</guid>
		<description><![CDATA[I was quoted in an article in last week&#8217;s issue of NMA entitled Social Media Analytics. Sadly a subscription is required to read the whole thing; I wonder how much traffic they actually get to older features? Be very interesting to know whether it is really worth locking all that content away. I digress, here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I was quoted in an article in last week&#8217;s issue of NMA entitled <a href="http://www.nma.co.uk/home/features/social-media-analytics/3012301.article" >Social Media Analytics</a>. Sadly a subscription is required to read the whole thing; I wonder how much traffic they actually get to older features? Be very interesting to know whether it is really worth locking all that content away. I digress, here&#8217;s what the article covered:</p>
<p><em>&#8220;As people spend increasing amounts of time conversing on social networks, monitoring what they’re saying about your brand is crucial. So what tools are there to help you listen in?&#8221;</em></p>
<p>Here&#8217;s what I said:</p>
<p><em>&#8216;Another popular paid-for product is Brandwatch, favoured by Mark Higginson, Head of Social Media at search agency iCrossing, for being one of the most cost-effective solutions available. He says iCrossing tweaks the network of sites crawled and reported on to match its sector knowledge, combining this with analysis. &#8221;We call our quantitative and qualitative research a ’stories and numbers’ approach. It’s through this narrative we ascertain what content to create for which audience and who it’s best to approach in those networks in order to gain the greatest share of available attention.&#8221;&#8216;</em></p>
<p>It&#8217;s interesting to read what other people had to say, particularly those that favoured Radian6. They&#8217;ve revamped their dashboard since I last tried it out; all well and good but I remember being pretty unimpressed with the quality of the actual data collected, although given how quick they are at responding to blog posts about them there must be something to be said for it. Andrew Girdwood of Bigmouthmedia is quoted as saying:</p>
<p><em>&#8216;&#8230; that the data supplied by Radian6 is &#8220;pretty rudimentary&#8221; and comparable to that from some of the free tools, but its front end is &#8220;sexy&#8221;. “If you’re preparing social media reports to show someone else, there’s a lot to be said for a package that will wrap it up and can be presented to the board. Sometimes you’re paying for that.&#8217;</em></p>
<p>I would recommend in the strongest possible terms that you spend your budget on human analysis and insight over an expensive tool with weak data but pretty charts. At iCrossing our reports are generally bespoke, the size of client we deal with means we need to be flexible enough to fit in with existing reporting and a self-serve dashboard just doesn&#8217;t serve that need. Also, as I say above, this analysis does not exist in a vacuum; it needs to be acted on and that requires it to be substantiated.<br />
<span id="more-4819"></span></p>
<p>There is also an emphasis from other commentators on the importance of real-time reporting. This is actually a distraction from the core features you need. There are exceptions but this level of response is really only applicable to activity around your own profiles, which is simple enough to do. Until online social behaviours become more embedded most people I speak to say that they would find a brand responding to them directly around something they&#8217;ve said online that did not specifically occur on a brand-managed property as more akin to stalking than useful customer service. Analytics tools should assist you in gathering useful data in aggregate, from which you can derive intelligent and considered insights. They should not encourage you to make unnecessarily rapid responses.</p>
<p>If you are interested in real-time social results Google <a href="http://googleblog.blogspot.com/2010/04/replay-it-google-search-across-twitter.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/googleblog.blogspot.com');">launched this feature</a> about the same time this New Media Age article was coming out. It&#8217;s available from the regular search results. Just click &#8217;show options&#8217; above the first item on the search results page, then click &#8216;updates&#8217; in the section entitled &#8216;all results&#8217;. This will give you a timeline you can scrub through as well as mentions as-they-happen. It&#8217;s a really nice implementation.</p>
<p>Essentially all analytics tools are search engines with a few useful filters on the data. They have an index of sites to crawl, process the data collected and allow the user to filter the results. It&#8217;s a hard job and there&#8217;s only one business out there doing it outstandingly well and that&#8217;s Google. Despite millions invested, the most intelligent engineers and an ever-expanding cloud of hardware even their results have significant flaws. It is a tough task to condense meaning from the vapour of nuance where language is concerned.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/social-media-analytics_4819" >Social Media Analytics: one size fits no-one</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/social-media-analytics_4819/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Our Google Chrome extension v2 &#8211; Numbered search results</title>
		<link>http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778</link>
		<comments>http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:21:57 +0000</pubDate>
		<dc:creator>Dominic Parker</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome extension]]></category>
		<category><![CDATA[SERPS]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4778</guid>
		<description><![CDATA[A few weeks ago I created an extension that would number the search results in Google and Google UK.
I&#8217;ve now updated it so it works on all Google regional engines, as well as Yahoo and Bing including all their regional engines.
It also now has another feature which I thought would be quite helpful; one-click switching [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://connect.icrossing.co.uk/wp-content/uploads/2010/04/screen1.png" ><img class="alignright size-full wp-image-4779" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/04/screen1.png" alt="screen1 Our Google Chrome extension v2 - Numbered search results" width="371" height="265" title="Our Google Chrome Extension V2   Numbered Search Results" /></a>A few weeks ago I created an extension that would number the search results in Google and Google UK.</p>
<p>I&#8217;ve now updated it so it works on all Google regional engines, as well as Yahoo and Bing including all their regional engines.</p>
<p>It also now has another feature which I thought would be quite helpful; one-click switching of the number of displayed results.</p>
<p>Links are placed at the top of Google and Yahoo, which link through to SERPS of different result sizes for the same search term. This utilises parameters in the search engines URL, and will not change your default setting.</p>
<p>You can install the extension by clicking <a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Dmnnjndoiehcknbcbclpcbaageafndkff%26uc%26lang%3Den-GB&amp;prod=chrome&amp;prodversion=4.1.249.1045" onclick="javascript:pageTracker._trackPageview('/outbound/article/clients2.google.com');">here</a> in Chrome, and extensions homepage can be found <a href="https://chrome.google.com/extensions/detail/mnnjndoiehcknbcbclpcbaageafndkff" onclick="javascript:pageTracker._trackPageview('/outbound/article/chrome.google.com');" target="_blank">here</a>.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778" >Our Google Chrome extension v2 &#8211; Numbered search results</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our new Chrome extension &#8211; numbered SEO results</title>
		<link>http://connect.icrossing.co.uk/chrome-extension-numbered-seo-results_4616</link>
		<comments>http://connect.icrossing.co.uk/chrome-extension-numbered-seo-results_4616#comments</comments>
		<pubDate>Thu, 18 Mar 2010 11:46:31 +0000</pubDate>
		<dc:creator>Dominic Parker</dc:creator>
				<category><![CDATA[Analytics & Insight]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SERPS]]></category>

		<guid isPermaLink="false">http://connect.icrossing.co.uk/?p=4616</guid>
		<description><![CDATA[Update: Please goto the latest blog post for the number search results chrome extension
They say the simplest ideas are the best. If that&#8217;s true, then this Chrome extension is the best one ever built.






 
Inspired by Ben&#8217;s recent post on the top Chrome SEO extensions, I created a simple Chrome extension that will number the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> Please goto the latest blog post for the <a href="http://connect.icrossing.co.uk/google-chrome-extension-v2-numbered-search-results_4778" >number search results chrome extension</a></p>
<p>They say the simplest ideas are the best. If that&#8217;s true, then this Chrome extension is the best one ever built.</p>
<dl>
<dt></dt>
</dl>
<dl>
<dt><img class="size-full wp-image-4618 alignright" src="http://connect.icrossing.co.uk/wp-content/uploads/2010/03/screenshot.png" alt="Number Google Results" width="341" height="342" title="Our New Chrome Extension   Numbered Seo Results" /></dt>
</dl>
<dl> </dl>
<p>Inspired by Ben&#8217;s recent post on the <a href="http://connect.icrossing.co.uk/top-8-seo-extensions-google-chrome_4575" >top Chrome SEO extensions</a>, I created a simple Chrome extension that will number the organic search results in Google.</p>
<p>This can be useful for quickly checking a ranking without having to count your way down to the result. For the next version, I&#8217;ll add Yahoo and Bing, plus some other search result enhancing functionality.</p>
<dl>
<dt></dt>
</dl>
<p>You can download the extension <a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Dmnnjndoiehcknbcbclpcbaageafndkff%26uc%26lang%3Den-GB&amp;prod=chrome&amp;prodversion=5.0.342.3" onclick="javascript:pageTracker._trackPageview('/outbound/article/clients2.google.com');">here</a>. For updates, please check back on the extensions <a href="https://chrome.google.com/extensions/detail/mnnjndoiehcknbcbclpcbaageafndkff" onclick="javascript:pageTracker._trackPageview('/outbound/article/chrome.google.com');">homepage.</a></p>
<p>Any feedback is welcome.</p>
<p>Post from: <a href="http://blog" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog');">Connect</a></p>
<p><a href="http://connect.icrossing.co.uk/chrome-extension-numbered-seo-results_4616" >Our new Chrome extension &#8211; numbered SEO results</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connect.icrossing.co.uk/chrome-extension-numbered-seo-results_4616/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
