2
7 Comments

Automatic tagging in MailChimp

Hi,
I want to achieve something quiet simple with MailChimp: I have a subscription form on my website (provided by MC) and I want any new subscriber who goes through it to get a tag.

I can't find it. I f you have an idea or a better way to automatically sort subscribers, I'm all hears.

Cheers

  1. 2

    Hey Thomas,
    I do this in all of our apps. You'll want to use tags. Here's my MailchimpTagFactory
    https://cl.ly/b9b582529f46

    When a user signs up, we add "subscriber", "status-XXX", and "plan-XXXX". When the users sub expires we keep the tags but now status-expired. This is so we can re-market to those.

    Hope this helps.

    1. 1

      What do you do with this code? I understand the code, but have no idea where it goes? At Mailchimp? How and where? Nice code, but typical of programmers to be blind to how others need help implementing. If I knew how to implement it I would be able to code it myself and wouldn't need the help. Sorry to be so blunt.

  2. 1

    Trying to get this to work with Bloom Opt in in Divi with Mailchimp. Set up in Form Builder a form with a hidden field, checked. When Bloom pulls the list any custom fields should show up as options. However, I am still getting the default lame three custom field Bloom includes. It is not pulling the data. Cache is cleared, lists refreshed, documentation read again and Mailchimp is a service Bloom claims to support exactly for this. All claims say yes, but in reality it is NO!

  3. 1

    What sorting requirement do you need?

    This is what I usually do: add a tag under the audience list section or create a custom segment for a particular campaign before you trigger a campaign.

    I'm doing both respectively because there're many scenarios around my mailing campaigns. Happy to exchange ideas.

  4. 1

    How about adding the tag as a hidden field?

    Hide fields in advanced forms https://mailchimp.com/help/advanced-form-customization/

    1. 1

      It's seems like the easiest solution.
      I'm gonna try, thanks!

  5. 1

    I think you could do something like this with Zapier:

    • Users sign up via the MailChimp form
    • Trigger a Zap that checks the new signups source
    • If the source is "embed form" (or whatever they call it) then tag the user.

    If you can edit HTML decently well, you can also add a hidden field to the user's profile field in MailChimp. Then when they sign up, you can set tag rules to tag them based on the value in that profile field.

Trending on Indie Hackers
I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments How I Sourced 60% of Customers From Linkedin, Organically 13 comments Hero Section Copywriting Framework that Converts 3x 12 comments Promptzone - first-of-its-kind social media platform dedicated to all things AI. 8 comments How to create a rating system with Tailwind CSS and Alpinejs 7 comments