Email/ZIP submit: How would you handle this?

4 replies
Hi,

For CPA marketing:

1) What is the best way to get visitor's email address (or ZIP submit) without irritating them for inputting their email address twice i.e. first at my landing page and second at advertiser's page.

2) Is there a way of using iFrame or some other technique where visitors enter email once (on my landing page or advertiser's page) and it (email) is saved both for me and advertiser?

I am just thinking that for building my email list the visitor could just get annoyed and close the advertiser's page without getting converted.

Would be great to know how warriors would handle this.

Thanking you in anticipation.

Regards,

Riz
#cpa #email or zip #email submit #handle #landing page #psychology #submit #zip submit
Avatar of Unregistered
  • It is something weird to ask visitors to enter their email twice. I don't think you can capture the email for both pages at the same time unless you have access to the advertiser's page coding.
    {{ DiscussionBoard.errors[11425643].message }}
  • Profile picture of the author Oziboomer
    Originally Posted by rizabbasi View Post

    1) What is the best way to get visitor's email address (or ZIP submit) without irritating them for inputting their email address twice i.e. first at my landing page and second at advertiser's page.

    2) Is there a way of using iFrame or some other technique where visitors enter email once (on my landing page or advertiser's page) and it (email) is saved both for me and advertiser?
    You could use a script to pass the email address along via the URL but you will need to do some research as to the coding required.

    We've used something similar to. . .

    <script>
    $(document).ready(function () {
    $(window).load(function () {
    if (getURLParameter("email") != "null") {
    var href = $("a[href*='#EMAIL#']").attr("href");
    href = href.replace(/#EMAIL#/g,getURLParameter("email"));
    $("a[href*='#EMAIL#']").attr("href",href);

    etc.

    But you will need a complete code that works for your situation

    Best regards,

    Ozi
    {{ DiscussionBoard.errors[11425850].message }}
  • Profile picture of the author ChrisBa
    Originally Posted by rizabbasi View Post

    Hi,

    For CPA marketing:

    1) What is the best way to get visitor's email address (or ZIP submit) without irritating them for inputting their email address twice i.e. first at my landing page and second at advertiser's page.

    2) Is there a way of using iFrame or some other technique where visitors enter email once (on my landing page or advertiser's page) and it (email) is saved both for me and advertiser?

    I am just thinking that for building my email list the visitor could just get annoyed and close the advertiser's page without getting converted.

    Would be great to know how warriors would handle this.

    Thanking you in anticipation.

    Regards,

    Riz
    Many of these offers have pre-pop available so you can pass their email address along with a variable within your link. This sounds like your best option.
    {{ DiscussionBoard.errors[11425869].message }}
  • Profile picture of the author webmarke
    My strategy is very simple....I send traffic to my optin page and on the thank you page and follow up emails, I put links to the cpa offers.


    I feel...Prospects are not going to optin and be directed to another optin form and optin again.


    However...If you describe the cpa offer on your thankyou page (presell it), then your prospects are more likely to optin if the click the link themselves to go to the offer.


    I think your moindset is to short sided. You are in such a rush to get every optin to view you cpa offers, that you are not qualifying (making sure they are interested in the offer) before you want to put a cpa optin form in there face.


    Here is what I suggest.....


    Do some research about the cpa offer that you are promoting.


    If your squeeze page is designed to get people who are interested in the cpa offer, then use your thank you page to presell the cpa offer instead of just sending them to the optin page for the cpa offer.


    You will get more conversions, and your customers will not really think about the fact that they will have to optin twice to get what you promised.
    {{ DiscussionBoard.errors[11425890].message }}
Avatar of Unregistered

Trending Topics