ganalytics (version 0.10.4)

DynSegment: DynSegment.

Description

Combine one or more segment condition filters and/or sequence filters into a gaDynSegment that is scoped to either 'user' or 'session' level.

Usage

DynSegment(object, ..., name = character(0))

# S4 method for ANY DynSegment(object, ..., name = character(0))

# S4 method for gaDynSegment DynSegment(object)

Arguments

object

The first filter to include in the segment definition.

...

Additional filters to include in the segment definition, if needed.

name

An optional name given to the dynamic segment.

Value

a gaDynSegment object.

Methods (by class)

  • ANY: Defines a list of filters from one or more expressions applied using the specified scope.

  • gaDynSegment: Returns itself.

Details

A segment filter is either sequential or non-sequential conditions. Sequential and non-sequential conditions can be combined using this function.