Online Marketing Glossary: Affiliate Link
Saturday
Jul 19, 2008
Affiliate Link:
- A piece of code residing in a graphic image or piece of text that is placed on an affiliate’s webpage, notifying the merchant that an affiliate should be credited for the customer or visitor sent to their website.
Traditionally these links have been within banner images or text links, but more and more people are turning to dynamic widgets. Amazon has been the one of the best advertisers to come out with new and dynamic widgets, like their mp3 widgets and carousel widgets.
____
Glossary Definition From ABC’s of Online Marketing by Alexandra Wharton, Issue 22, Revenue Magazine
Online Marketing Glossary: Tracking Method
Wednesday
Jun 25, 2008
Tracking Method:
- The way a program tracks referred sales, leads, or clicks. The most common is by unique Web address for each affiliate or by embedding an affiliate ID number into the link that is processed by the merchant’s software.
This link is the lifeblood of affiliates. Some smaller networks base the tracking ID within the link on the user name of the affiliate. Larger networks with a greater number of affiliates use a unique user ID or website ID number to track links.
____
Glossary Definition From ABC’s of Online Marketing by Alexandra Wharton, Issue 22, Revenue Magazine
PHP Affiliate Link Masking
Thursday
Jun 12, 2008
If you’re like me and have jumped into affiliate marketing head on, you may not know some of the nuances of using affiliate links. Recently, James Seligman of JMCA Media schooled me on how to really easily set up PHP redirects for your affiliate links to make them a bit more user friendly. Let me share this knowledge with you!
- Open up Notepad or a similar text editing program.
- Add the following code:
<?
header(”location:affiliate-link-goes-here“);
?> - Replace the portion in italics above with the tracked link from the program of your choice.
- Save the file as a .php file with whatever name is easiest for you.
- Upload it to a designated diretory or folder on your website. Some possible names for the folder are recommends, deals, however you can call it whatever is easiest for you.
- When you want to add an affiliate link, just add the code <a href=”/recommends/affiliate.php”>Affiliate </a>
It’s that simple! I had head of PHP redirects before but, not knowing PHP very well myself, I never looked into how to do it. Luckily James was there to show me just how easy it is! And now you have a weekend project to go mask all your affiliate links!




