I tried to install zipify ocu for upsells but because of that my tracking conversion pixel script from google ads stopped working.
I followed all the instructions from zipify and shopify and put 1 script in post purchase page and another one in order status page but still it doesn’t work at all.
Here are the scripts:
POST PURCHASE SCRIPT:
ORDER STATUS SCRIPT
{% unless post_purchase_page_accessed %}
{% endunless %}
Can you help me and tell me what’s wrong with that?
From what I see at Shopify docs, the post purchase pages should not include liquid code. You should use JavaScript only
The post-purchase page additional script is similar to the order status page additional scripts, but with a few key differences: … The field allows only JavaScript. Liquid code isn’t accepted.
Well, I used your script and a more simplified script llike that and it didn’t work. One conversion has been tracked but 3 others have not been, it’s really weird. i find no updated doc online, no help from shopify neither zipify, I really don’t know what to do and upsells are like 15% of my revenues.
If you have any idea about what i did wrong or what code could work i’m all ears
I also used the tag assistant extension to see what is happening, it appears that tha global site tag is fired on the post purchase page but not the conversion tag
I have no idea why it is not, what error i could have done,