Basic Analytics Dashboard
planned
M
Matt Scheurich
Would be great to know over a period of time how many events were triggered, topics that were triggered most and succeeded/error. If we could view the specific error for debugging, that'd be great too.
Currently if I want to see how many errors have happened, I have to go to each task and look at the "Recent Activity" and scroll until I see the dreaded "X". It's pretty manual and would be nice to visualise the both the good results and the bad and filter for specific insights.
C
Charles Akben-Marchand
Not sure if I feel the need for an Analytics dashboard, but if there were one, some things to consider in designing a dashboard:
I have 4-5 tasks each that trigger on every order for shopify/orders/create and shopify/orders/paid (among others on /fulfilled and elsewhere). On any given order, some of these tasks always result in an action (i.e. order tagging based on presence or absence of a condition), and some only trigger sometimes.
So a question I'd want to answer with a dashboard is, "excluding tasks A, D, and F, which orders triggered an action in a task?"
Also, building on Matt's follow-up comment, some of my tasks are configured to send an email notification to me if the task 'fails', but in the Event summary this scenario is indistinguishable from the task running properly and performing one action. Not sure how or if you could distinguish that (or maybe there's already a way to configure that and I'm just doing it wrong)
Matt Sodomsky
planned
M
Matt Scheurich
In addition, could be nice to have a store setting to configure if an error occurs to get an email notification. This way if any of my tasks rely on external APIs that maybe aren't working correctly, I'd have a record of notification and be able to debug it/re-trigger task later.