
If used at the beginning of a sequence, indicates that this step must match the first interaction of included sessions and users within the select date range. First expressly means 'first interaction' within the date range.
First(object, ...)
An expression that should be at the start of a sequence expression.
Any other expressions that should immediately follow the first expression.
A gaSegmentSequenceStep
object, with the immediate flag set.
# NOT RUN {
session_starts_from_home <- First(Expr(~pagepath == "/"))
# }
Run the code above in your browser using DataLab