Hi all,
I'd like to setup a custom footer via twig that targets a campaign's segment name.
Like this:
How can I do this? I don't see a campaign tag that gives me this data.
I'd like to setup a custom footer via twig that targets a campaign's segment name.
Like this:
Code:
{% if 'segment1' in CAMPAIGN_TARGET_SEGMENT_NAME %} <a href="http://mylink.com">Link for segment1 </a> {% endif %}
How can I do this? I don't see a campaign tag that gives me this data.