Forum Discussion
RogierAY88
2 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__
2 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
- 2 months ago
- 8 months ago
- 5 months ago