Sequence of events as action
It would be helpful if I could set a sequence of events as an action. Now in the interface, on the action creation page, the default is OR connection. I would change it to an AND connection. To make action, for example, a sequence of events. This seems like an basic functionality (for our product this case is more common than OR). Thanks.
Hey @mayeraaa , you can currently do this when creating a cohort, and then use the cohort to filter your events.
@mariusandra Thanks for the answer. But in this case, can I find out the total number of such actions (multiple events)?
Depends on what you are tracking, how your data is structured, and what results you want to see š
You can filter by cohort, and then under Trends ploy a line to see how many people did the first or last action, or how many times a person did it. The cohort filter should assure that only users who did the steps will show up, and checking for the last step should be conclusive then? But again, depends on your data :)
I have a very simple task, which occurs quite often (and I think Iām not the only one): I need to count the number of complex events consisting of several sequential actions. Not the number of users who made this sequence (as I understand it, this can be done as a cohort), but the total number of such sequences. Is this possible now or not?
Well, technically you have the option to write a custom SQL query (with window functions?) over your events, so it is possible today if you know how.
The simpler option today, which assumes that every last event in this sequence uniquely identifies the completion of the sequence, is to create a cohort for people completing the full sequence, and then count the number of last events.
Another option is to use a funnel, but instead of aggregating by unique users, aggregate over unique sessions. This won't work if there are more than one completed sequence in one session.
Thanks for the help. The proposed options, unfortunately, do not completely solve the problem. Even a method with a SQL request. Although a rough estimate can be obtained. It would be cool if in the future it would be possible to set a sequence of events as an action.
I'll close this as a duplicate of #3136, but this is definitely on our radar
Great, I'm still really looking forward to this feature.