Forum Discussion
RogierAY88
4 months agoCollaborator
Linking to the new Preference Center
Hey Community, I'm currently looking into implementing a new Preference Center in our Emails which are adapted based on the Country where the user lives. Currently all new Preference centers are lau...
Manoj__
4 months agoVisionary
RogierAY88Try something like this:
{% if ${country} == "US" %}
{{preference_center.US_Pref}}
{% elsif ${country} == "UK" %}
{{preference_center.UK_Pref}}
{% else %}
{{preference_center.default}}
{% endif %}
Related Content
- 3 years ago
- 3 months ago
- 9 months ago