Later: Later

Description Usage Arguments Value See Also Examples

Description

Treat a step within a sequence as happening at any point after any preceding steps in the sequence, i.e. 'later'. 'Later' means 'followed by', but not necessarily immediately.

Usage

1
Later(object, ...)

Arguments

object

The expression that should precede others in the sequence.

...

Any other expressions that should follow the first one but before any others in the sequence.

Value

A gaSegmentSequenceStep object, with the immediate flag not set.

See Also

Other sequence segment functions: First, Sequence, Then

Examples

1
purchased_sometime_later <- Later(Expr(~transactions > 0))

jdeboer/ganalytics documentation built on May 18, 2019, 11:30 p.m.