To enable Conversion Analytics in Shopify, you can follow our guide documentation here.
If you're having an issue with Shopify Conversion Tracking not properly triggering conversion events, you may verify the following:
1. Enable clickAnalytics
2. Uncomment calls to the saveForConversionTracking
method in your algolia_instant_search.js.liquid
3. Added trackConversion() to your algolia_analytics.js.liquid
file to send a conversion event and replace the css selector correctly - You must replace YOUR_ADD_TO_CART_SELECTOR in the script with the relevant CSS selector for your ‘add to cart’ button.