Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter paulminors

    (@paulminors)

    Can anyone help me with this?

    Plugin Author Jeremy B. Shapiro

    (@jeremyshapiro)

    Paul, how do you want this to work with MailChimp, like, walk us through the use case you’re envisioning?

    Thread Starter paulminors

    (@paulminors)

    Okay – so if I want someone to click a link in an email to go to a blog post, how could I say “Welcome back Paul” on the page?

    Or when the click the link in the confirmation email, how could I say “Congratulations Paul!”?

    Plugin Author Jeremy B. Shapiro

    (@jeremyshapiro)

    You’d need MailChimp to include their firstname in the link. Then urlparams could display their name since it’ll be in the URL.

    See this for more info:
    https://kb.mailchimp.com/merge-tags/personalization/create-unique-campaign-urls-for-subscribers

    For your URL in MailChimp, use something like https://mysite.com/somepost/?FirstName=*|FNAME|* as that’ll then merge their first name into the URL and then urlparams can pick it up with [urlparam param="FirstName]

    Thread Starter paulminors

    (@paulminors)

    Thanks for your help! Could I also ask – is there a way to strip the “?FirstName=Bob” from the URL once the plugin has used it (almost like redirect or something)? So the URL would just look normal and users wouldn’t see the “?FirstName=Bob” part?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘MailChimp Support?’ is closed to new replies.