powered by
Treat a step within a sequence as happening immediately after any preceding steps in the sequence, i.e. 'immediately following'.
Then(object, ...)
The expression that should immediately precede others in the sequence.
Any other expressions that should immediately follow the first one but before any others in the sequence.
A gaSegmentSequenceStep object, with the immediate flag set.
gaSegmentSequenceStep
Sequence
Other sequence segment functions: First, Later, Sequence
First
Later
# NOT RUN { purchased_immediately_after <- Then(Expr(~transactions > 0)) # }
Run the code above in your browser using DataLab