Is This Option availlable on aweber !

6 replies
Hello Guys, I Have A Health related website i wrote articles about a lot of diseases Like Cancer, Heart disorders, Allergies etc .....

So I Want to Use Aweber To make my email List for each niche, and using one email capture. like this :

on my home page i want put my email capture like an advertisement like this :

Name :
Email :
Health concern: here it should be a list of all my niches, ok, they chose one of them, than they click on subscribe and they will be automaticly add on my email list

Is this option like Health concern: availlable on aweber, "One email Capture included with a lot of diseases "Niches" !!!!!!"

Thanks Guys for your Help
#availlable #aweber #option
  • Profile picture of the author MktCoach
    Not sure if I understand you fully, but here's what I do.

    Assuming that you want the same followup sequence but different confirmation/first followup for each niche:

    - create a new list, call it for example "standard000" or whatever (create/manage lists)
    - create a new list for each niche, e.g. "niche001", "niche002" etc
    - set up an automation rule for each of the "nichexxx" lists so that whenever someone signs up to it, they automatically join the "standardxxx" list
    - the "standard" list can contain multiple followup emails - the whole sequence
    - the individual "niche" lists can only contain the initial welcome message and confirmations
    - you're set

    Another important concern is tracking of your individual traffic sources. Ad Trackers can only go so far, so what I do is set up different forms in each list. Naturally, I also need to put each form into each alternative version of the landing page. So, for example:

    - niche 1 --> landingpage01.htm --> niche001-form1
    --> landingpage02.htm --> niche001-form2
    --> landingpage03.htm --> niche001-form3 ... etc

    Then, you can promote each lander to a different traffic source. When aWeber reports on your signups, you'll be able to see EXACTLY which traffic source delivered which people. Handy!

    Now, you could - theoretically - also do that using an Ad Tracker, but I have not found a way to do this equally transparently. aWeber supports parameter passing, but not all ad trackers do, so this may be the easiest (if a bit laborious) way to do that.

    Not sure if this answered your question, but hopefully it will be useful nonetheless.
    Signature
    Here's a unique 100% FREE book about the best online business models. No strings attached. Enjoy!
    Looking for an online business system that works?
    Time you checked out the IM Competitive Edge.
    {{ DiscussionBoard.errors[7792661].message }}
  • Profile picture of the author andyjbenson
    Am I right in thinking you want a webform with different niche buttons as the "subscribe" button? So that they fill in their email address and then depending on which niche button they hit, they will be added to the corresponding list in your Aweber account?

    My advice is to ask Aweber as this one could get very complicated and messy, when in reality there's probably a simple route they can guide you down if the answer from them is "Yes"

    Best Regards,

    Andy Benson
    {{ DiscussionBoard.errors[7793137].message }}
  • Profile picture of the author Velant
    Originally Posted by bahi010 View Post

    Hello Guys, I Have A Health related website i wrote articles about a lot of diseases Like Cancer, Heart disorders, Allergies etc .....

    So I Want to Use Aweber To make my email List for each niche, and using one email capture. like this :

    on my home page i want put my email capture like an advertisement like this :

    Name :
    Email :
    Health concern: here it should be a list of all my niches, ok, they chose one of them, than they click on subscribe and they will be automaticly add on my email list

    Is this option like Health concern: availlable on aweber, "One email Capture included with a lot of diseases "Niches" !!!!!!"

    Thanks Guys for your Help
    On Aweber you can add additional fields on top of name and email, but whether the captured emails can be automaticallly sorted - the best way to find out is to contact their live chat, they are pretty good and quick. Good luck.
    {{ DiscussionBoard.errors[7793151].message }}
  • Profile picture of the author WillR
    You can do this using segments but this means all people will be on the same list and you can only send one set of automated followups to all of those people.

    There is a better way to do this and put them all on separate lists.

    In the standard Aweber form code, the list people are added to is dictated in this hidden input field:

    <input type="hidden" name="listname" value="abc" />

    In that example 'abc' would be the name of your list people are added to.

    Since you want to include a number of different list names in a drop down box, you would instead remove that hidden field line and insert a drop down box instead such as this.

    <select name="listname">
    <option value="nameoflist1">Allergies</option>
    <option value="nameoflist2">Cancer</option>
    <option value="nameoflist3">Heart Disease</option>
    </select>

    This means the listname field will change depending on which disease they select. So if they select 'Allergies' in the drop down box, they will be added to the list name you specify for that disease... and so on for each option in the drop down box.

    You simply replace "nameoflist1" with the Aweber listname for that disease, and so on.
    {{ DiscussionBoard.errors[7793163].message }}
  • {{ DiscussionBoard.errors[7793527].message }}

Trending Topics