CJA: Create a Segment Where 3 Events Occur within Given Time Frame
Hello,
I'd like to create a segment where three events occur within a given time, but non-sequentially. It seems that if I want to add time-bound parameters, I have to add a then condition, but I really don't care which order they go in. So it could be:
- [ Event A, then Event B, then Event C ] occur within 1 minute OR
- [ Event B, then Event C, then Event A ] occur within 1 minute OR
- [ Event C, then Event A, then Event B ] occur within 1 minute
...and so forth
Typing these questions out, I'm realizing I may have answered my own question. Should I just make a separate condition for each combination?