i am build a ai store that improve CR. i want to masure the store CR, i count the store session but my number is higher then what the store tells me,
how do i get the the total sessions (without level 2 permission) or the CR using api?
i am build a ai store that improve CR. i want to masure the store CR, i count the store session but my number is higher then what the store tells me,
how do i get the the total sessions (without level 2 permission) or the CR using api?
Hey @oren_Shavit - thanks for reaching out.
Just confirming, there isn’t a separate API that exposes the same total sessions / conversion rate value shown in Shopify Analytics without the required reporting access. That Analytics/reporting path would require the appropriate access review, including Level 2 PCD access where applicable.
If you don’t have that access, the next best route would be to track the storefront events and calculate CR from that data instead. A custom Web Pixel can help with this, since you can subscribe to customer events like page views, checkout started, checkout completed, etc.:
The main caveat is that your session model may not match Shopify Analytics exactly, so your numbers can differ from what the merchant sees in Admin. But it would give you a supported way to measure your own CR for the app’s optimization logic.
Hope this helps!