- Inherit sample autoresponder notification – Login to 1shop, click on autoresponders, then click on “inherit” in the upper left hand corner. Type in 182330 and then click on “submit” and then “submit” again.
- Go to the alternate destination of the this autoresponder (AS Inner Circle Click Tracker), and put your email address there. If you forget this step, your prospect will receive this notification (that wouldn’t be good).
- Download click tracker file
- Open click.php in a text editor of some kind. We prefer Notepad ++. Update lines number 5,6 and 7 with your info. Line #7 is for the URL of your e-promo-kit (or whatever you’re sending them after they click the link). If the destination page is WordPress, make sure to add /.php to the end of the URL
- Save that file and upload it to your AS folder via FTP
- Test the link with your own values (name, email, etc.). Use the sample link below.
- If you get the autoresponder notification, you’re looking pretty.
[/box]
Sample link to try once you have the file customized and uploaded to your AS folder:
[sourcecode language=”plain”]
[wlm_website]/AS/click.php?Name=[wlm_firstname] [wlm_lastname]&email=[wlm_email]&auto=yes
[/sourcecode]
Sample link to put in your autoresponder that will merge your prospect’s info (you can add additional variables to pass onto the destination page if necessary):
[sourcecode language=”plain”]
[wlm_website]/AS/click.php?Name=%$name$%&email=%$email$%&auto=yes
[/sourcecode]