Mailchimp Conditional Merge tags using a date field not working

余生长醉 提交于 2019-12-06 08:51:55
Roger

You have to use the format 'YYYY-MM-DD'.

I was struggling with this, too, but I have the below working:

*|IF:VALIDUNTIL=2016-12-31|*
Vaild Member
*|ELSE:|*
Expired Member
*|END:IF|*

Don't know if this is a recent change, but Roger's answer only works for exact date comparison.

*|IF:JOINED=2017-01-31|*
   You joined ON jan 31st
*|ELSE:|*
   You joined literally any other date
*|END:IF|*

If you want to use comparisons, they work the same as any other merge tag (But only in the YYYY-MM-DD format)

*|IF:JOINED>2017-01-31|*
   You joined after January 31st 2017
*|ELSE:|*
   You joined before January 31st 2017
*|END:IF|*
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!