PDA

View Full Version : AWS Links



r2d2
10-28-2004, 04:52 PM
Any tried building an AWS link recently? Just building a UK AWS site and it doesnt appear that you can now use the 'Buy from Amazon' add-to-cart image links - or at least they dont give you the code anymore.

Theres a bit in the help on Amazon.com that says use the 'code below', but there isnt any!

Blue Cat Buxton
10-29-2004, 01:16 AM
I've been looking at this also for aws4.
The format I have used on kids toys isn't tracking - presumably clicks should show up on the amazon associates website (even if there aren't any purchases?)

I have clicked through from products to amazon and even added to their cart but no tracking is showing up

can anyone confirm the correct link format?

tomek
10-29-2004, 03:51 AM
<form method="post" action="http://www.amazon.com/exec/obidos/dt/assoc/handle-buy-box=[ASIN]">
<input type="hidden" name="asin.[ASIN]" value="1">
<input type="hidden" name="tag-value" value="[PARTNER-ID]">
<input type="hidden" name="tag_value" value="[PARTNER-ID]">
<input type="hidden" name="dev-tag-value" value="[SUBSCRIBER-ID]">
<input type="submit" name="submit.add-to-cart" value="buy from Amazon">
</form>

Blue Cat Buxton
10-29-2004, 04:10 AM
Tomek - thanks

how soon before the tracking starts showing up on the amazon associates site?

r2d2
10-29-2004, 04:25 AM
tomek, do you know what that code would be for amazon.co.uk, or where I could find it?

Is this the non-javascript part of the add-to-cart links you used to be able to get? What about the submit button image?

tomek
10-29-2004, 05:12 AM
>how soon before the tracking starts showing up on the amazon associates site?
on the next day - just do a few clicks yourself and they should show up tomorrow

>do you know what that code would be for amazon.co.uk
just replace amazon.com with amazon.co.uk in the action attribute of the form

>Is this the non-javascript part of the add-to-cart links you used to be able to get?
I don't understand this question.

>What about the submit button image?
change:
input type="submit" name="submit.add-to-cart" value="buy from Amazon"
to:
input type="image" src="images/submit_img.gif"

images/submit_img.gif can either be one of your images or a hot-linked amazon image like this one:
http://g-images.amazon.com/images/G/01/detail/add-to-cart-midsize.gif

r2d2
10-29-2004, 05:21 AM
I think I tried that, but it couldnt find the page. I may have been changing something else though... I will have a go later when I get home.

Cheers for the add to cart image link too.