I am building a session based filter where I specify:
Filter = Session {
Event = A
Then
Event = B
Then
Event = C
}
Then, lets says the only session I have in AA is this: A -> B -> C.
If I apply this session level segment and look at all events this is what I except:
All: [A = 1, B = 1, C =...