Then: Then

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
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

Other sequence segment functions: First, Later, Sequence

Examples

1
purchased_immediately_after <- Then(Expr(~transactions > 0))

ganalytics documentation built on May 2, 2019, 8:34 a.m.