If you have migrated over to Shopify Pixels and you have tracking enabled for PLA channels like Google you will need to migrate the script over to a custom pixel
To do so please follow these steps:
- Navigate to https://admin.shopify.com/settings/customer_events
- From Customer Events please click "Add custom pixel"
- Name the pixel however you would like. We would recommend "Shoppingfeed"
- Locate your store ID within Shoppingfeed which can be found in the URL after logging in
- Once you have found your store ID return back to the Shopify pixel that you have just created please enter the following code making sure to replace STOREID with the ID you just found:
analytics.subscribe("checkout_completed", (event) => { fetch('https://tag.shopping-feed.com/order/' + btoa(STOREID + '|' + event.data?.checkout?.order?.id + '|' + event.data?.checkout?.totalPrice?.amount)); });
- When you have entered the lines of code please finalize by clicking "connect"
If you need further assistance please feel free to reach out to support@shopping-feed.com