Affiliates

Linking

Text links are the most basic kind of link, you can make tham by following the instructions below for our three most basic linking types. Please note that you must have received an approval e-mail before we can track any sales that occur through your links. You must also be in pocession of your unique affiliate ID number.

Homepage Link

Here is the Home page linking format:

http://www.cd-wow.com/?affid=your_affiliate_ID_number

Here is how the link might appear in your HTML

<a href="http://www.cd-wow.com/?affid=#####">Link to CD WOW!</a>

Make sure that you replace ##### with the unique number that you have been assigned.

Individual Product

Linking to an individual product is very similar. Just search for a particular product using our search box. Say for instance you wanted to Link to Robbie Williams Escapology, the product link would be:

http://www.cd-wow.com/detail_results.php?product_code=3261

Now just add &affid=your_affiliate_ID_number

Say that your affiliate number is 8765. Then your link would be:

http://www.cd-wow.com/detail_results.php?product_code=3261&affid=8765

And this is how it might appear in your HTML:

<a href="http://www.cd-wow.com/detail_results.php?product_code=3261&affid=8765">Robbie Williams - Escapology</a>