That’s right, the code will look something like this
{% if template contains ‘thank-you-tracked’ %}
{% include ‘your-snippet-with-the-tracking-code’ %}
{% endif %}
Just put that in the section on theme.liquid and it should (… should!..) work
That’s right, the code will look something like this
{% if template contains ‘thank-you-tracked’ %}
{% include ‘your-snippet-with-the-tracking-code’ %}
{% endif %}
Just put that in the section on theme.liquid and it should (… should!..) work