Description Usage Arguments Details Value Methods (by class) See Also Examples
Combine one or more segment condition filters and/or sequence filters into a
gaDynSegment
that is scoped to either 'user'
or
'session'
level.
1 2 3 4 5 6 7 | DynSegment(object, ..., name = character(0))
## S4 method for signature 'ANY'
DynSegment(object, ..., name = character(0))
## S4 method for signature 'gaDynSegment'
DynSegment(object)
|
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. |
Segment filter are either sequential or non-sequential conditions. Sequential and non-sequential conditions can be combined using this function.
A gaDynSegment
object.
ANY
: Defines a list of filters from one or more
expressions applied using the specified scope.
gaDynSegment
: Returns itself.
Other dynamic segment functions: Exclude
,
Include
, IsNegated
,
PerHit
, PerProduct
,
PerSession
, PerUser
,
ScopeLevel
,
SegmentConditionFilter
,
Segments
, Segment
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.