ganalytics (version 0.10.4)

Then: Then.

Description

Treat a step within a sequence as happening immediately after any preceding steps in the sequence, i.e. 'immediately following'.

Usage

Then(object, ...)

Arguments

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.

Value

a gaSegmentSequenceStep object, with the immediate flag set.

See Also

Sequence