Referring Tips
Setting Up Referral Links
Important:
To benefit from your referrals to our site, you must do
the following:
- You must be registered as an Affiliate Partner.
- You must have received a unique Affiliate Number.
(This number was sent to you via email when you signed
up as an affiliate.)
- You must set up specially-designed links containing your unique
Affiliate Number.
If
you do not have a unique Affiliate Number, then simply
go back and sign-up
for the program.
Operating Agreement
Method 1.
Installing simple HREF links:
Use
the following URL, replacing the words "YourAffiliateNumber"
with your actual unique Affiliate Number. Use this URL
as the hyperlink for any text or image. When someone visits
our site by clicking this link, the system will associate
their visit and their purchases with your Affiliate Number.
Here's
the URL:
http://www.medical-coding.net/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber
Here's
two examples of how to utilize the URL, with the accompanying
HTML code below each example:
Example 1: Click Here
for
medical coding products.
<a href="http://www.medical-coding.net/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber">
Click Here</a> for medical coding products. |
Example 2: Great medical coding products
from 
Great products medical coding products from
<a href="http://www.medical-coding.net/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber">
<img border="0" src="http://www.medical-coding.net/ares/smalllogo.jpg"
align="top" width="94" height="27"></a>
|
Method 2.
Sending links in email correspondence or newsletters:
Include your referral link
in email messages, discussion list posts, and newsletters
by pasting in the full URL, without any HREF syntax.
|
http://www.medical-coding.net/cgi-bin/mcart/ares.cgi?ID=YourAffiliateNumber
|
Method 3.
Using a Form POST
Utilize a form to refer
visitors to our site.
Great medical coding products
..
<form method="POST"
action="http://www.medical-coding.net/cgi-bin/mcart/ares.cgi">
<input type="hidden" name="ID" value="YourAffiliateNumber">
<input type="image" src="http://www.medical-coding.net/ares/smalllogo.jpg"
align="top" width=94 height=27 border=0 alt="Click
here for great medical coding products">
</form> |
Technical Specifications
How
does it work? The link of form post triggers a program that creates
a cookie in the visitor's web browser and then redirects them to the
homepage of Medical Coding .Net
(http://www.medical-coding.net). When the visitor makes a purchase,
your affiliate number
will be identified within the cookie, and your
affiliate account will receive
credit for the sale. The cookie persists for 30 days,
and any sales completed by a referral in that time will
be logged to your account.
By
default, all click-through visitors enter the Medical
Coding .Net homepage.
If you would prefer that the landing page for your
visitors be a different page within the site, please
contact us at
to request a
different URL.
The
essential parts of affiliate referral links are the following:
- Always use the URL location:
http://www.medical-coding.net/cgi-bin/mcart/ares.cgi
- Always POST or GET the variable ID with YourAffiliateNumber:
GET: ?ID=YourAffiliateNumber
POST: name=ID value=YourAffiliateNumber
|