It appears I have GTM twice on my site, if I am correct how do I remove one of them.
They have different IDs.
Go to Google Tag Manager and see what they are. Then you can remove the one that you don’t want.
Some apps also add their own GTM tracking, so this may be the result.
Hi @precision1 ,
Yes, it looks GTM is loading twice. This usually happens when one GTM script is added manually in theme.liquid, and another is added through Customer Events or an app.
How to fix it:
- Go to Online Store → Edit Code → theme.liquid
Search for GTM- or googletagmanager and remove one script if it’s duplicated. - Go to Settings → Customer Events
Check if GTM or gtag is added here. If yes, remove it or remove the one in theme.liquid (keep only one). - Check tracking apps (Google, Elevar, Trackify, etc.) — some auto-inject GTM.
After removing one, reload your site and GTM should appear only once.
