<?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"
	>

<channel>
	<title>OnlineTao Internet Marketing</title>
	<atom:link href="http://www.onlinetao.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlinetao.co.uk</link>
	<description>Letting the web deliver business results you want</description>
	<pubDate>Thu, 11 Dec 2008 14:13:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>going forward - ecommerce focus</title>
		<link>http://www.onlinetao.co.uk/going-forward-ecommerce-focus/</link>
		<comments>http://www.onlinetao.co.uk/going-forward-ecommerce-focus/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:13:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet marketing]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=184</guid>
		<description><![CDATA[Apologies for a taking a bit of a break, I have been setting up other sites and that along with my other committments has meant I had limited time to do anything else.  Well that&#8217;s my excuse - Still I am going to try again with this blogging thing to try to capture my thoughts [...]]]></description>
			<content:encoded><![CDATA[<p>Apologies for a taking a bit of a break, I have been setting up other sites and that along with my other committments has meant I had limited time to do anything else.  Well that&#8217;s my excuse - Still I am going to try again with this blogging thing to try to capture my thoughts etc.  Going forward I intend to try and focus the commentary more on online retail specifically.  I think most of the advice I have offered previously has been more generic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/going-forward-ecommerce-focus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updating specific fields in SQL database</title>
		<link>http://www.onlinetao.co.uk/updating-specific-fields-in-sql-database/</link>
		<comments>http://www.onlinetao.co.uk/updating-specific-fields-in-sql-database/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=181</guid>
		<description><![CDATA[Use following instructions and if you don't want to change all records remember to include the where statement.

UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value
]]></description>
			<content:encoded><![CDATA[<pre>Use following instructions and if you don't want to change all records remember to include the where statement.

UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/updating-specific-fields-in-sql-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comparing excel lists</title>
		<link>http://www.onlinetao.co.uk/comparing-excel-lists/</link>
		<comments>http://www.onlinetao.co.uk/comparing-excel-lists/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 08:14:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=179</guid>
		<description><![CDATA[Use following formula to determine whether a value in one column is in another column and if not then return 1
=IF(IFERROR(MATCH(A2,B$2:B$4117,0),-1)=-1,1,&#8221;")
]]></description>
			<content:encoded><![CDATA[<p>Use following formula to determine whether a value in one column is in another column and if not then return 1</p>
<p>=IF(IFERROR(MATCH(A2,B$2:B$4117,0),-1)=-1,1,&#8221;")</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/comparing-excel-lists/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing tabs in excel cells</title>
		<link>http://www.onlinetao.co.uk/removing-tabs-in-excel-cells/</link>
		<comments>http://www.onlinetao.co.uk/removing-tabs-in-excel-cells/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 07:20:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=177</guid>
		<description><![CDATA[Sometimes when you are preparing your internet marketing data for upload to your site you need to remove tabs from you site so your database etc does not get confused
use the excel clean() function
]]></description>
			<content:encoded><![CDATA[<p>Sometimes when you are preparing your internet marketing data for upload to your site you need to remove tabs from you site so your database etc does not get confused</p>
<p>use the excel clean() function</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/removing-tabs-in-excel-cells/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Excel write limit</title>
		<link>http://www.onlinetao.co.uk/excel-write-limit/</link>
		<comments>http://www.onlinetao.co.uk/excel-write-limit/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 06:59:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=174</guid>
		<description><![CDATA[This is a useful macro but be aware that the field limit is 1028 characters!
]]></description>
			<content:encoded><![CDATA[<p>This is a useful macro but be aware that the field limit is 1028 characters!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/excel-write-limit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Excel reversing digits</title>
		<link>http://www.onlinetao.co.uk/excel-reversing-digits/</link>
		<comments>http://www.onlinetao.co.uk/excel-reversing-digits/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 06:58:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=172</guid>
		<description><![CDATA[Sometimes when you are using internet marketing you need to understand difficult functions in excel to keep you one step ahead of the competition.  This one entered as an array reverses the digits in a number.
=SUM(VALUE(MID(A1,ROW(INDIRECT(&#8221;1:&#8221;&#38;LEN(A1))),1))*10^(ROW(INDIRECT(&#8221;1:&#8221;&#38;LEN(A1)))-1))
Generally this works fine except for when number ends withn zero
]]></description>
			<content:encoded><![CDATA[<p>Sometimes when you are using internet marketing you need to understand difficult functions in excel to keep you one step ahead of the competition.  This one entered as an array reverses the digits in a number.</p>
<p><span style="font-size: x-small; font-family: VERDANA; color: black;">=SUM(VALUE(MID(A1,ROW(INDIRECT(&#8221;1:&#8221;&amp;LEN(A1))),1))*10^(ROW(INDIRECT(&#8221;1:&#8221;&amp;LEN(A1)))-1))</span></p>
<p>Generally this works fine except for when number ends withn zero</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/excel-reversing-digits/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet marketing media performance</title>
		<link>http://www.onlinetao.co.uk/internet-marketing-media-performance/</link>
		<comments>http://www.onlinetao.co.uk/internet-marketing-media-performance/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 08:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet marketing]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=170</guid>
		<description><![CDATA[
Media Performance

	
	
		Creative format
		Standard billing metric
		Average click thru rates
		Examples
	
	
	
		Rich media
		CPM (cost per thousand impressions)
		4%
		Overlay:An interactive flash animation that appears on top of a web page for 10 seconds
	
	
		Standard banners
		CPM (cost per thousand impressions)
		0.5%
		468*60 standard banners
	
	
		Sponsorship
		Tenancy
		0.5%
		Partnership agreement to appear on the shopping pages of an ISP
	
	
		Pay per click
		CPC (cost per click)
		8%
		Appearing on sponsored lisings on search engines, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<h2>Media Performance</h2>
<table class="wptable rowstyle-alt" id="wptable-2"  cellspacing="1">
	<thead>
	<tr>
		<th class="sortable" style="width:30px" align="center">Creative format</th>
		<th class="sortable" style="width:30px" align="center">Standard billing metric</th>
		<th class="sortable" style="width:30px" align="center">Average click thru rates</th>
		<th class="sortable" style="width:90px" align="center">Examples</th>
	</tr>
	</thead>
	<tr>
		<td style="width:30px" align="center">Rich media</td>
		<td style="width:30px" align="center">CPM (cost per thousand impressions)</td>
		<td style="width:30px" align="center">4%</td>
		<td style="width:90px" align="center">Overlay:An interactive flash animation that appears on top of a web page for 10 seconds</td>
	</tr>
	<tr class="alt">
		<td style="width:30px" align="center">Standard banners</td>
		<td style="width:30px" align="center">CPM (cost per thousand impressions)</td>
		<td style="width:30px" align="center">0.5%</td>
		<td style="width:90px" align="center">468*60 standard banners</td>
	</tr>
	<tr>
		<td style="width:30px" align="center">Sponsorship</td>
		<td style="width:30px" align="center">Tenancy</td>
		<td style="width:30px" align="center">0.5%</td>
		<td style="width:90px" align="center">Partnership agreement to appear on the shopping pages of an ISP</td>
	</tr>
	<tr class="alt">
		<td style="width:30px" align="center">Pay per click</td>
		<td style="width:30px" align="center">CPC (cost per click)</td>
		<td style="width:30px" align="center">8%</td>
		<td style="width:90px" align="center">Appearing on sponsored lisings on search engines, including contextual advertising</td>
	</tr>
	<tr>
		<td style="width:30px" align="center">Email lists</td>
		<td style="width:30px" align="center">CPM (cost per thousand impressions)</td>
		<td style="width:30px" align="center">5%</td>
		<td style="width:90px" align="center">Renting a third party opt in email list from a portal</td>
	</tr>
	<tr class="alt">
		<td style="width:30px" align="center">Feed advertising</td>
		<td style="width:30px" align="center">CPC (cost per click)</td>
		<td style="width:30px" align="center">0.5%</td>
		<td style="width:90px" align="center">Creating an RSS/product feed that links to your site</td>
	</tr>
	<tr>
		<td style="width:30px" align="center">Pay per call</td>
		<td style="width:30px" align="center">PPC (pay per call)</td>
		<td style="width:30px" align="center">5%</td>
		<td style="width:90px" align="center">Listing a telephone number on an advert and paying every time a user calls that number</td>
	</tr>
</table><p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/internet-marketing-media-performance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>internet marketing campaign metrics</title>
		<link>http://www.onlinetao.co.uk/internet-marketing-campaign-metrics/</link>
		<comments>http://www.onlinetao.co.uk/internet-marketing-campaign-metrics/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:19:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet marketing]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=167</guid>
		<description><![CDATA[Below are some key internet marketing campaign metrics
Impression delivered
How many impressions have been delivered to date
e.g. 1,200,000
Clicks delivered
Total number of clicks delivered
e.g. 12,000
% clicks
Percentage of consumers clicking on creative
e.g. 5%
% clicks to leads
Percentage consumers converting from a click to a lead
e.g. 22%
% clicks to sales
Percentage consumers converting from click to sale
e.g. 7%
Number of orders
Total number [...]]]></description>
			<content:encoded><![CDATA[<p>Below are some key internet marketing campaign metrics</p>
<p>Impression delivered</p>
<p>How many impressions have been delivered to date</p>
<p>e.g. 1,200,000</p>
<p><strong>Clicks delivered</strong></p>
<p>Total number of clicks delivered</p>
<p>e.g. 12,000</p>
<p><strong>% clicks</strong></p>
<p>Percentage of consumers clicking on creative</p>
<p>e.g. 5%</p>
<p><strong>% clicks to leads</strong></p>
<p>Percentage consumers converting from a click to a lead</p>
<p>e.g. 22%</p>
<p><strong>% clicks to sales</strong></p>
<p>Percentage consumers converting from click to sale</p>
<p>e.g. 7%</p>
<p><strong>Number of orders</strong></p>
<p>Total number of orders generated</p>
<p>e.g. 1,452</p>
<p><strong>Number of new customers</strong></p>
<p>This is the total number of new customers</p>
<p>1,200</p>
<p><strong>Revenue</strong></p>
<p>Total revenue generated</p>
<p>e.g. £35,980</p>
<p><strong>Profit</strong></p>
<p>Profit generated</p>
<p>e.g. £8,820</p>
<p><strong>Retention</strong></p>
<p>Percentage of last months customers who ae also customers this month</p>
<p>e.g. 35%</p>
<p>AOV</p>
<p><strong>Average order value</strong></p>
<p>e.g. £25</p>
<p><strong>Lifetime value</strong></p>
<p>All the profit that this campaign is expected to generate in total</p>
<p>e.g. £152,300</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/internet-marketing-campaign-metrics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet marketing campaign attributes</title>
		<link>http://www.onlinetao.co.uk/internet-marketing-campaign-attributes/</link>
		<comments>http://www.onlinetao.co.uk/internet-marketing-campaign-attributes/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 13:12:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet marketing]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=163</guid>
		<description><![CDATA[Campaign name
Name of campaign that this media is associated with, e.g. BA Come Fly
Site name
Name of the site/email list where the campaign will be delivered e.g. Financial Times
Channel
The type of media purchased e.g. email, banner etc. e.g. Paid search
Position
Position of creative on site e.g. Overlay on the homepage
Reach
The number of users who will view the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Campaign name</strong><br />
Name of campaign that this media is associated with, e.g. BA Come Fly<br />
<strong>Site name</strong><br />
Name of the site/email list where the campaign will be delivered e.g. Financial Times<br />
<strong>Channel</strong><br />
The type of media purchased e.g. email, banner etc. e.g. Paid search<br />
<strong>Position</strong><br />
Position of creative on site e.g. Overlay on the homepage<br />
<strong>Reach</strong><br />
The number of users who will view the creative, or the impressions purchased e.g. 500,000<br />
<strong>Demographics</strong><br />
The demographic profile of the consumer e.g. Female, aged &lt;25<br />
<strong>CPM / CPR . CPC</strong><br />
A standard pricing metric for the media, cost per 1000 impressons (CPM), cost per registration (CPR) and cost per click (CPC etc. e.g. £60 CPR<br />
<strong>Total cost</strong><br />
Total cost for the site e.g. £15,000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/internet-marketing-campaign-attributes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>internet marketing branding</title>
		<link>http://www.onlinetao.co.uk/internet-marketing-branding/</link>
		<comments>http://www.onlinetao.co.uk/internet-marketing-branding/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 16:02:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet marketing]]></category>

		<guid isPermaLink="false">http://www.onlinetao.co.uk/?p=161</guid>
		<description><![CDATA[Some businesses question the value of internet marketing branding.  They know that offline it has some value but online many businesses just don&#8217;t get it.  But actually branding on the internet is if anything even more important than offline.  Online there generally is no rich interaction with customers as you get in many offline businesses, [...]]]></description>
			<content:encoded><![CDATA[<p>Some businesses question the value of internet marketing branding.  They know that offline it has some value but online many businesses just don&#8217;t get it.  But actually branding on the internet is if anything even more important than offline.  Online there generally is no rich interaction with customers as you get in many offline businesses, therefore anything you can do to make a positive imprint in a viewers mind of your site is critical for driving sales, repeat business and referrals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinetao.co.uk/internet-marketing-branding/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
