Amazon Price Watch Associate
This entry was posted on 12/21/2007 8:54 AM and is filed under uncategorized.
If you think Amazon Price Watch is a good idea and want to add the same function to your blog or website, it's EASY. You don't need to rebuild the service! The
BEST part is, we provide the service, you
MAKE money! Just put your Amazon associate tag, and you will get
100% of the reference fee from Amazon.
How to insert a job:
Just open the page here, replace asin, email and the tag parameters:
http://www.nukeprice.com/AmazonPriceWatch/AmazonPriceWatch.aspx?asin=XXXXX&email=XXXXX&tag=YourtagExample code:
===Code Begin===
<table>
<tr><td>Detail Page Url:</td></tr>
<tr><td><input type="text" id="nukepriceurl"></td></tr>
<tr><td>Your Email:</td></tr>
<tr><td><input type="text" id="nukepriceemail"></td></tr>
<tr><td><INPUT TYPE=BUTTON OnClick="
var re = new RegExp('/([A-Z0-9]{10})(/|$|\\?)');
var url=document.getElementById('nukepriceurl').value;
var m = re.exec(url);
var marketplace=0;if(url.indexOf('amazon.co.uk')>=0) marketplace=1;if(url.indexOf('amazon.ca')>=0) marketplace=2;
var asin='';
if(m!=null)asin=m[1];
document.getElementById('nukepriceurl').value='';
window.open('http://www.nukeprice.com/AmazonPriceWatch/AmazonPriceWatch.aspx?asin='
+asin+'&email='
+document.getElementById('nukepriceemail').value+'&marketplace='+marketplace+'&
tag=yourtaghere');" VALUE="Price Watch"></td></tr>
</table>
===Code End===