<?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>Web Design &#38; Development Talk &#187; google analytics</title>
	<atom:link href="http://www.web-design-talk.co.uk/category/google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-design-talk.co.uk</link>
	<description>Web Design &#38; Development Blog</description>
	<lastBuildDate>Thu, 29 Dec 2011 15:34:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ECommerce Content Source Ordering for Product Detail Pages</title>
		<link>http://www.web-design-talk.co.uk/326/ecommerce-content-source-ordering-for-product-detail-pages/</link>
		<comments>http://www.web-design-talk.co.uk/326/ecommerce-content-source-ordering-for-product-detail-pages/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 19:07:37 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CRO]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[xHTML]]></category>

		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=326</guid>
		<description><![CDATA[Content source ordering or SOC (source ordered content) is the idea that content nearer the top of the raw  HTML source code has greater weight and meaning for search engines. For instance, a paragraph of text right at the top of the HTML source has more meaning than the same passage that may appear in [...]]]></description>
			<content:encoded><![CDATA[<p>Content source ordering or SOC (source ordered content) is the idea that content nearer the top of the raw  HTML source code has greater weight and meaning for search engines. For instance, a paragraph of text right at the top of the HTML source has more meaning than the same passage that may appear in the footer. It is very useful for those all too common generic menus (home, about, contact etc.) that has no SEO benefit at all, yet appears at the top of every page of your site. With SOC and absolute positioning of DOM elements, it is possible to position this HTML at the very bottom of the source code, thus gicing greater weight to your page content.</p>
<p>The latter is not a new idea by any means, but is generally considored to be a positive practice to implement on any site.</p>
<p><span id="more-326"></span></p>
<h2>SOC and Ecommerce</h2>
<p>The effect is compounded on ecommerce sites &#8211; sites that usually have a heavy template footprint. For example, a typical ecommerce site may contain a category listing with child categories in the form of a &#8220;mega drop down menu&#8221;, as they seem to to be coined. This is fine, as such menus do contain a lot of good keyword rich material that will be relevant to your site.</p>
<p>However, I have recently been experimenting a little on an ecommerce site I regularly perform SEO on, that does have a fairly beefy drop down menu. I have been focusing on product pages &#8211; I like to think of these as your most important pages and pages you&#8217;d want people to land on, as it tends to help conversions. In my eyes, any white hat technique to give greater weight and meaning to such pages is a good thing.</p>
<p>For the site in question I edited the source to force the top menu to the very bottom of the page and used absolute positioniong to force the top menu to the top of the screen for the user, when the page is rendered. I performed a similar action for the product description. As a result the important content i.e. the product title and description are now very close to the top of the page within the HTML.</p>
<h2>Further Product Page Optimisations for SEO</h2>
<p>Additionally I made a couple of other minor optimisations that I&#8217;ve noticed some bigger sites are using. At the top of the site in question, there is a company logo &#8211; a link, styled with a background using css. For the product page I amended this to a h1 tag with the product title within the header tag. I then used text-indent to hide this. Further down the page, I replaced the old header one tag (was further down the page previously, next to the product description) with a h2 tag and placed the product strapline within a h3 tag. So, the HTML for my company logo, for a product page is as follows:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;h1&gt;
&lt;a href=&quot;/product-url.html&quot;&gt;My Product Name Here&lt;/a&gt;
&lt;/h1&gt;
</pre>
<p>I&#8217;ve been runing the above for a month now and have noticed the following trends in Google Analytics &#8211; I can&#8217;t be 100% sure this is directly down to the above though:</p>
<ul>
<li>Increased traffic to product detail pages from Google</li>
<li>1.2% increase in sales conversions</li>
</ul>
<p>Over the next month I&#8217;ll be experimenting with replacing the logo with the category name, on my category listing pages too. I&#8217;ll update this post with my findings.</p>
<p>Have you had any similar experiences using the above, or similar?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-design-talk.co.uk/326/ecommerce-content-source-ordering-for-product-detail-pages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CRO and SEO &#8211; The Essential Relationship</title>
		<link>http://www.web-design-talk.co.uk/317/cro-for-seo/</link>
		<comments>http://www.web-design-talk.co.uk/317/cro-for-seo/#comments</comments>
		<pubDate>Sun, 22 May 2011 16:39:14 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CRO]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[ui design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=317</guid>
		<description><![CDATA[Lately, I&#8217;ve been reading a lot of SEO related posts at the web design forum and have been contacted by a lot of seo agencies at work (my email may be doing the rounds). The thing that I&#8217;m most amazed by is what a narrow and ultimately incorrect, view of search engine optimisation some people [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve been reading a lot of SEO related posts at the <a rel="nofollow" href="http://www.webdesignerforum.co.uk/forum/34-seo-search-engine-optimisation-search-engines/">web design forum</a> and have been contacted by a lot of seo agencies at work (my email may be doing the rounds). The thing that I&#8217;m most amazed by is what a narrow and ultimately incorrect, view of search engine optimisation some people and companies seem to have.</p>
<p>Let me elaborate.</p>
<p>As much as I love the web design forum, some of the advice given is frankly, awful, I can&#8217;t<em> </em> not post a reply. A lot of the advice given is a range of generic seo quotes that people have picked from the web. E.g. &#8216;use headings&#8217;, &#8216;have a keyword density of 4%&#8217; and &#8216;get backlinks&#8217;. The majority of the advice centers around simply getting people on a website or appearing for a generic, competitive term. Compare the latter to SEO&#8217;s calling me up at work (and I quote) &#8211; &#8220;there are 9,000 people searching for xxxxx every month, imagine having 9,000 more people on your site every month&#8221;.</p>
<p>All this is fine in theory. However, say you do manage to appear for a generic competitive term or get 9,000 new people on your site &#8211; what then. There is a high likelyhood that your boucne rate (or percentage of people who leave your almost immediately) will increase a lot.</p>
<p><span id="more-317"></span></p>
<h2>Enter Conversion Rate Optimization</h2>
<p>So what exactly has happened in this instance? You now have a lot of traffic coming to your site with lots of people boucning off. For websites that require their visitors convert &#8211; basically any site that sells a service or product (read: any business website) this is bad news, not to mention a total waste of time.</p>
<p>As a website owner, if you found your site at the latter stage, you&#8217;d want to investigate something called <strong>conversion rate optimization</strong> (or CRO). This is a term given to the science of converting more of you visitors into actual customers &#8211; which is what any business requires from their website. Essentially, it the measure of success of a website. For clients who say they want a nicely designed site, with lots of graphics, or clients who want to appear number one for lots of keywords &#8211; they really mean they want a site that converts and makes them money.</p>
<p>This one factor is overlooked so much and seems to be a highly vicious circle. SEO and CRO go hand in hand, indeed they <em>need </em>to go hand in hand as they are tighly linked. Quality SEO practice is needed to get more people onto your site, while CRO is needed to convert these visitors into customers.</p>
<p>It amazes me that I still get marketing calls from professional SEOs who say they can get me onto page one for &#8216;web design&#8217;, without any mention at all of CRO &#8211; they simply say they&#8217;ll get lots of quality backlinks to my site. This is wrong for two reasons. Yes, my site will recieve a lot of traffic, but is it fully optimised to convert visitors into customers (currently it isn&#8217;t, currently undergoing a redesign). Additionally, it&#8217;sd a well known fact that short tail terms don&#8217;t convert as well as a long tail terms. I&#8217;m currently much happier being ranked highly for a longer tail version of &#8216;we design&#8217; &#8211; &#8216;web design xxxx&#8217;, where xxxx is my county. Yes, it has less traffic than &#8216;web design&#8217;, but the traffic is more targetted and relevant. Additionally, I have a geo targetted page in the SERPs for this term, which helps too.</p>
<p>In relation to narrow views expressed on the web design forum, well, those people aren&#8217;t helping anyone and seem to measure the success of SEO in terms of &#8216;how many&#8217; people land on their site. As I&#8217;ve explained above, this is only part of SEO. I&#8217;ll take a typical scenario. Someone asks how they can improve the SEO on their site. People instantly jump in with the generic seo quotes (which are a pet hate of mine). I&#8217;ll have a quick look att he OPs site &#8211; awful design, no useful content there at all, sometimes not even contact details are present. This is where people need to work backwards before quoting the seo quotes they love so much. Firstly, perform some CRO on the target website and ensure that if a visitor does land on your site that are more likely to convert.</p>
<p>To illustrate some examples of CRO, I&#8217;ll explain a few simple and small examples I&#8217;ve personally used on some sites I&#8217;ve been working on:</p>
<p>&nbsp;</p>
<ul>
<li>Make call to action button stand out and adjust the button text &#8211; on a corporate site website, increased enquiries by 2.5% in the first month</li>
<li>Adjust the way an existing ecommerce store displays related items &#8211; instead of selecting 10 random products on the basket page, select 10 products that people have ultimately ordered, based on the current shopping basket &#8211; increased sales by 2.5% in the first month</li>
<li>Removed unecessary fields in our website enquiry form &#8211; cutting it down to 3 fields, from 6 &#8211; increase in enquiries</li>
<li>Boldened and increased font size of first paragraph of text on inner, informational pages &#8211; resulted in people spending more time on the site and allowed the page to focus a clearer message to the visitor</li>
<li>For one company, that had worked with several recognizable brands, I added their logos onto the site in prominant place to build instant trust and reputation &#8211; increase in conversions of 3.5% in first month</li>
</ul>
<p>I&#8217;m by no means an internet marketer, SEO guru or leading web designers at all <img src='http://www.web-design-talk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  However, it doesn&#8217;t take any of those to realise that once you have attrcated people to a site you need to do everything humanly possible to get a conversion. On the flip side, you need SEO to get a decent level of targetted traffic on a website.</p>
<p>SEo and CRO, a match made in heaven <img src='http://www.web-design-talk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-design-talk.co.uk/317/cro-for-seo/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Enhanced Visitor Event Tracking With Google Analytics and JQuery</title>
		<link>http://www.web-design-talk.co.uk/172/enhanced-visitor-event-tracking-with-google-analytics-and-jquery/</link>
		<comments>http://www.web-design-talk.co.uk/172/enhanced-visitor-event-tracking-with-google-analytics-and-jquery/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:59:44 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[google analytics]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=172</guid>
		<description><![CDATA[Google Analytics has fast become the industry standard to track a plethora of web based information about your website. Whilst being totally free and easy to setup, you are limited to tracking elements that physically render in the browser &#8211; so items such as PDF, ZIP and RSS feeds links are not tracked, this because [...]]]></description>
			<content:encoded><![CDATA[<p>Google Analytics has fast become the industry standard to track a plethora of web based information about your website. Whilst being totally free and easy to setup, you are limited to tracking elements that physically render in the browser &#8211; so items such as PDF, ZIP and RSS feeds links are not tracked, this because Google Analytics has a great reliance upon JavaScript. However, tracking such links can be achieved with a small amount of extra work.</p>
<p>Personally, I wasn&#8217;t aware you could track specific links with Analytics and only ever considored this when a client asked &#8216;why doesn&#8217;t Google show me the numbers of times my marketing report (<em>read: a PDF file</em>) has been clicked?&#8217; &#8211; a totally valid request that I wanted to investigate.</p>
<h3 style="font-size:12px;">Use JQuery to improve Google Analytics and track downloads, RSS, Email &amp; external links</h3>
<p>First things first, make sure you have a google Analytics account, the latest version of JQuery and the latest version of the analytics code running on your website <img src='http://www.web-design-talk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As with the majority of the JQuery magic, everything happens within the doc ready event listener &#8211; this will used to capture various clicks to select elements.</p>
<p><strong>Tracking Download Link Clicks (PDF, ZIPs etc.)</strong></p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function() {

	$(&quot;a[rel=download]&quot;).click( function() {
		var fileName = $(this).attr(&quot;href&quot;);
		pageTracker._trackPageview(fileName);
		return true;
	});

});
</pre>
<p>Then on every link you wish to track, simply add the rel attribute to your non HTML files as follows:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;a href=&quot;myData.zip&quot; rel=&quot;download&quot;&gt;Download My ZIP Data File&lt;/a&gt;
</pre>
<p><strong>Tracking Downloads of Specifc File Types (E.g. PDF files)</strong></p>
<p>Using the dollar sign to match against links that end in .pdf (or any extension you wish to track).</p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function() {

	$(&quot;a[href$=pdf]&quot;).click( function() {
		var myPDF = &quot;/pdfDownloads/&quot; . $(this).attr(&quot;href&quot;);
		pageTracker._trackPageview(myPDF);
		return true;
	});

});
</pre>
<p>The /pdfDownloads/ is used to identify and seperate report data within Google Analytics.</p>
<p><strong>Tracking the click of a specific link such as an RSS feed</strong></p>
<p>Simply add an identifier to your RSS feed link (in this example the link was given an id of &#8216;rssFeed&#8217;): </p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function() {

	$(&quot;a#rssFeed&quot;).click( function() {
		pageTracker._trackEvent(&quot;RSS&quot;, &quot;RSS Subscriber Link Clicked&quot;);
		return true;
	});

});
</pre>
<p><strong>Tracking mailto: Link Clicks</strong></p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function() {

	$(&quot;a[href^=mailto:]&quot;).click( function() {
		pageTracker._trackEvent(&quot;Mail&quot;, &quot;User clicked on mailto link&quot;);
		return true;
	});

});
</pre>
<p><strong>Tidying up&#8230;.</strong></p>
<p>You should also disable the clicked element to prevent multiple event recording and provide feedback. To do this, simple add the following at the start of each piece of code &#8211; disbabling the element and changing the cursor to an egg timer (although you could display a small graphic to make things look prettier): </p>
<pre class="brush: jscript; title: ; notranslate">
$(this).css(&quot;cursor&quot;, &quot;wait&quot;);
$(this).attr(&quot;disabled&quot;, true);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.web-design-talk.co.uk/172/enhanced-visitor-event-tracking-with-google-analytics-and-jquery/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Deal With Difficult Clients Using Split Testing</title>
		<link>http://www.web-design-talk.co.uk/157/how-to-deal-with-difficult-clients-using-split-testing/</link>
		<comments>http://www.web-design-talk.co.uk/157/how-to-deal-with-difficult-clients-using-split-testing/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 20:23:28 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=157</guid>
		<description><![CDATA[Dealing with awkward clients using split testing]]></description>
			<content:encoded><![CDATA[<p>Sometimes you can be in the process of trying to tell a client that their idea simply won&#8217;t work. Be it a flimsey campaign idea of extra design element that you know through experience will not work and produce the desired KPIs for a client project. You can even show the client links, articles and examples of why their idea will fail to deliver results. However, if this is potential or existing client they are likely to go elsewhere, to a company willing to follow their every word without consideration &#8211; I have come across web companies who will do this.</p>
<p>Recently an existing client came to me asking why his site isn&#8217;t showing up when people search for a particular long tail search term. Now, his existing site used a pretty awful content management system that didn&#8217;t even allow him to set his own pages titles or meta descriptions. Furthermore, he was lacking inbound links, which people ranked above him did have. This all sounds simple and straightforward but even after I had explained (in quite clear and non technical langauge may I add) the merits of good SEO and one page content the client simply wouldn&#8217;t accept this as a solution. He had his own short term and less costly solutions &#8211; basically revolving around the the idea me resubmitting his sitemap page to all the major search engines each day. I&#8217;m not debating that submitting a sitemap isn&#8217;t a good idea, because it is. However, the client&#8217;s main KPI for this project was increased site enquiries.</p>
<p>After much discussing this we had both come to a bit of an awkward silence &#8211; not a good thing if you&#8217;ve ever experinced this in client meetings. For some reason I remebered back to my unoversity days where I had read something about <a title="Split Testing " href="http://en.wikipedia.org/wiki/A/B_testing" target="_blank">split testing (or A/B testing)</a> &#8211; where you can turn a negative situation into a positive one.This is quite a delicate situation to be in as it can damage your client relationship quite quickly.</p>
<p>The idea was to use the client&#8217;s idea for a period of time and my idea for a period of time. At the start of this I would install Google Analytics (I was tempted to use Google&#8217;s website optimizer, but decided against it) and let the statisitics do the talking &#8211; as a no one can argue with statistics.</p>
<p>This method has been very useful previously when demonstrating the merits of creating a dedicated landing page for Google Adword campaigns, but can be used anywhere if you&#8217;re willing to a little bit extra.</p>
<p>This method is beneficial for the following reasons:</p>
<ul>
<li>The client&#8217;s idea are being dismissed as wrong (however right you think you are)</li>
<li>You are showing the client that you care enough to demonstrate your ideas</li>
<li>Occassionaly the client will back down as soon as you explain your plan of attack</li>
<li>It prevents those awful awkward silences</li>
<li>You have a real world example to use in your other client meetings</li>
<li>You are speaking the clients language in that you are demonstrating how your actions lead to increased conversions</li>
<li>You are being direct, which I personally think is alwasy a good thing &#8211; as such statistics are often a huge eye opener for clients</li>
<li>If and when the client comes to the same conslusion as you, they won&#8217;t blame you</li>
</ul>
<p>There is always the arguement that the client is the client and that it&#8217;s all business at the end of the day. However, I personally pride myself on doing things properly. Others will say just get on with, do what the client wants and forget about it &#8211; you can only offer your opinion. This is a good point but can still damage your client relationships when they return later on and you need to charge them again. It all depends if you require long or short term client relationships &#8211; as they are definately an investment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-design-talk.co.uk/157/how-to-deal-with-difficult-clients-using-split-testing/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Tracking Twitter Performance Using Google Analytics</title>
		<link>http://www.web-design-talk.co.uk/138/tracking-twitter-performance-using-google-analytics/</link>
		<comments>http://www.web-design-talk.co.uk/138/tracking-twitter-performance-using-google-analytics/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 20:47:38 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=138</guid>
		<description><![CDATA[If you use the ever popular twitter there&#8217;s a high chance you&#8217;ll be linking to your company webiste or personal blog in your tweets or profile link. As the aim is use twitter as a marketing tool to drive traffic, you can use Google Analytics to track the link you placed the twitter profile &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>If you use the ever popular <a href="http://www.twitter.com" target="_blank">twitter</a> there&#8217;s a high chance you&#8217;ll be linking to your company webiste or personal blog in your tweets or profile link. As the aim is use twitter as a marketing tool to drive traffic, you can use Google Analytics to track the link you placed the twitter profile &#8211; just like an email campiagn or PPC advert</p>
<p>If you use Twitter as a marketing tool to drive traffic to your site then you should treat it in exactly the same way as you would a newsletter, a <acronym title="Pay Per Click">PPC</acronym> advert or a banner and track each Tweet’s performance beyond simple click data. How many visits do you get, how long do they stay on your site, how deep do they go, what is the bounce rate like and how much revenue do they generate?</p>
<p>The benefit to &#8216;tagging&#8217; this link is that Google Analytics will record more than use basic click data &#8211; you can record a whole host of advanced user data such as how they navigate your site and length of visit. By default Google will track such links, but traffic from services such as bit.ly will be dumped into the direct traffic area of Google Analytics. The steps to get the latter up and running are quite simple:</p>
<p>1: Go to <a title="URL Builder" href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&amp;answer=55578" target="_blank">Google&#8217;s URL builder</a> to generate an url . Enter the following information:</p>
<p><strong>Website URL</strong>: your website address<strong> </strong></p>
<p><strong>Campaign Source: </strong>enter a relevant source here to identify your campaign E.g. twitter</p>
<p><strong>Campaign Name: </strong>enter a name used to identify the campaign, this is used to identify the campaign in Google Anlytics E.g. twittertracking</p>
<p>2: Click generate URL and something similar to the following will be created: http://www.web-design-talk.co.uk/<strong>?utm_source=twitter&amp;utm_medium=social&amp;utm_campaign=twittertrack</strong></p>
<p><strong><br />
</strong></p>
<p>3: If posting to twitter you can paste this URL directly in the tweet box, as twitter will automatically shorten this url.</p>
<p>4: After approximately 24 hours data will appear in your analytics account. Simply navigate to Traffic Sources. If you&#8217;ve used the same terms to build the url as above you&#8217;ll see an entry called &#8216;twitter / social&#8217;. You can also view information by navigating to Traffic Sources &gt; Campaigns where you can click the campiagn name (&#8216;twittertrack&#8217; was used in he example above).</p>
<div id="attachment_139" class="wp-caption alignnone" style="width: 766px"><img class="size-full wp-image-139" title="tracking-twitter-traffic" src="http://www.web-design-talk.co.uk/wp-content/uploads/2009/11/tracking-twitter-traffic.jpg" alt="Google Analytics Once Tracking is Installed" width="756" height="507" /><p class="wp-caption-text">Google Analytics Once Tracking is Installed</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.web-design-talk.co.uk/138/tracking-twitter-performance-using-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

