Hello Jo-Anne,
That’s a smart strategy and I have a few ideas to simplify how you get it done so you don’t have to manage four Campaigns each having a similar email to be updated.
I’d have all of those subscribers enter the same campaign. Then you can use dynamic content in your email that delivers the tutorials (are these links to tutorials on a website?). Then they can all progress through the same nurturing sequence after
Here’s an example of how the dynamic content can look! Note that your tags will be lowercase.
{% if 'canada' in subscriber.tags %}
Content for Canada subscribers.
{% elif 'oscanada' in subscriber.tags %}
Content for osCanada subscribers.
{% elif 'demo' in subscriber.tags %}
Content for demo subscribers.
{% elif 'nondemo' in subscriber.tags %}
Content for nondemo subscribers.
{% else %}
Default content for all other subscribers.
{% endif %}
I also included a catch all “else” for any subscriber that might not have on of those tags - just in case.
You can put any content you want in each section including images, links, buttons etc…
Dynamic content is a lot of fun and very powerful. If you get stuck at all, be sure to reach out to AWeber support.
I’d also like to mention that we’re working on some conditional features for Campaigns, and we’d love for you to join the beta so you can try it out soon and offer us your feedback.