<?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>Lifeline Blog&#187; Marketing</title>
	<atom:link href="http://www.lifelinedesign.ca/blog/category/marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifelinedesign.ca/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 19 Aug 2011 21:22:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to cloak your affiliate links</title>
		<link>http://www.lifelinedesign.ca/blog/2011/05/how-to-cloak-your-affiliate-links/</link>
		<comments>http://www.lifelinedesign.ca/blog/2011/05/how-to-cloak-your-affiliate-links/#comments</comments>
		<pubDate>Fri, 06 May 2011 13:00:31 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.lifelinedesign.ca/blog/?p=952</guid>
		<description><![CDATA[Cloaking affiliate links is a common practice among marketers. I’ll show you the reasons and ways you can do it. Assuming you are promoting a product sold by somesite.com, you will get an URL in the form of http://somesite.com/?affid=1234. Whenever a visitor goes to that link and purchases the product you will get a certain [...]]]></description>
			<content:encoded><![CDATA[<p>Cloaking affiliate links is a common practice among marketers. I’ll show you the reasons and ways you can do it.</p>
<p>Assuming you are promoting a product sold by <span style="text-decoration: underline;">somesite.com</span>, you will get an URL in the form of <span style="text-decoration: underline;">http://somesite.com/?affid=1234</span>. Whenever a visitor goes to that link and purchases the product you will get a certain (financial) benefit. The problem is that if you link directly to such an URL, a lot of your visitors may just remove the ?affid=1234 part. Why? There are many possible reasons… Your visitor may think the incentive you get will be billed to them (which is false) or simply won’t want you to make any money off their purchase.</p>
<p>Affiliate link cloaking is a way you can disguise the remote link in such a way that it no longer looks like an affiliate URL. You would basically point your visitors to <span style="text-decoration: underline;">http://yoursite.com/productXYZ.html</span> that redirects to the affiliate link. I’ll show you three ways to do it.</p>
<h2>The simple HTML redirect</h2>
<p>This method was widely used by marketers before the spread of hosting services that allow server-side processing. You simply set up an HTML page for each product you want to promote and place this code inside the &lt;head&gt; tag:</p>
<blockquote><p>&lt;meta http-equiv=&#8221;Refresh&#8221; content=&#8221;0;URL=<span style="color: #ff0000;"><strong>http://somesite.com/?affid=1234</strong></span>&#8221; /&gt;</p></blockquote>
<p>The URL in red is your affiliate link. The only downside of this method is that you will have oodles of HTML pages to manage if you promote lots of products. It is also inconsistent – if you promote various products on the same site that have URL’s like somesite.com/?affid=1234&amp;prodid=5678, &amp;prodid=8901 and so on and your affiliate ID changes you will have lots of pages to edit by hand.</p>
<h2>The server-side redirect</h2>
<p>Assuming you use PHP on your server, you can set up redirects with a simple line like</p>
<blockquote><p>&lt;?php header (“Location: <span style="color: #ff0000;"><strong>http://somesite.com/?affid=1234</strong></span>”); ?&gt;</p></blockquote>
<p>The advantage over the aforementioned method is that you can build a script that dynamically queries a database and redirects the user to a given site based on a parameter. You can have yoursite.com/?redirect=1 point to somesite.com/?affid=1234 and yoursite.com/?redirect=2 point to othersite.com/?affid=xyzt.</p>
<h2>The .htaccess redirect</h2>
<p>If you would rather not use PHP or another server-side programming language and want to manage all your redirects unitarily without setting up individual HTML pages for each, you can simply dump all your affiliate links in your .htaccess file like in this example:</p>
<blockquote><p>Redirect /product1 <span style="color: #ff0000;"><strong>http://somesite.com/?affid=1234</strong></span></p>
<p>Redirect /product2 <span style="color: #ff0000;"><strong>http://someothersite.com/go/xyzt</strong></span></p>
<p>Redirect /product3 <span style="color: #ff0000;"><strong>http://thirdsite.com/index.php?promoterID=john</strong></span></p></blockquote>
<p>This method may come in handy if your host doesn’t support any server-side programming language (are there still any that don’t?) or if you need a quick way of deploying your links without doing any programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifelinedesign.ca/blog/2011/05/how-to-cloak-your-affiliate-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human Nature and Quality Web Design</title>
		<link>http://www.lifelinedesign.ca/blog/2011/02/human-nature-and-quality-web-design/</link>
		<comments>http://www.lifelinedesign.ca/blog/2011/02/human-nature-and-quality-web-design/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 13:00:59 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.lifelinedesign.ca/blog/?p=580</guid>
		<description><![CDATA[If you&#8217;ve read any of my previous posts, you&#8217;ll know that I often talk about the importance of having your business represented online by a professional web design. You may or may not agree with me on that,  but regardless of what either of us believe it still just boils down to human  nature. Whether we want [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve read any of my previous posts, you&#8217;ll know that I often talk about the importance of having your business represented online by a professional web design. You may or may not agree with me on that,  but regardless of what either of us believe it still just boils down to human  nature.</p>
<p>Whether we want to admit it or not,  everyone reading this article have at one  point or another made a snap judgement about another person based on their appearance. Some of us do it a lot, some of us don&#8217;t. Some of us feel bad when we do it, some of us don&#8217;t, but it&#8217;s part of our natural behavior&#8230;to judge a book by it&#8217;s cover.</p>
<p>If we&#8217;re so quick to make a decision about a living breathing human being, how much quicker will we be to judge a business when we visit it&#8217;s website?  I can promise you that no one is going to feel bad about forming a negative opinion of a business if a poor website is the first point of contact.  The  stakes are higher in this case, because a poor impression of the business will most likely result in the potential customer looking elsewhere for the product or service they need.</p>
<p>For you personally the Internet may not have any relevance for business, but that doesn&#8217;t mean the same is true for your customers. In fact the opposite is more likely to be true. Each day that passes brings more importance to your businesses use of  modern advertising technologies like websites and social media. If you are ignoring this I guarantee your business is sacrificing potential revenue that could be won with a proper online strategy.</p>
<p>You may be quick to point out many businesses who are successful with a poor website or even without one, but I&#8217;ve yet to see a case where it wasn&#8217;t success despite a poor online strategy not because of it.  In every case I&#8217;ve seen the business could be more successful by leveraging the power of the Internet properly. I&#8217;m not saying businesses that don&#8217;t need or would be hindered by the Internet don&#8217;t exist, but I can guarantee they are in such minority that they are more or less a blip on the radar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifelinedesign.ca/blog/2011/02/human-nature-and-quality-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loyalty Program Angst!</title>
		<link>http://www.lifelinedesign.ca/blog/2010/06/loyalty-program-angst/</link>
		<comments>http://www.lifelinedesign.ca/blog/2010/06/loyalty-program-angst/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 15:55:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.lifelinedesign.ca/blog/?p=504</guid>
		<description><![CDATA[I&#8217;m branching out a little bit today, talking about marketing in general.  If you live in and around the Brantford area, you&#8217;ve probably heard about the Blue Dog Cafe, and if you haven&#8217;t, you should get out from the rock you&#8217;ve been living under and check it out.  So despite where we&#8217;re going in the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m branching out a little bit today, talking about marketing in general.  If you live in and around the Brantford area, you&#8217;ve probably heard about the <a href="http://www.bluedogcoffeeroasters.com/blue_dog_website/Welcome.html" target="_blank">Blue Dog Cafe</a>, and if you haven&#8217;t, you should get out from the rock you&#8217;ve been living under and check it out.  So despite where we&#8217;re going in the bottom half of this post, I want to say before hand that the Blue Dog is one of my favorite places to escape the office for a few hours and get some work done in a laid back cafe environment.</p>
<p>Like many cafes, the Blue Dog has a loyalty program. This is where things make my internal marketer flip his lid a little bit. It is your standard &#8220;buy x number of drinks, get one free&#8221; program, with one important exception. You need an individual card for each drink you purchase.  So, if I go one day and buy a small coffee, I need a new loyalty card for that. If I go the next day and order a medium coffee, I need another card. If I order a large coffee the next time I need yet another card, and so on and so forth. So unless you are the type of person who orders the exact same thing every single time without fail, it can become a huge hassle to keep track of 20 different cards in your wallet or purse.</p>
<p>Now don&#8217;t get me wrong, I totally get where management is coming from &#8212; if I had to hazard a guess, I would speculate that they are looking to avoid the individual who will buy all small coffees and then trade in their free drink for the most expensive large specialty drink on the menu. I don&#8217;t have detailed demographic information, so this may be a valid concern that could cause the cafe to lose money, however the typical crowd that goes to an establishment like the Blue Dog isn&#8217;t price motivated&#8230; if they were, they&#8217;d likely balk at spending three to four dollars on a specialty coffee or beverage in the first place.</p>
<p>However,  it would be relatively easy to group drinks into categories or sizes and bring the total loyalty card combination possibility down to a reasonable level (perhaps small, medium, and large cards for example).  Currently, I don&#8217;t even bother with it most of the time I&#8217;m there because if I did, I&#8217;d end up with 10 &#8211; 20 different cards in my wallet.  What irks me about the situation is not that I&#8217;m missing out on a free drink every now and then (while that does make me a little sad!), I&#8217;m more bothered by the purpose of a loyalty program and how the Blue Dog&#8217;s system isn&#8217;t accomplishing that purpose.</p>
<p>Loyalty programs are developed to, if you can believe it, instill loyalty in the customer.  If you boil loyalty down to its most basic element, it will result in a choice of Business A over Business B. Sure, there are a lot of fuzzy feelings associated with loyalty,  and as a business owner, I can vouch for the satisfaction in a job well done and a customer who will be fiercely loyal to your company because of the great job you&#8217;ve done for them.  However,  looking at it from a purely economical standpoint, loyalty results in more revenue for your business at the end of the day.</p>
<p>The current loyalty program there is extremely inconvenient for anyone who doesn&#8217;t drink the same thing consistently, and as such I (and others I&#8217;ve spoken with) often don&#8217;t even bother with it.  As a result, when making a decision of what cafe to go to (and sometimes I go elsewhere), the loyalty program has no bearing on the decision&#8230; but if it was doing the job right, it would.</p>
<p>To sum it up in a sentence: I like the Blue Dog a lot, but the loyalty program drives my marketing side nuts.</p>
<p><strong><em>Editor&#8217;s Note:</em></strong><em> I also love the Blue Dog, but this drives me nuts&#8230; I have about 8 different cards in my wallet, including one for &#8220;medium latte with flavor shot&#8221; and another for plain &#8220;medium latte&#8221;. Are you kidding me? Why not do what nearly ALL OTHER loyalty programs do, and assign a dollar value to the &#8216;free drink&#8217; at the end of the card? Make it something reasonable, like $3 max. Or &#8220;any small beverage&#8221;. Or, if they wanted to go the really easy route, why not just offer a &#8220;small medium coffee or tea&#8221; (or a coffee/tea of any size, really)? That would make it easier on the baristas, the management, AND the clientele. It&#8217;s pure logic, coupled with a knowledge of other loyalty programs that actually <strong>work</strong>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifelinedesign.ca/blog/2010/06/loyalty-program-angst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

