All Collections
Website > LinkURealty FS System
Adding affiliate code for tracking purchases
Adding affiliate code for tracking purchases
Jason Bullington avatar
Written by Jason Bullington
Updated over a week ago

You can add tracking code by doing the following:

  1. Login to your website control panel.

  2. Click on FS Control Panel.

  3. Click on FS Settings.

  4. Click Additional Settings.

  5. Find the section for Affiliate Tracking Code.

  6. Enter the Affliate Tracking Code provided to you from your affiliate management company.

  7. Click to Save Changes.

Some affiliate codes will require you to send back variables to them, such as the amount of the purchase or transaction ID. You can insert these values by using [totalamount] and [transid].

So if there is a URL in the script for example:
โ€‹ http://somedomaintrackingcompany.com/track/sale.php?acctid=123455&amount=[totalamount]&ordernum=[ordernum]&type=SALE

The only parts of the URL we changed were for the amount and the order number. The other variables are just for the example and your URL from your provider may be vary.

Did this answer your question?