I’m stuck on this one (and so are the guys at support). Here is my situation: I have content upgrades and free worksheets for people to download.
What I want to do is segment new subscribers from old ones. I have been doing this with tags, so it looks something like this:
The automation starts when someone opts-in for the upgrade (they are added to the list if they are new)
I send them the free download
If a prior tag is present, the automation ends (old subscriber)
If a prior tag isn’t present, they are added to a welcome series of emails (new subscriber)
The only way (I can see) to add these prior tags is by adding each one manually.
The problem? Every time I add a new content upgrade (and new tag), I have to go back to the other automations to add this new tag to the automation split.
Hi @jdaindustries,
I can see why support was stumped on this one. Here’s one solution that might work:
Build one automation that simply checks for tags. Eg. They enter the automation by filling in a form/subscribing. You can have a series of if/then statements that check for any previous tags. If any of the conditions are true, then you add a tag to them ‘prior.’ As soon as this tag is added it can trigger off your content upgrade automation & at the end of that automation all you have to check for is one ‘prior’ tag. This means you are only ever adding to that first automation the extra Content Upgrade Tags.
Actually, on second thoughts… In your Welcome Series Automation can you add a step that adds a tag to the contact to indicate that they have been through the welcome series? Then when building your content upgrade automations you just check to see if they have that tag - if they do you add them to the welcome series automation, but if they don’t, they just end the automation as usual??