Hi Everyone!! Has anyone found of fix for using weblow + Shopify buy button integration and being able to track sales via GA?
Right now, I’m halted in the middle of the project that’s set to go live on the 21st because GA can’t track the checkout process since it is hosted elsewhere.
If anyone has a fix for this? Or is the only feasible option using Udesly and transferring the code?
The client uses Apparel Magic as their POS and Foxy.io does not have an integration for it. Seems as though Shopify is really the only one that does AND connect to WF.
@Victoria
I’ve done cross platform analytics projects before. If you wish to track shopify cart conversions via webflow site, you need to configure multi domain tracking on your GA account.
In shopify settings you need to configure enhanced e-commerce. In your GA settings you also need to enabled enhanced e-commerce. Shopify automatically posts conversion sale events into GA once integration is completed.
I think you’ve got some unnecessary code there, especially with the FB pixel setup. Since you’re already using GTM, you can remove the manual FB pixel setup and just use that. Also, it looks like you’re setting up the Shopify Buy Button, but I don’t see the actual code being executed – you’ll need to add something like ShopifyBuyInit(); at the end of your script.