Adding Google event snippet to "thank you" -page

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

1 Like