2
2 Comments

Need some input on how to approach built-in analytics

Hi everyone πŸ‘‹

We launched our Shopify app(https://easypop.app/) recently and now looking to add some new functionality. One of the more requested features that we're planning right now is built-in analytics.

In an ideal world we'd like to:

  • Give merchants the ability to see views, clicks, sessions, ctr on their campaigns over time
  • Ability to filter and summarize these metrics by time (ex. see clicks for past 7 days vs 30 days)
  • Compare metrics with previous period (last 7 days, vs 7 days before that)

I feel like this functionality exists in so many products - is there anything out there that can help streamline/implement this? Would appreciate any input on the best approach to building this out.

on May 21, 2021
  1. 2

    You can use Cube.js open-source tool to add analytics to your Shopify app merchants reports https://cube.dev/docs/examples

    1. 1

      Wow this is like exactly what I was looking for! Thank you so much. I knew this existed somewhere.