Your cart is currently empty!
using an affiliate link in an email
—
by
if I type this in my email:
<a href=”http://www.whatsinatear.com/shop/book-one-the-purpose-of-cancer/?affiliates=3″>http://www.whatsinatear.com/shop/book-one-the-purpose-of-cancer/?affiliates=3</a>
this shows up in the email:
http://www.whatsinatear.com/shop/book-one-the-purpose-of-cancer/?affiliates=3
but how do i make it so just this shows up: “What’s in a Tear? The Purpose of Cancer?” as a link to click on that tracks the affiliate still?
Posted in Affiliates Enterprise
Comments
One response to “using an affiliate link in an email”
As with any normal link, using basic HTML you would do:
<a href="http://www.example.com/?affiliates=123">The link's text</a>
See http://www.w3.org/TR/REC-html40/struct/links.html and http://www.google.com/?q=a+tag+in+emails