<?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>Megatao &#187; affiliate</title>
	<atom:link href="http://www.megatao.com/tag/affiliate/feed" rel="self" type="application/rss+xml" />
	<link>http://www.megatao.com</link>
	<description>An Apple Geek Speaks Out</description>
	<lastBuildDate>Sun, 27 Jun 2010 07:08:05 +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>Ebay Tools</title>
		<link>http://www.megatao.com/ebay-tools</link>
		<comments>http://www.megatao.com/ebay-tools#comments</comments>
		<pubDate>Sat, 31 Jan 2009 08:19:19 +0000</pubDate>
		<dc:creator>taoski</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[geobay+ebay+tool]]></category>

		<guid isPermaLink="false">http://www.megatao.com/?p=695</guid>
		<description><![CDATA[eBay Geotargetted link script As an eBay affiliate, one thing that always annoyed me with making links to eBay on my blog or website was the fact that they were links to items or search results for only 1 country. &#8230; <a href="http://www.megatao.com/ebay-tools">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span style="text-decoration: underline;">eBay Geotargetted link script</span></h2>
<p>As an eBay affiliate, one thing that always annoyed me with making links to eBay on my blog or website was the fact that they were links to items or search results for only 1 country.  Making links to eBay UK and eBay US on the same page is timc consuming and just a hassle.</p>
<p>So thats why I made the eBay Geotargetted link script!</p>
<h2>What with the eBay script do for me?</h2>
<p>The script allows you to link direct to the eBay search results for a product using a common URL standard - but it will also detect the location of your visitor based on their IP address and then send them to their nearest eBay store!</p>
<p>This means that US visitors get to view products on eBay US (www.ebay.com) and UK visitors get to see items from eBay UK (www.ebay.co.uk).  The same goes for other visitors from different countries.</p>
<p>You get to post 1 link to eBay which contains your eBay Partner Network campaign ID and the script does the rest!</p>
<p>Your eBay cookie gets dropped for the right country and will send your eBay Partner Network profits soaring!</p>
<p><strong>Examples:</strong></p>
<p>When you buy the script, it comes as a file called go.php so to activate the links, you FTP the file to the relevant place on your domain and then from your blog or website, link using the following URLs:</p>
<pre>http://www.yourdomain.com/go.php?xbox+360+GTA4</pre>
<p>The xbox+360+GTA4 part is the product you are searching for.  Just change it to what you want to search for, separated by + and the script will do the rest.</p>
<p>The link will send the user to their nearest eBay store and show them a search result for "xbox 360 GTA4".</p>
<h2>Custom CustomID field</h2>
<p>The eBay partner network has a method of allowing you to track where your customers come from by using a field called CustomID.  By default, the eBay Geotargetted Link Script takes the URL of the page that the link was clicked on, takes out the messy HTML code and tags and inserts that as the CustomID - up to a maximum of 256 characters.</p>
<p>If you want to use your own CustomID field instead of the referring URL, you can manually enter that information into the go.php file too.</p>
<h2>Extending the script further</h2>
<p>If you are comfortable with editing your .htaccess file on your hosting provider, you can add this line to further extend the capability of this script:</p>
<pre>RewriteRule ^go/([^/]+)?$         go.php?$1 [QSA,L]</pre>
<p>This means that any requests to http://www.yourdomain.com/go will be sent to the go.php file, along with the search parameters too.  Heres the same Xbox 360 example we used earlier, but with the .htaccess method turned on:</p>
<pre>http://www.mydomain.com/go/xbox+360+GTA4</pre>
<p>My script even recognizes the need for SEO friendly URLs, so the following link will work too:</p>
<pre>http://www.mydomain.com/go/xbox-360-GTA4</pre>
<p>You can also rename the go.php to what ever you want!  Make the relevant name changes to the line in the .htaccess too (if you want to use that method) and the go.php script becomes something more powerful and unique to your site:</p>
<pre>http://www.mydomain.com/shop/xbox-360-GTA4</pre>
<p>(file renamed to shop.php and .htaccess method with friendly URLs)</p>
<pre>http://www.mydomain.com/recommends.php?xbox+360+GTA4</pre>
<p>(file renamed to recommends.php and not using the .htaccess method)</p>
<pre>http://www.mydomain.com/link/xbox+360+GTA4</pre>
<p>(file renamed to link.php and using the .htaccess method)</p>
<p>For these examples, we would need to change the .htaccess as follows:</p>
<pre>RewriteRule ^shop/([^/]+)?$         shop.php?$1 [QSA,L]
RewriteRule ^link/([^/]+)?$         link.php?$1 [QSA,L]</pre>
<h2>Installation</h2>
<p>1.  You will need a host that supports PHP and you will also need FTP access to your domain to upload the file.</p>
<p>2.  Purchase the eBay Geotargetted Link Script</p>
<p>3.  Unzip and upload the 3 files via FTP to the root of your domain or blog:</p>
<p>go.php<br />
geoip.inc<br />
GeoIP.dat</p>
<p>4.  Open the go.php file in a text editor and enter your 10 digit eBay Partner Network campaign ID into the line as follows:</p>
<pre>$campid = "1234567890";</pre>
<p>5.  If you want to add your own customID, enter it between the quotes in the line as follows:</p>
<pre>$customid = "";</pre>
<p>See above for more information on the CustomID field and its usage.</p>
<p>6.  Save the file - and start linking!</p>
<p>This script works great with the WordPress aLinks plugin by the way! (The aLinks plugin developers site is down at the moment, but you can grab the plugin <a title="alinks" href="http://www.beste-telefoon.nl/wp-content/plugins/Zip/alinks2.0.2.zip" target="_blank">here</a>).</p>
<h2>Testing</h2>
<p>The eBay Geotargetted link script also allows you to perform testing and debugging too so you can make sure that it is going to do what you want.</p>
<p>To enable this, edit the go.php file and change the line as follows from a 0 to a 1:</p>
<pre>$debug = 0;</pre>
<p>Save the file and test a link and you will be shown a page similar to the following, showing debug information:</p>
<pre><strong>eBay Linking Script</strong>

You are from GB - Therefore I am sending to you eBay GB

And am using this link: http://rover.ebay.com/rover/1/710-53481-19255-0/1?type=3&amp;campid=1234567890
&amp;toolid=10001&amp;customid=xbox-360-page&amp;ext=xbox+360+gtaIV&amp;satitle=xbox+360+gtaIV</pre>
<h2>Multiple Scripts</h2>
<p>You can also run multiple scripts on your site if you need to use more than one eBay Partner Network campaign ID.</p>
<p>Just save the file as something else and change the script accordingly.</p>
<p>This would be a good way to perform "split testing" or have a site where more than one author could link to eBay using their own Campaign ID.</p>
<h2>BUY!</h2>
<p>This script is available to buy for the amazing price of only <span style="color: #ff0000;">$9.99</span>!</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?i=201943&amp;c=single&amp;cl=35711" target="ejejcsingle"><img src="http://www.e-junkie.com/ej/x-click-butcc.gif" border="0" alt="Buy Now" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megatao.com/ebay-tools/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Getting Started With BANS</title>
		<link>http://www.megatao.com/getting-started-with-bans</link>
		<comments>http://www.megatao.com/getting-started-with-bans#comments</comments>
		<pubDate>Wed, 17 Sep 2008 18:24:43 +0000</pubDate>
		<dc:creator>taoski</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[bans]]></category>
		<category><![CDATA[build a niche store]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[geobay+build+a+niche+store]]></category>

		<guid isPermaLink="false">http://www.megatao.com/?p=639</guid>
		<description><![CDATA[What is BANS? Build A Niche Store (BANS) is a software product that allows you to easily create an online store providing affiliate links to products from eBay.  BANS sites are often referred to as "Niche Stores" as they target &#8230; <a href="http://www.megatao.com/getting-started-with-bans">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>What is BANS?</strong></p>
<p><a title="build a niche store" href="http://taoski.nichestore.hop.clickbank.net/?tid=BANS">Build A Niche Store</a> (BANS) is a software product that allows you to easily create an online store providing affiliate links to products from eBay.  BANS sites are often referred to as "Niche Stores" as they target a small subset of items from eBay rather than an entire market.</p>
<p>An example of this would be a site that sells "pink ipod cases" rather than just "ipods".</p>
<p><strong>How does it work?</strong></p>
<p>When a visiting customer to your site clicks through to eBay, a cookie is dropped onto their PC and anything they buy from eBay in the next 7 days gets attributed to you and eBay credit you with a proportion of their fees for the sales.</p>
<p>eBay also give bonuses for signing up new users who register from your website and then confirm their new account via the automated email eBay send them.  This bonus can be as high as $25 per signup.</p>
<p><strong>How do I use BANS?</strong></p>
<p>To set up a store using the <a title="BANS" href="http://taoski.nichestore.hop.clickbank.net/?tid=BANS">BANS</a> software, you will need to obtain several things:</p>
<ol>
<li>An account with the <a href="https://www.ebaypartnernetwork.com">eBay Partner Network</a> (EPN).</li>
<li><a title="buy bans" href="http://taoski.nichestore.hop.clickbank.net/?tid=BANS">Purchase the BANS software</a>.</li>
<li>Have <a title="dreamhost web hosting" href="http://www.dreamhost.com/r.cgi?197587">web hosting</a> capable of hosting a PHP and MySQL site.</li>
<li>Have the ability to complete analysis and research of your chosen "niche".</li>
<li>Have the time to commit to the maintenance and development of the BANS site.</li>
</ol>
<p><strong>Common Misconceptions</strong></p>
<p><strong>BANS is not a "set and forget" site.</strong><br />
Google loves sites that are crawling with unique information and quality articles.  If you install BANS "out of the box" and do nothing to make your site unique, informative or "value adding" to your niche market, Google will drop you from their indexes.</p>
<p><strong>BANS does involve work.</strong><br />
Working with the BANS software is a dream and it makes the setup of the store a breeze, but there is more to it than that.  You need to be able to commit time to promoting the site through internet marketing techniques, writing pages of information, getting quality back links and directory submissions.</p>
<p>I would expect 1 BANS store to take at least 1 hour of work per day to slowly become profitable.<br />
This hour would need to continue even after the store has become profitable.</p>
<p><strong>eBay and Google can kill your site - dead.</strong><br />
There has recently been a tide of account terminations from the eBay Partner Network initiated by them in a drive to weed out "bad affiliates" and sites that send them "low quality visitors".  There are many possible pitfalls to setting up a BANS store and being dropped by eBay is just one of the ways your store could come to a prompt close - possibly through no action of your own.  Being de-indexed from the Google results also makes your store somewhat invisible to searchers - unless they use alternatives such as Yahoo or Live.com.</p>
<p><strong>Research, research, research!</strong><br />
People who buy BANS expect to be able to create a site in 10 minutes that sells the latest games console or MP3 player and then get tons of visitors within hours who will buy through them.</p>
<p>This is the most common pitfall of the 1st time BANS user.</p>
<p>If you created a BANS site that sold iPods, then you will be competing with the other 371 million pages on Google that also feature the word "ipod".  And how many of them do you think sell iPods?  Lots.</p>
<p>To succeed with BANS, you need to be able to grasp the concepts of keyword research to find out what people are looking for.  You also need to know which products sell and what people are actually typing into search engines to find them.  Be prepared to learn as much as you can about Search Engine Optimization (SEO) and keep abreast of the latest internet marketing techniques.</p>
<p><strong>What to do next.</strong></p>
<p>Firstly, and if you are serious about starting using BANS as a way of making money online - I would <a title="dreamhost" href="http://www.dreamhost.com/r.cgi?197587">get yourself a website</a> and set it up with <a href="http://wordpress.org">WordPress</a>.</p>
<p>Secondly, I would start writing about something you love - a hobby or something you are passionate about.  But also think of how you could make money from that passion too.  Are you interested in Stamp Collecting?  If so, an enthusiastic blog written about the subject could drive sales of stamps, albums and books.  If you are passionate about Mustang Cars then you may be looking to link people to sales of those cars, car parts or modifications on eBay.</p>
<p>Also, it's easier to write about things you know and love.</p>
<ul>
<li>Write for your visitors.</li>
<li>Give them information and advice.</li>
<li>Respond to any comments and questions.</li>
<li>Drive people to your site who are looking for that information or product.</li>
</ul>
<p>Thirdly, and once you have your site up and running and are starting to get visitors and searches from Google, apply to the eBay Partner Network and list your site as part of your application.  It's certain to "grease the wheels" and speed through your submission to acceptance.</p>
<p>If eBay do not accept your application, there are other affiliate networks available you can join, but ones that do not work with the BANS software:</p>
<ul>
<li><a title="tradedoubler" href="http://clkuk.tradedoubler.com/click?p=60&amp;a=1500078&amp;g=1447">TradeDoubler</a></li>
<li>PepperJamNetwork</li>
<li><a href="http://taoski.reseller.hop.clickbank.net">ClickBank</a></li>
</ul>
<p>Sites like these will help you hook up with other affiliate deals related to your website.</p>
<p><a title="pepperjam network" href="http://www.pntrac.com/t/Qj1GQUFJPUFERUNIPUNFRQ">Sign up for the PepperJam Network and get a $10 sign on bonus</a></p>
<p><strong>eBay accepted me!  What's next?</strong></p>
<p>Well done!  You are on the way to making money online as an affiliate marketer.</p>
<p>Head over to the Build A Niche Store website and <a title="buy BANS" href="http://taoski.nichestore.hop.clickbank.net/?tid=BANS">purchase your copy of the BANS software</a>.</p>
<p>I strongly recommend using <a title="dreamhost web hosting" href="http://www.dreamhost.com/r.cgi?197587">Dreamhost</a> as your hosting provider.  I have used them for several years and have had no issues with either WordPress or BANS running.  Hostgator, as recommended by the BANS owners often gets blocked by eBay and looses people money in the process!</p>
<ul>
<li>Read the BANS manual!  it will tell you all you need to know to get started with BANS.</li>
<li>Join the BANS Forum where you can get help from established BANS users - some of whom are making 1000s a month from BANS.</li>
<li>Hook up with Soggy at his website and <a title="bans templates" href="https://www.e-junkie.com/ecom/gb.php?ii=146726&amp;c=ib&amp;aff=35711&amp;ev=0d853b0e06" target="_blank">purchase the combined BANS and WordPress templates</a> that will allow you to easily link your existing website we talked about earlier with the BANS software.</li>
<li>Make money!</li>
</ul>
<p>Once you have cracked your first store and are making money from it, replicate the same principles and make another - and another!  Then you will be making three times the amount.</p>
<p style="text-align: center;"><a href="http://taoski.nichestore.hop.clickbank.net"><img class="aligncenter" src="http://www.buildanichestore.com/images/affiliate/468x60.png" border="0" alt="" width="468" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megatao.com/getting-started-with-bans/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
