I design and create a landing pages. These landing pages will pre sell whatever affiliate offer I am promoting. My landing pages contain a form, and depending on the users choices the user will be referred to an appropriate affiliate offer. If it's any use I promote energy suppliers.
So far this works great, but I don't actually collect any information from the user. They complete the form, my code decides the best energy supplier, and they get redirected.
Instead what I would like to do is collect the users email, and email them their "result". By result I mean the best match energy supplier based on their form inputs.
Implementing this is easy for me, but my problem is what email provider can I use for this? I will be sending an affiliate link in the email.
But, I also know affiliate links in emails are either a) not allowed by mandrill b) will not inbox. So I had the idea of cloaking with a domain name ... but in this day and age it's not uncommon for bots to follow redirects, even meta/js redirects. Right?
And if that isn't possible I though about sending them back to my domain, with a page that says something like "We managed to save you $200 a year. Find out more ...". And then they press a button to be redirected to the affiliate link.
Aside from that I'm out of options. Can anyone chime in and offer some advice on the best way to do this? I feel like I'm losing a lot of money by not collecting the users email and profile.
So far this works great, but I don't actually collect any information from the user. They complete the form, my code decides the best energy supplier, and they get redirected.
Instead what I would like to do is collect the users email, and email them their "result". By result I mean the best match energy supplier based on their form inputs.
Implementing this is easy for me, but my problem is what email provider can I use for this? I will be sending an affiliate link in the email.
But, I also know affiliate links in emails are either a) not allowed by mandrill b) will not inbox. So I had the idea of cloaking with a domain name ... but in this day and age it's not uncommon for bots to follow redirects, even meta/js redirects. Right?
And if that isn't possible I though about sending them back to my domain, with a page that says something like "We managed to save you $200 a year. Find out more ...". And then they press a button to be redirected to the affiliate link.
Aside from that I'm out of options. Can anyone chime in and offer some advice on the best way to do this? I feel like I'm losing a lot of money by not collecting the users email and profile.