Issue: The Facebook Pixel Event Setup Tool vanishes on Shopify’s checkout flow, preventing adding the Purchase event. Multiple users report the tool disappears at checkout or keeps loading indefinitely.
Observed fixes that worked for some:
Paste the Facebook Pixel code into Shopify > Settings > Checkout > Additional scripts. Several confirm this makes the tool persist on checkout.
Wrap the pixel snippet in … within Additional scripts and add fbq(‘track’,‘Purchase’); under the PageView. This resolved it for multiple users.
Disable tracking limits: Online Store > Preferences > Customer Privacy, uncheck “limit tracking” boxes. Helped some, not all.
Use the FeedArmy guide code in Checkout > Additional scripts (external link shared); users reported Purchase firing after this.
Install and use Shopify’s Facebook Sales Channel (partner integration) with Data Sharing enabled instead of manual theme code. This made the Event Setup Tool appear for some, especially where manual methods failed.
Status: No universal fix; solutions vary by store/settings. Some still face the tool endlessly loading with no confirmed resolution. External links and code snippets are central to the thread.
My pixel is installed and seems to be working correctly. I used the event setup tool and it worked fine as well.. except that when I navigate to the checkout from the cart, the setup tool disappears so I’m not able to add a purchase event. If I navigate back to the cart, it reappears.
Anyone else experience this?
Any suggestions on what I can do to get the purchase event set up?
No. I’m going back and forth with Facebook’s help desk but they say i should just be able to erase all the accounts.. but i can’t. I just get errors over and over.
I had been struggling with this for many many many days and I have just managed to get it to work for me. I had been doing exactly the same thing however what worked for me is adding the missing opening and closing head tags into the additional scripts box. My base pixel code is installed into my theme code using the same code as yourself (with my own pixel ID ofc) and in additional scripts I just added above the pixel code and beneath the code.
If you want to track a purchase then I would recommend adding the fbq(‘track’,‘Purchase’); beneath the page view track.
Need some help here. Ive added the fb pixel code into additional scripts plus added the tags as instructed, but the event tool still does not show up on the cart page or any of the folowing pages. when i go to the previous page it reappears. Any help is appreciated. Thanks
it didn’t work for me. Customer privacy box was already unchecked for me. I also turned off ad blockers just to see if it will show up. that didn’t work either.
Hi I installed the code as said in the article above https://feedarmy.com/kb/adding-facebook-conversion-tracking-pixel-to-shopify/ and I also integrated the Facebook app with shopify (I meant downloading the FB app on shopify to enable FB sales channel on shopify) and enabled Data sharing settings and I got this hint when I chatted with a Shopify customer support who said you need Shopify partner integration with FB pixel rather than manually putting the code in theme.liquid because it will be better for FB Sales Channel which at first I said to her how shall I do that coz I have already manually installed it and now I need no further confusion so I came across this article of theirs https://help.shopify.com/en/manual/promoting-marketing/analyze-marketing/facebook-pixel and this https://help.shopify.com/en/manual/orders/status-tracking/customize-order-status/add-conversion-tracking#tracking-pixels thats when I thought of giving it a shot to downloading the FB sales channel app in shopify and Boom I got the event tool setup box on my Purchase page process after clicking Checkout (which as you know was not showing up in the first place) and I did not know what was I doing exactly but now I got my lesson learnt the hard way and at the end I believe what you gotta do is keep trying different things and keep experimenting with this stuff for which I am not a techie at all. But I hope this helps someone who is as non techie as it gets and finds this helpful and dont worry I am still in this with you because tomorrow I might have another problem crop up for me.
Thank you, James. I have been solving the same problem many many days like yourself, and finally I found this comment of yours and it helped. Really grateful. It works now.