<?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>Netpaths Guide to SEO &#38; Web Design &#187; ebay affiliate</title>
	<atom:link href="http://www.netpaths.net/blog/tag/ebay-affiliate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netpaths.net/blog</link>
	<description>Simple Search Engine Optimization Steps</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:41:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Maximizing the Ebay Affiliate Program</title>
		<link>http://www.netpaths.net/blog/maximizing-the-ebay-affiliate-program/</link>
		<comments>http://www.netpaths.net/blog/maximizing-the-ebay-affiliate-program/#comments</comments>
		<pubDate>Fri, 09 May 2008 06:09:53 +0000</pubDate>
		<dc:creator>CVOS</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[ebay affiliate]]></category>
		<category><![CDATA[ebay partner network]]></category>
		<category><![CDATA[php affiliate code]]></category>

		<guid isPermaLink="false">http://www.netpaths.net/blog/maximizing-the-ebay-affiliate-program/</guid>
		<description><![CDATA[Ebay recently moved their affiliate program from Commission Junction to their in house Ebay Partner network. This is some code that will help you quickly build ebay affiliate links without logging in to their website and using the auction link building tool https://www.ebaypartnernetwork.com/PublisherToolsHome PHP functions for Ebay.com originally from Tamebay: function get_country($country_code) { $US = [...]<p> Thanks for reading our web design and SEO blog. Get the full post online  <a href="http://www.netpaths.net/blog/maximizing-the-ebay-affiliate-program/">Maximizing the Ebay Affiliate Program</a> and tell us your thoughts.


<a href="http://www.netpaths.net/blog">Netpaths Guide to SEO &amp; Web Design - Simple Search Engine Optimization Steps</a></p>

Related posts:<ol>
<li><a href='http://www.netpaths.net/blog/free-ebay-sniping/' rel='bookmark' title='Automated Free Ebay Sniping Program'>Automated Free Ebay Sniping Program</a></li>
<li><a href='http://www.netpaths.net/blog/pepperjam-network-affiliate-program-incentive/' rel='bookmark' title='Pepperjam Network Affiliate Program Incentive'>Pepperjam Network Affiliate Program Incentive</a></li>
<li><a href='http://www.netpaths.net/blog/bidvertiser-ebay-ads/' rel='bookmark' title='Bidvertiser Ebay Contextual Ads'>Bidvertiser Ebay Contextual Ads</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ebay recently moved their affiliate program from Commission Junction to their in house Ebay Partner network.</p>
<p>This is some code that will help you quickly build ebay affiliate links without logging in to their website and using the auction link building tool  https://www.ebaypartnernetwork.com/PublisherToolsHome</p>
<p>PHP functions for Ebay.com originally from <a href="http://www.tamebay.com/2008/04/php-affiliate-links-with-ebays-epn.html">Tamebay</a>:</p>
<p><code></p>
<p>function get_country($country_code) {<br />
$US = "711-53200-19255-0";<br />
$IE = "5282-53468-19255-0";<br />
$AT = "5221-53469-19255-0";<br />
$AU = "705-53470-19255-0";<br />
$BE = "1553-53471-19255-0";<br />
$IN = "4686-53472-19255-0";<br />
$CA = "706-53473-19255-0";<br />
$SG = "3423-53474-19255-0";<br />
$HK = "3422-53475-19255-0";<br />
$FR = "709-53476-19255-0";<br />
$DE = "707-53477-19255-0";<br />
$IT = "724-53478-19255-0";<br />
$ES = "1185-53479-19255-0";<br />
$CH = "5222-53480-19255-0";<br />
$UK = "710-53481-19255-0";<br />
$CN = "4080-53484-19255-0";<br />
$NL = "1346-53482-19255-0";</p>
<p>return $$country_code;<br />
}</p>
<p>function aff_link($url,$text,$customid,$country){<br />
$target = get_country($country);<br />
$prefix = "http://rover.ebay.com/rover/1/";</p>
<p>echo "<a href=\"".$prefix.$target."/1?campid=YOURAFFILIATEID&#038;customid=”.urlencode($customid).”&#038;toolid=10001&#038;mpre=”.urlencode($url).”\” title=\”".$text.”\”>”.stripslashes($text).””;<br />
}</p>
<p></a></code><br />
place this PHP code in your website to generate the ebay affiliate link</p>
<p><code><br />
  aff_link("URL","link text","custom ID","country");<br />
</code><br />
where</p>
<p>    * URL is the eBay URL   to link to<br />
    * link text is the anchor text you will use &#8211;  will also appear as the link title attribute)<br />
    * custom ID is like the CJ SID,   append a specific ID to any link, for granular affiliate link tracking<br />
    * country is the two letter country code relating to the auction program being promoted (US, UK, FR, DE, AU etc.) </p>
<p>You can see more php code to  create custom ebay affiliate links at <a href="http://www.tamebay.com/2008/04/php-affiliate-links-with-ebays-epn.html">Tamebay</a>.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.netpaths.net%2Fblog%2Fmaximizing-the-ebay-affiliate-program%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.netpaths.net%2Fblog%2Fmaximizing-the-ebay-affiliate-program%2F&amp;source=cvos&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p> Thanks for reading our web design and SEO blog. Get the full post online  <a href="http://www.netpaths.net/blog/maximizing-the-ebay-affiliate-program/">Maximizing the Ebay Affiliate Program</a> and tell us your thoughts.


<a href="http://www.netpaths.net/blog">Netpaths Guide to SEO &amp; Web Design - Simple Search Engine Optimization Steps</a></p>
<p>Related posts:<ol>
<li><a href='http://www.netpaths.net/blog/free-ebay-sniping/' rel='bookmark' title='Automated Free Ebay Sniping Program'>Automated Free Ebay Sniping Program</a></li>
<li><a href='http://www.netpaths.net/blog/pepperjam-network-affiliate-program-incentive/' rel='bookmark' title='Pepperjam Network Affiliate Program Incentive'>Pepperjam Network Affiliate Program Incentive</a></li>
<li><a href='http://www.netpaths.net/blog/bidvertiser-ebay-ads/' rel='bookmark' title='Bidvertiser Ebay Contextual Ads'>Bidvertiser Ebay Contextual Ads</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.netpaths.net/blog/maximizing-the-ebay-affiliate-program/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

