<?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>Nathan Jackson &#187; Marketing</title>
	<atom:link href="http://www.njackson.co.uk/category/marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.njackson.co.uk</link>
	<description>Website Analyst / Developer Yorkshire</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:10:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Character limits for your title &amp; meta description tags</title>
		<link>http://www.njackson.co.uk/2010/01/character-limits-for-your-title-description-and-keywords-tag/</link>
		<comments>http://www.njackson.co.uk/2010/01/character-limits-for-your-title-description-and-keywords-tag/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:14:48 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=128</guid>
		<description><![CDATA[Your page title &#38; meta description are what the major search engines use on the SERPS to display each page, and optimising these tags can help clickthrough rates. People may say that the meta keywords tag is important too, but there really isn&#8217;t any point in wasting the bytes its written in. So, try to [...]]]></description>
			<content:encoded><![CDATA[<p>Your page title &amp; meta description are what the major search engines use on the SERPS to display each page, and optimising these tags can help clickthrough rates. People may say that the meta keywords tag is important too, but there really isn&#8217;t any point in wasting the bytes its written in.</p>
<p>So, try to keep your page title under 70 characters and having the meta description under 150 characters means that on the SERPS nothing will be cut short. Below is a tool that you can paste your titles &amp; description in. Enjoy <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><script src="/wp-content/themes/simpleblocks/text-limits.js"></script></p>
<table style="width: 100%;">
<tbody>
<tr>
<td width="25%">Page title (70)</td>
<td>
<input id="title" style="width:80%;border:2px solid #00903B";color:#00903B" onkeyup="count_chars(this,70)" type="text" /></td>
<td>
<div id="title-len">0</div>
</td>
</tr>
<tr>
<td>Meta description (150)</td>
<td>
<input id="metadesc" style="width:80%;border:2px solid #00903B";color:#00903B" onkeyup="count_chars(this,150)" type="text" /></td>
<td>
<div id="metadesc-len">0</div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2010/01/character-limits-for-your-title-description-and-keywords-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adwords text advert character limits</title>
		<link>http://www.njackson.co.uk/2010/01/google-adwords-text-advert-character-limits/</link>
		<comments>http://www.njackson.co.uk/2010/01/google-adwords-text-advert-character-limits/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:07:52 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[PPC]]></category>
		<category><![CDATA[google adwords]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=111</guid>
		<description><![CDATA[Here&#8217;s a quick javascript length validation for your Google AdWord&#8217;s adverts. The headline must be 25 characters in length, descriptions 1,2 &#38; the display url are 35. Characters include spaces and punctuation! But remember, even though your advert may be the right length, you still need to conform to advertising policies! Having excess punctuation, capitalisation, [...]]]></description>
			<content:encoded><![CDATA[<p><!-- input {width:95%;border:2px solid #00903B} --><br />
Here&#8217;s a quick javascript length validation for your Google AdWord&#8217;s adverts. The headline must be 25 characters in length, descriptions 1,2 &amp; the display url are 35. Characters include spaces and punctuation!</p>
<p>But remember, even though your advert may be the right length, you still need to conform to <a title="Google AdWords Advertising Policy" href="http://adwords.google.com/support/aw/bin/topic.py?hl=en&amp;topic=15949">advertising policies</a>! Having excess punctuation, capitalisation, promotion of illegal or shady activities &amp; repeated words can dissaprove your advert.</p>
<p>Enjoy <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><script src="/wp-content/themes/simpleblocks/text-limits.js"></script></p>
<table style="width: 100%;">
<tbody>
<tr>
<th colspan="3">Google PPC Adverts</th>
</tr>
<tr>
<td style="width: 150px;">Headline (25)</td>
<td>
<input id="headline" style="width:80%;border:2px solid #00903B";color:#00903B" onkeyup="count_chars(this,25)" type="text" /></td>
<td style="width: 20px;">
<div id="headline-len">0</div>
</td>
</tr>
<tr>
<td>Description 1 (35)</td>
<td>
<input id="desc1" style="width:80%;border:2px solid #00903B";color:#00903B" onkeyup="count_chars(this,35)" type="text" /></td>
<td>
<div id="desc1-len">0</div>
</td>
</tr>
<tr>
<td>Description 2 (35)</td>
<td>
<input id="desc2" style="width:80%;border:2px solid #00903B";color:#00903B" onkeyup="count_chars(this,35)" type="text" /></td>
<td>
<div id="desc2-len">0</div>
</td>
</tr>
<tr>
<td>Display URL (35)</td>
<td>
<input id="display" style="width:80%;border:2px solid #00903B";color:#00903B" onkeyup="count_chars(this,35)" type="text" /></td>
<td>
<div id="display-len">0</div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2010/01/google-adwords-text-advert-character-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking events with Google Analytics</title>
		<link>http://www.njackson.co.uk/2009/02/tracking-hyperlink-presses-with-google-analytics/</link>
		<comments>http://www.njackson.co.uk/2009/02/tracking-hyperlink-presses-with-google-analytics/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 13:51:56 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=75</guid>
		<description><![CDATA[So, we had some hyperlinked images on one of our websites, each leading to the same page, but with a different $_GET which identifies which button this was. As far as my knowledge goes, that would have made the page duplicate (in google robot&#8217;s eyes), which then would have a minor impact on the organic [...]]]></description>
			<content:encoded><![CDATA[<p>So, we had some hyperlinked images on one of our websites, each leading to the same page, but with a different $_GET which identifies which button this was. As far as my knowledge goes, that would have made the page duplicate (in google robot&#8217;s eyes), which then would have a minor impact on the organic page rankings.</p>
<p>And because organic page ranking is quite important, I thought I&#8217;d do some digging regarding to tracking hyperlinks with Google Analytics. I found lots of information regarding to tracking form buttons, flash files and allsorts but most were crowded with extra information.</p>
<p>The line of code that tracks this event is quite simple, and all you need to do is add it into your &lt;a&gt; or your &lt;input type=&#8217;button&#8217;&gt;</p>
<p>onClick=&#8221;pageTracker._trackEvent(<strong>category</strong>, <strong>action</strong>, <strong>optional_label</strong>, <strong>optional_value</strong>)&#8221;</p>
<p><strong>Category</strong> in this case was the general name for the event which happened to be &#8216;Buttons&#8217;.<br />
<strong>Action</strong> in this case was what they&#8217;d done, so I named it &#8216;Click&#8217;.<br />
<strong>Optional_Label</strong> in this case wa a numerical indicator dependant on which button was clicked.<br />
<strong>Optional Value</strong> I didn&#8217;t acually use, as I didn&#8217;t see any point in assigning the button a value, as each was equal as each other.</p>
<p>It should look something like this:<br />
<code>&lt;a onclick="”pageTracker._trackEvent('buttons'," href="/page.htm"&gt;Link text here&lt;/a&gt;</code></p>
<p>Sorted! Just log into your Google Analytics account, go to the website report -&gt; Content -&gt; Event Tracking and within a few days you&#8217;ll see some numbers <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Need a hand? Just post a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2009/02/tracking-hyperlink-presses-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The world of twitter!</title>
		<link>http://www.njackson.co.uk/2009/01/the-world-of-twitter/</link>
		<comments>http://www.njackson.co.uk/2009/01/the-world-of-twitter/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 19:44:41 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=60</guid>
		<description><![CDATA[So, I joined twitter around Christmas after hearing bits about it for the past year or so. Basicly its a blogging tool, but the letter limit is 140 charecters long, so its really a &#8216;microblogging&#8217; tool. You can imagine it as the Facebook &#8216;status&#8217; text, but alot cooler Basicly, you sign up and then enter [...]]]></description>
			<content:encoded><![CDATA[<p>So, I joined twitter around Christmas after hearing bits about it for the past year or so. Basicly its a blogging tool, but the letter limit is 140 charecters long, so its really a &#8216;microblogging&#8217; tool. You can imagine it as the Facebook &#8216;status&#8217; text, but alot cooler <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Basicly, you <a title="Sign up to Twitter.com" href="https://twitter.com/signup" target="_blank">sign up</a> and then enter your mobile phone number (if you want sms updates), then your ready to tweet to your hearts content! Its a very simple concept, but the best thing about twitter is that you don&#8217;t have to make a huge blogpost, you get straight to the point and its very quickly &#8216;out there&#8217; to those who are following you, this means that theres alot of potential for information thats flying about.</p>
<p>You can do the following things with twitter:</p>
<ul>
<li>You can follow other people and receive their &#8216;tweets&#8217;</li>
<li>People can follow you and receive your &#8216;tweets&#8217;</li>
<li>Receive SMS updates &#8211; Though this service doesn&#8217;t seem to be available for UK phone numbers <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
<li>Reply to other &#8216;tweets&#8217; and give your opinions</li>
<li><a title="Twitter.com Search" href="http://search.twitter.com/search?q=njackson.co.uk" target="_blank">Search the tweets</a> for a certain bit of text</li>
</ul>
<p>Because of twitters simple API, there are alot of different ways to use twitter &#8211; whether thats tweeting or just reading other tweets. You can do the following to use twitter:</p>
<ul>
<li>Access <a title="Twitters Website" href="http://www.twitter.com/" target="_blank">twitter.com</a> from your PC</li>
<li>Access <a title="Twitters Mobile Site" href="http://m.twitter.com/home" target="_blank">m.twitter.com</a> from your mobile phone</li>
<li>Apps for your Iphone
<ul>
<li><a title="Twitterific - Twitter Iphone Application" href="http://iconfactory.com/software/twitterrific/" target="_blank">Twitterific</a></li>
<li><a title="PocketTweets - Iphone Twitter Application" href="http://www.pockettweets.com/" target="_blank">Pocket Tweets</a></li>
</ul>
</li>
<li><a title="Google Gadgets Twitter Application" href="http://desktop.google.com/plugins/i/twitter.html?hl=en" target="_blank">Google Gadgets</a></li>
<li><a title="Twhirl - Access your twitter from the desktop" href="http://www.twhirl.org/" target="_blank">Twhirl</a> &#8211; A Desktop application</li>
<li><a title="Spaz - A desktop application for twittering" href="http://funkatron.com/spaz">Spaz</a> &#8211; Another Desktop application</li>
<li>A <a title="Twitter Opera Widget" href="http://widgets.opera.com/widget/7206/" target="_blank">Widget</a> for your <a title="Opera Browser Website" href="http://www.opera.com" target="_blank">Opera Browser</a></li>
<li><a title="WidSets Twitter Application" href="http://www.widsets.com/twitter" target="_blank">WidSets</a> for your mobile phone</li>
<li><a title="Tweetdeck, a Twitter application" href="http://www.tweetdeck.com/beta/" target="_blank">TweetDeck</a> &#8211; An Adobe Air application</li>
</ul>
<p>Twitter is becoming more popular day by day, so why not sign up and see what all the fuss is about!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2009/01/the-world-of-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some useful SEO / Marketing resources</title>
		<link>http://www.njackson.co.uk/2009/01/some-useful-seo-marketing-resources/</link>
		<comments>http://www.njackson.co.uk/2009/01/some-useful-seo-marketing-resources/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:19:58 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[marketing resources]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.njackson.co.uk/?p=9</guid>
		<description><![CDATA[At work I find myself trying to find more and more information about SEO and online Marketing. I don&#8217;t consider myself to be awesome at SEO, so instead of preaching I&#8217;ll direct you to those who can / do There are many websites that aid me in the daily task of this, most of which [...]]]></description>
			<content:encoded><![CDATA[<p>At work I find myself trying to find more and more information about SEO and online Marketing. I don&#8217;t consider myself to be awesome at SEO, so instead of preaching I&#8217;ll direct you to those who can / do <img src='http://www.njackson.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  There are many websites that aid me in the daily task of this, most of which that I&#8217;ve found by using <a title="Google Reader" href="http://reader.google.com" target="_blank">Google Reader</a>.</p>
<p>First off, Google Reader is one of the most useful tools I use in a day, instead of looking around on the various sites (some which may not have updates), I just subscribe to the various news feeds via Google Reader and every time there&#8217;s a new post, It picks up on this and give me a title and a short description of the new news story. If i deem the story interesting, i click the link and there I am&#8230;onto the page &#8211; awaiting the information overload!</p>
<p>Why search through loads of different sites when you can just get given the latest news from the ones you pick? You&#8217;d be silly not to.</p>
<p>So, what you should do is to sign up to <a title="Google Reader" href="http://reader.google.com" target="_blank">Google Reader</a> and subscribe to a few of the following sites: (In no paticular order</p>
<ul>
<li><a title="Microsoft Adcenter Developers Blog" href="http://adcenterdev.spaces.live.com/feed.rss" target="_blank">Microsoft Adcenter Dev Blog </a></li>
<li><a title="Microsoft Adcenter Blog" href="http://adcenterblog.spaces.live.com/feed.rss" target="_blank">Microsoft Adcenter Blog </a></li>
<li><a title="Google Adwords API Blog" href="http://adwordsapi.blogspot.com/atom.xml" target="_blank">Google Adwords API Blog </a></li>
<li><a title="Retail Adwords Tips" href="http://feeds.feedburner.com/AdwordsRetailTips" target="_blank">Retail Google Adwords Tips </a></li>
<li><a title="Chris Baggots SEO Blog" href="http://exacttarget.typepad.com/chrisbaggott/atom.xml" target="_blank">Chris Baggots Blog</a></li>
<li><a title="The Google Analytics Blog" href="http://analytics.blogspot.com/atom.xml" target="_blank">Google Analytics Blog </a></li>
<li><a title="The Google Sightseeing blog" href="http://googlesightseeing.com/feed/" target="_blank">Google Sightseeing </a></li>
<li><a title="The Google Adsense Blog" href="http://adsense.blogspot.com/atom.xml" target="_blank">Google Adsense Blog </a></li>
<li><a title="The Google Adwords Blog" href="http://adwords.blogspot.com/atom.xml" target="_blank">Google Adwords Blog</a></li>
<li><a title="Microsoft Research Blog" href="http://research.microsoft.com/rss/news.xml" target="_blank">Microsoft Research Blog </a></li>
<li><a title="A Google Blog" href="http://googleblog.blogspot.com/atom.xml" target="_blank">Google Blog </a></li>
<li><a title="Google Reader Blog" href="http://googlereader.blogspot.com/atom.xml" target="_blank">Google Reader Blog </a></li>
<li><a title="Google Webmaster Blog" href="http://googlewebmastercentral.blogspot.com/atom.xml" target="_blank">Google Webmaster Blog</a></li>
<li><a title="Search Engine Land" href="http://feeds.searchengineland.com/searchengineland" target="_blank">SearchEngineLand.com</a></li>
<li><a title="Search Engine Watch" href="http://feeds.searchenginewatch.com/sew" target="_blank">SearchEngineWatch.com</a></li>
<li><a title="The PPC Book" href="http://theppcbook.com/feed/" target="_blank">ThePPCBook.com</a></li>
<li><a title="PPC Hero" href="http://www.ppchero.com/rss-feeds/" target="_blank">PPC Hero</a></li>
</ul>
<p>If you have anything to add, go ahead and reply in the comments! I look forward to hearing from people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.njackson.co.uk/2009/01/some-useful-seo-marketing-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for ( lolnathanlol www.njackson.co.uk/category/marketing/feed/ ) in 0.09025 seconds, on Jul 29th, 2010 at 11:38 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jul 29th, 2010 at 12:38 pm UTC -->