Hi all!
I’m currently trying to install Google Analytics. When I go to insert the tag in the theme.liquid section, I’m supposed to look for a section. I see it, but it’s tangled up with a lot of other code.
Here is what I am working with:
{% capture sb %}{% render 'sb-snippet' %}{% endcapture %}{% unless sb contains 'Liquid error' %}{% render 'sb-snippet' %}{% endunless %}Here is what I am trying to add:
I have not edited any of this code before. This is the first time I am working through this. Where should the Google tag code go?
Thanks in advance!!