Google analytics help - install additional code

Hi @abcxytz1234 ,

Go to Action > Edit code > Layout > theme.liquid , find ‘’ and add code here: https://i.imgur.com/AopudKW.png => https://i.imgur.com/sh6vSIF.png

Code:

{% if request.page_type == 'cart' %}
    
    
{% endif %}

Hope it helps!