我正在尝试在使用 Shopify 的 Liquid 标记语言的 Customer.io 中添加一些逻辑:
{% if customer.Campaigns Participated > 0 %} I also saw that you participated in a campaign, which is awesome!
If you have a second, I'd love it if you could tell me what it was that made you sign up?
{% else %}
I see you haven't had a chance to participate in your first campaign - can I ask what happened?
{% endif %}
问题是由于空间的原因,它无法识别“Campaigns Participated”属性......
有什么办法可以逃离这个空间或什么的?
谢谢