I am using the “Automatic Related Products” module in Magento 2. I need to generate a report to see which specific products from these recommendation blocks were added to the cart and purchased by customers.
My goal is to see a report showing:
Order ID
Product name (from the recommendation block)
Whether the purchase was made after interacting with the related products block.
Is there a built-in report for this in Magento, or do I need to implement custom tracking (e.g., via Google Analytics/Enhanced Ecommerce)? Any advice on how to track the effectiveness of these recommendations would be appreciated.