¿How could I calculate the field “Added to cart” extracting data with GraphQL?
I want to extract this data to exploit it, but I think that this data is a calculated field… ¿how could I get it?..
Added to cart // The total number of sessions where a customer added a product to a cart.
That appears at this report:
https://help.shopify.com/en/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports#online-store-conversion-over-time
I don’t think you can easily and (accurately) do this with the GraphQL Admin API - have you looked into using the Web Pixels API for this?
It’s possible you could use ShopifyQL for this, but this is only available for Plus stores and it’s being sunset soon.
Hi Liam! Thanks for your help. ¿Do you know which kind of event shows this data?..