How do I add information about my product to the download page?
If you want to communicate additional information regarding your product(s) to your customers on the Download page such as download instructions, product instructions, product notices, etc.. you can do so by adding the information to the "Download Page Text" field in your PayLoadz Profile.
To do so follow these steps:
1. Go to the "Account" tab and from the drop-down menu select "Payloadz Profile".
2. Locate the "Download Page Text" field and add the information you want to convey.
3. Go to the bottom of the page and click "submit Information" to save.
The information you added will now appear on the Download page in the section "Additional Information About Your Download:" section of the Download page.
To Track your download you need to set any image pixel or JavaScript that you want to track like:
Dear Customer,
Thank you for your purchase
<img src="https://www.example.com/?mc_gross=js_mc_gross&txn_id=js_txn_id&payer_email=js_payer_email&custom=js_custom" height="0" width="0" border="0">
Variable values must be same as:
js_first_name
js_last_name
js_txn_id
js_mc_gross
js_custom
js_payer_email
on run time on the download page these values will be populated with the exact values.