<?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>Will Hanke &#187; affiliate marketing</title>
	<atom:link href="http://www.willhanke.com/category/affiliate-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willhanke.com</link>
	<description>Saint Louis MO Search Engine Marketing and Optimization</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Which Financial Affiliate Company Do I Use</title>
		<link>http://www.willhanke.com/2008/12/09/which-financial-affiliate-company-do-i-use/</link>
		<comments>http://www.willhanke.com/2008/12/09/which-financial-affiliate-company-do-i-use/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 02:53:02 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[affiliate marketing]]></category>

		<guid isPermaLink="false">http://www.willhanke.com/?p=302</guid>
		<description><![CDATA[Since I post messages on here, or mention payday loans,etc. I&#8217;m often asked what company I use.  Well, I used to use one called Financial Affiliate Marketing, but now they have rebranded as Credit Federal. Go forth and make money!]]></description>
			<content:encoded><![CDATA[<p>Since I post messages on here, or mention payday loans,etc. I&#8217;m often asked what company I use.  Well, I used to use one called Financial Affiliate Marketing, but now they have rebranded as <a href="http://www.creditfederal.com/cgi-bin/join.pl?id=288">Credit Federal</a>.</p>
<p>Go forth and make money!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willhanke.com/2008/12/09/which-financial-affiliate-company-do-i-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revenue Sharing? Plug Those Leaks!</title>
		<link>http://www.willhanke.com/2008/11/06/revenue-sharing-plug-those-leaks/</link>
		<comments>http://www.willhanke.com/2008/11/06/revenue-sharing-plug-those-leaks/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 13:53:50 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[affiliate marketing]]></category>
		<category><![CDATA[helpful scripts]]></category>
		<category><![CDATA[leads]]></category>

		<guid isPermaLink="false">http://www.willhanke.com/?p=266</guid>
		<description><![CDATA[I recently took on a new title: Director of Internet Marketing for a local real estate firm. We worked out a deal where I get a portion of the revenue that is generated because of their website. Any lead that comes from the Internet is credited to me, and if it turns into a home [...]]]></description>
			<content:encoded><![CDATA[<p>I recently took on a new title: <em>Director of Internet Marketing</em> for a local real estate firm.  We worked out a deal where I get a portion of the revenue that is generated because of their website.  Any lead that comes from the Internet is credited to me, and if it turns into a home sale, I get ca$h.</p>
<p>So it behooves me to do a few things:</p>
<ul>
<li>Make sure that their website is running in tip-top shape</li>
<li>Modify their site to position them for the best rankings</li>
<li>Start an offsite campaign which includes link building, listing their site on Yelp!, Mixx, etc</li>
<li>Fine-tune the PPC campaign to produce highly targeted traffic</li>
<li>and more</li>
</ul>
<p>The biggest part of my mission in this case is to get people to the website.  Once they are there, I can use tools like <a href="http://crazyegg.com/">CrazyEgg</a> to see just where they are clicking.  I can watch them coming and going via Google Analytics.  I can see what pages they landed on, and I can see at what point they abandoned the website.</p>
<p>Now, as someone who is only making money if they actually contact the real estate agency, I need to make uber sure that those leads are not only <em>happening</em>, but that I can track them.  That&#8217;s where the fun starts.</p>
<p>Currently on most websites, there are a few ways you can contact the business: email, phone and online form.  These are all fine tools, but there are a few problems.</p>
<h2>Email</h2>
<p>Since I took over this website in an already-functioning form, the email addresses listed on the page were there long before I came along.  If a new visitor sees a home they like, they can click and send an email to the agent.  They can ask to see the home, ask questions, whatever.  They don&#8217;t, however, have to mention how they came up with the email address in the first place.</p>
<p>This causes a problem, because that email address can be on the signs in the home&#8217;s yard, business cards, flyers or whatever.  There is no way to 100% be sure that that lead was generated from a visit to the website.  So I&#8217;ve got to fix it.</p>
<p>There are a few things I can do here.</p>
<ol>
<li><strong>Change the email address</strong><br />
Probably the easiest fix.  Set up a forwarder that goes to the old email address, but shows that it came via website_lead@domain.com or whatever.  Incidently, in this case I can&#8217;t set up a forwarder because the system that the real estate agent is set up on doesn&#8217;t allow new email addresses, and certainly not forwarders.</li>
<li><strong>Add a subject line message to the link</strong><br />
It wouldn&#8217;t be hard to add something like this to the code: <strong>&lt;a href=&#8221;mailto:info@domain.com?subject=Website_Referral&#8221;&gt;</strong><br />
I&#8217;ve always found this a bit hokey.  First, you have to assume that the visitor is actually going to click on the email link on the website.  Second, you have to assume that their browser knows how to accurately handle the click and open their email program.  Third, you have to assume that the visitor won&#8217;t just delete what you&#8217;ve stuck in there and write their own.</li>
<li><strong>Remove the email address</strong><br />
Well that&#8217;d be just plain silly.  It&#8217;s an option, yes, but not one I&#8217;d do.  Why take away a way for a potential customer to contact the client?</li>
</ol>
<p>So what&#8217;s the best fix for my scenario? Number two, I guess.  Hopefully it sticks.  Got any other ideas?</p>
<h2>Online forms</h2>
<p>Forms. I love &#8216;em.  Well, in most cases.  Forms let us collect info from any visitor that cares to fill one out.  They are widely used, particularly by those people who want to communicate only via online methods, who have a question, or who just don&#8217;t want to talk to someone face to face (or ear to ear).</p>
<p>If you have a decent amount of &#8216;control&#8217; over the website server, you can write scripts to do all kinds of cool things with the forms.  I&#8217;ve used <a href="http://mootools.net/">Mootools</a> to generate some fancy-looking popup forms, I&#8217;ve written fake form scripts (that look like they are searching a database, etc) and more.  Forms are great as I said, <strong>unless the user won&#8217;t fill one out.</strong></p>
<p>There&#8217;s a fine line you have to walk when using a form.  You want to collect a bunch of information from the visitor, but at the same time you don&#8217;t want them to be turned off and click their BACK button.  So you&#8217;ve got to collect <em>just enough</em> that you can get by, and hope they will give you more info if they are interested in your product/service.</p>
<p>But what happens if you don&#8217;t have &#8216;control&#8217; over the server?  Perhaps you use Yahoo!&#8217;s shopping cart, which lets you build a form, but doesn&#8217;t let you add custom fields (such as a CC: email address).  People can fill out the form, contact your client, and you have no idea there was ever any contact made.</p>
<p>If you have a thank-you page of some type, you could set up a goal in Google Analytics for that page.  You&#8217;d then know that someone made it that far, but that&#8217;s about all you&#8217;d know.</p>
<p>Ultimately, I think this one comes down to trust.  You are going to have to trust that your client will credit those leads to you.</p>
<h2>Phone calls</h2>
<p>Ok this one is my new favorite.</p>
<p>In the past, a marketing company had no control over getting credit for phone calls that were generated because of their campaigns.  Whether it was a billboard, direct mail, or whatever, there really was no way to track these phone calls without purchasing a second line and installing it in their clients office (expensive).</p>
<p>Along comes <a href="http://www.whereismybusiness.com/call-tracking/" target="_blank">call tracking</a> &#8211; a cool new service that lets you get as many <em>virtually forwarded</em> phone numbers as you&#8217;d like, at a very reasonable cost.</p>
<p>I&#8217;m not going to go into great detail about how the call tracking works, but let me just say I&#8217;ve used it now for several months for several clients, and there is <strong>no doubt</strong> where these leads are coming from.</p>
<p>Basically, I get a custom phone number just for a client&#8217;s website.  It can be a local or toll free number, whatever. Same cost. When a visitor comes to my client&#8217;s website, they see the phone number and perhaps call it.  The call is routed <em>through</em> the call tracking system directly to the clients office.  They get the calls just as they did before, but the call is credited to the website &#8211; because that is the only place it is listed.</p>
<p>So the phone problem is solved.  Leads are counted, and my pocketbook increases.</p>
<p>I&#8217;d love to hear other creative ways that you use to make sure those leads that you are generating actually count.  As a part-time affiliate marketer, I know it&#8217;s tough sometimes to trust your end vendors &#8211; are they crediting you with all your leads, or just <em>most</em> of them?  It&#8217;s good to know there are at least <em>some ways</em> that we can keep them honest (not that they aren&#8217;t &#8211; I&#8217;m just sayin&#8217;&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willhanke.com/2008/11/06/revenue-sharing-plug-those-leaks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Does Your Lead Generation Website Have an Expediter?</title>
		<link>http://www.willhanke.com/2008/09/17/does-your-lead-generation-website-have-an-expediter/</link>
		<comments>http://www.willhanke.com/2008/09/17/does-your-lead-generation-website-have-an-expediter/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 13:19:50 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[affiliate marketing]]></category>

		<guid isPermaLink="false">http://www.willhanke.com/?p=211</guid>
		<description><![CDATA[Starbucks has a whole crew of people who do nothing but study their customers.  They study the obligatory demographics, as should any business.  They step a little further and study things such as: Do customers buy more when there are certain colors near the register Do customers tend to shy away from certain products during [...]]]></description>
			<content:encoded><![CDATA[<p>Starbucks has a whole crew of people who do nothing but study their customers.  They study the obligatory demographics, as should any business.  They step a little further and study things such as:</p>
<ul>
<li>Do customers buy more when there are certain colors near the register</li>
<li>Do customers tend to shy away from certain products during certain times?</li>
</ul>
<p>&#8230;and so on.</p>
<p>But they also try to get into the customers mind (and mess with it a little bit). <span id="more-211"></span></p>
<p>Recently Starbucks started hiring &#8216;expediters&#8217;.  These people are equipped with a cute little headset, and  usually show up when the lines start getting long.  If you happen to walk in during a long-line period, these little smiling gremlins may show up to &#8216;pre-take&#8217; your order.  You tell the expediter what you&#8217;d like to order, and he/she repeats it into the headset.  You assume she is forwarding your order to the barista&#8217;s &#8211; but you&#8217;re wrong.</p>
<p>When you get up to the counter, the clerk will once again take your order.  By then you may be slightly confused, as you&#8217;ve already &#8216;placed&#8217; your order &#8211; or so you thought.  The workers behind the counter will get busy building your super mocha latte and off you&#8217;ll go ten minutes later.</p>
<p>So what happened?  Why did you pre-order and then order again?</p>
<p>Starbucks, along with many other companies, ready-to-consume food companies in particular, has discovered that by taking your pre-order during a period of longer lines, there is an emotional connection made between customer and store.  The longer line may persuade some to leave, but by taking your pre-order, you are more likely to stand in the long line and complete the transaction.</p>
<p>Stores with an expediter saw an increase in sales and less walk-outs.</p>
<p>I have several clients who have very nice online presence for their retail or service businesses, but they don&#8217;t &#8216;sell&#8217; online.  By this I mean they have products listed, but you can&#8217;t (and probably won&#8217;t) simply purchase a $2400 piece of furniture over their website.  They see this as a possible barrier, and have worked on ways to get those window shoppers converted to warm leads by use of what is similar to Starbucks&#8217; expediter.</p>
<p>On every deep product page, we have placed a rather large button that says something to the tune of &#8216;Find out More about this Armoire&#8217;.  The button, when clicked, opens a brief form right there on the screen (via Litebox) which asks for the users name, phone and email.  It also gives them a small comment box to ask about sizes, price, etc.  Behind the scenes, we dump the product name/ID that they are inquiring about, so we know exactly what they&#8217;re after.</p>
<p>We don&#8217;t want a potential to find a product, then have to search out a Contact Us page.  There&#8217;s a potential for lost leads there, so we need to become the middle-man between product and contact.  We expedite their purchase (or at least turn them from a window shopper to a warm lead).</p>
<p>I also use this for some of my lead generation websites.  I have a website that ranks well for certain types of loans.  If I get those potential customers, and pass them on to a particular loan company, I&#8217;ll get a commission off that loan when it converts.  Simply building a page with links that say &#8216;click here to apply&#8217; doesn&#8217;t work well any more, so I need to somehow make a small emotional connection with the visitor.</p>
<p>How do I do that? With a form, right there on the home page (and practically any landing page for that matter). The form is simple.</p>
<ul>
<li>Name</li>
<li>Email</li>
<li>How much do you want?</li>
<li>When do you want it?</li>
</ul>
<p>There&#8217;s also a checkbox (already checked) asking if they&#8217;d like more offers if this one doesn&#8217;t work out. The options for &#8220;how much&#8221; are set to a nice number (say, $10k), and the &#8220;when&#8221; options are set to something like &#8220;24 hours&#8221;.  When the visitor clicks the Submit button, I flash a little page with one of those &#8216;processing&#8217; icons (you know, the little ones going around in circles making you think some big server somewhere is crunching away at your information) and then about 6 seconds later the visitor is taken to my loan affiliate.</p>
<p>I&#8217;ve accomplished three things here &#8211; I&#8217;ve made an emotional connection with the visitor &#8211; they think my website is providing them with the best possible loan option. I&#8217;ve passed along a warm loan lead to my loan company, and I&#8217;ve retained the email for future newsletter use.</p>
<p>The emotional connection is a tough thing to do today.  With so many websites competing for most any niche, you need to make that quick grab for attention before your user hits the Back button. Engage them, make them think you are working for them, and you&#8217;ll convert more leads to sales.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willhanke.com/2008/09/17/does-your-lead-generation-website-have-an-expediter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deep Sea Fishing Compliments of Affiliate Marketing</title>
		<link>http://www.willhanke.com/2008/06/18/deep-sea-fishing-compliments-of-affiliate-marketing/</link>
		<comments>http://www.willhanke.com/2008/06/18/deep-sea-fishing-compliments-of-affiliate-marketing/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 15:12:08 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[affiliate marketing]]></category>
		<category><![CDATA[beginner sem]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://www.willhanke.com/?p=120</guid>
		<description><![CDATA[Many of my readers wonder if they&#8217;ll ever get to the point where they&#8217;re making a decent income from their online affiliate programs. Well, I&#8217;m here to tell you that yes there will be a day when you&#8217;ll be able to quit your &#8216;regular&#8217; job and live off the income that your websites take. I [...]]]></description>
			<content:encoded><![CDATA[<p><span><span class="a">Many of my readers wonder if they&#8217;ll ever get to the point where they&#8217;re making a decent income from their online affiliate programs.  Well, I&#8217;m here to tell you that yes there will be a day when you&#8217;ll be able to quit your &#8216;regular&#8217; job and live off the income that your websites take.</span></span></p>
<p>I started doing Internet marketing in 2006.  I had no idea what I was doing.  I bought an ebook (no longer available) and was inspired to give it a whack.  I made some MFA pages and after several months got to about $5/day.</p>
<p>That sucked.  But it was enough to keep me motivated.</p>
<p>Two years later and I&#8217;m pulling in a nice set of checks each month.  Usually I deposit them and put most of the money back into my business, and I spend some on the kids.</p>
<p>But this month I thought I&#8217;d treat myself.  And I did.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/3CHi0NiiplM&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/3CHi0NiiplM&amp;hl=en" wmode="transparent"></embed></object></p>
<p>That&#8217;s me this past weekend on a 57 foot charter boat off the coast of Alabama.  I&#8217;m fighting an Amber Jack and eventually I win.</p>
<p>I took my 15 year old son, left Friday, rented a nice apartment on Dauphin Island, and drove back on Monday.  The entire 4-day trip was paid for with just two checks from affiliate marketing.  It was awesome.</p>
<p>So for you that are wondering if you&#8217;ll get there, you will.  Stick with it, learn some search optimization for your website, build links and you&#8217;ll have checks bigger than mine.  Then you can tell me about your adventure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willhanke.com/2008/06/18/deep-sea-fishing-compliments-of-affiliate-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

