Advanced External Affiliate Tracking

In some cases, it may be desirable to perform more advanced Distributor/Affiliate tracking at your Web site, as well as optionally track Promo codes (which can be used to differentiate, for example, between different banners clicked on the Distributor/Affiliate site). This allows you to append the Distributor/Affiliate ID and/or Promo code to the "Buy Now" links at your site in order to pass them directly to the Shopping Cart. This can be used in place of, or in addition to, the standard method of Tracking Affiliate Hit Counts.

To perform advanced tracking, you must include a common file in each page on your Web site. A sample of this common file written in ASP can be found at http://secure.softwarekey.com/solo/templates/AffiliateTrackingSample.htm.

Important

Once you click on the preceding link, you will be re-directed to what initially appears to be a blank window. Position your mouse anywhere within the white space, right-click, and select "View Source" to view the contents of the sample. Save it to disk, changing the file extension to .TXT and view it using Notepad to see the correct formatting of this file.)

Also, a sample of this common file written in PHP can be found at http://secure.softwarekey.com/solo/templates/AffiliateTrackingSample_PHP.htm. Right click this link and save to disk. Rename the file to .TXT and view it in Notepad to see the correct formatting of this file.

Important

Once you click on the preceding link, you will be re-directed to what initially appears to be a blank window. Position your mouse anywhere within the white space, right-click, and select "View Source" to view the contents of the sample. Save it to disk, changing the file extension to .TXT and view it using Notepad to see the correct formatting of this file.)

To integrate advanced Distributor/Affiliate tracking into your Web site, follow these steps:

Once this is implemented into your site, you can test by visiting a page on your site with ?a=XXXX&Promo=YYYY in the query string. This should save the a/Promo values to cookies in the browser. Next, navigate to a page with a "Buy Now" link and verify that the query string on the "Buy Now" link has d=XXXX&PROMO=YYYY appended to the query string.