Hello folks, I’m new to the community. Please feel free to move this post to a more appropriate location if needed.
I’d like to get the conversion rate(number of users that purchased anything divided by total number of users) for any traffic that engaged in a particular experience on the merchant’s website. Essentially we’d like to A|B test.
How can I achieve this?
Couple of ideas:
- Send custom events to shopify (is this even possible) indicating user has engaged in the experience.
- Then query a Shopify API to bulk download these events and also all store visit events. (is it possible?)