Hello!
I am trying to study user behaviour after a few key events are performed, which we use to determine whether a user is activated or not. For example:
User1 has performed event A + Event B + Event C, User 1 = Activated
However, when creating a custom event I see that the custom event will be triggered if any of the events are performed, which doesn’t really help my mechanic at all.
Is there a better way to conduct this analysis or a workaround so that I may have events work with AND instead of OR?
Thank you beforehand for your help!