I want to get daily conversion value at store level but couldn’t find a way to get it via api. Is there any ways to get everyday’s values
The Shopify API does not have any information about sessions that you would need to calculate conversion rates. Best bet is to get this data from Google Analytics.
Shopify doesn’t offer a direct API for daily conversion values at the store level, but you can use the Orders API to fetch all orders for each day and calculate the total revenue. If you also want conversion rate, you’ll need to combine this with session data from Google Analytics.
Alternatively, third-party apps like Better Reports or Lifetimely can provide daily breakdowns more easily if you prefer a plug and play solution
Hi Kaantopcu!
If you want a plug-and-play way to pull daily conversion rate via API, Datma can do this. Datma tracks sessions and conversions via Shopify’s Web Pixel and surfaces them in reports; you can then fetch any saved report programmatically using the Datma Reports API. The API returns the exact columns you save in the app (e.g., Date, Sessions, Orders, Conversion rate). You can freely look around in the demo app to see what is available (no login/sign up required), everything you see in the reports is available also in the API: https://demo.datma.io/shopify/reporting/metrics/
Best,
Peter - Datma