Targeting By Customer Parameters
{% if customer %}
<script>
window.customerTags = '{{ customer.tags }}';
</script>
{% endif %}window.customerTags?.includes("my-tag")Last updated
{% if customer %}
<script>
window.customerTags = '{{ customer.tags }}';
</script>
{% endif %}window.customerTags?.includes("my-tag")Last updated