Technical Specifications - Integration with your website

There are no modifications needed to start signing up and managing your affiliates.

Simply:

  1. link to your signup and affiliate login pages
  2. add your own banners and/or text links through the admin area
Your affiliates will be able to copy automatically generated html-link-codes from the affiliate web based account. 
When visitors use your link codes MyReferer will automatically register it.

In order for our system to post a pending/confirmed commission, your system needs to communicate with our server and send it information about the order/lead THROUGH the receipt page. If you are using a shopping cart or a third party processor to handle your orders you can integrate that system simply by editing the confirmation page.

You will easily work with your own

  • Shopping Carts [ view list ... ]
  • Registration Forms
  • Newsletter subscription Forms
  • etc.

You only need to add an image tag to your confirmation page that looks like the following:

<img src="http://www.myreferer.com/cgi/order.cgi?AMOUNT=[AMOUNT]&ORDERID=[ORDERID]">

Both [AMOUNT] and [ORDERID] must be replaced with something that your site software (or 3rd party processor) can translate automatically into a value. Assuming your order number is '123456' and the amount is $25.00, your confirmation page should load this image tag (in the source code):

<img src="http://www.myreferer.com/cgi/order.cgi?AMOUNT=25.00&ORDERID=123456">