In order to track sales and leads, you
must embed tracking code on the confirmation page of your online
store (for sales), or on the confirmation page of a signup form for
leads. This tracking code triggers Affiliate Wiz to record the sale
or lead under an affiliate provided a cookie is found on the web
visitors computer. The tracking code is basically a hidden image
which passes the proper information back to Affiliate Wiz. In the
case of sales tracking, this information includes the order number
and the sales total.Affiliate Wiz automatically produces the
sales tracking code, however you must modify the code to dynamically
populate the sales amount and order number. To add the sales
tracking code to your confirmation page, copy and paste the code
produced by Affiliate Wiz. The code is obtained in the
administration console by clicking Tracking Code. The code
will appear similar to that shown below. Fields which can be
changed are shown in Green.
<img border="0" src="http://www.yourdomain.com/aw.aspx?Task=AddSale
&Order_Number=12345
&Total_Amount=55.00&Country=USA"
width="0" height="0">
You must dynamically populate the following
parameters:
Order_Number = Sales Order
Number
Total_Amount = Total
Amount of the Sale
Country = Country or
State the sale was made to. (Optional Parameter)
Note: If your
checkout page uses the Secure Protocol (https://) then you must
change the Image SRC URL to use https:// rather than http:// and the
location where you installed Affiliate Wiz must also support this
protocol.
Other Optional Parameters These
options can be used to override any fixed affiliate rates and
commission types.
Optional1, Optional2, Optional 3 = These three
optional fields can be used to store optional information about the
lead. Up to 25 characters can be stored in each field.
Commission1 =
Optional overriding commission rate for Tier 1 sales. If specified,
this rate is used rather than the affiliates individual rate.
Commission2 ...
Commission5 = Optional overriding commission rate for
Tier 2 through Tier5 sales. If specified, this rate is used rather
than the affiliates individual rate.
CommissionType =
Option overriding commission type. Valid values are
FlatRate and
Percent. This field is used in
conjunction with Commission1 through Commission5.