One of the first things I wanted to do with ListMail, after seeing how the link tracking worked, was to use it to track links on web pages. With Dean's help, this turned out to be a very simple thing to set up. With the custom script I can now:
1. Keep track of the number of File Downloads.
2. Use affiliate links "anywhere", including e-books, AdWords, web pages, etc. I now manage all of my affiliate links with ListMail.
3. Record simple survey stats / polls, including automatic links to "thank-you" pages.
Here is the "ReadMe.txt" file for setting up the script:
-------------------------------------------------
README for the go.php Script
------------------------------------------------
INSTALLING the script
(1) Create a directory on your website called "Links"
(2) Open the go.php script using a text editor and make
sure that the $configfile and $adminfile variables
point to the correct location on your website.
(i.e. The "ListMail" directory will be the directory
you created when installing ListMailPro)
(2) Upload the go.php script to the Links directory
(3) Create tracking URLs using ListMailPro
The urlid parameter in the go.php script will
correspond to the Ref.Code column in ListMailPro
(4) Place links on your website, e-books, etc.
Example:
http://yourdomain.com/Links/go.php?urlid=therefcode
I'll post the actual script next ...