Segment: Segment

Description Usage Arguments Value Methods (by class) See Also

Description

Define a segment for use in a query's segment list.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
Segment(object, ...)

## S4 method for signature 'numeric'
Segment(object)

## S4 method for signature 'character'
Segment(object)

## S4 method for signature 'ANY'
Segment(object, ...)

## S4 method for signature ''NULL''
Segment(object)

## S4 method for signature 'gaUserSegment'
Segment(object)

Arguments

object

A segment or other object that can be coerced into a segment, including dynamic segments, built-in and/or custom segments by their ID.

...

Other segment conditions, filters or filter lists to include in the segment's definition (ANDed)

Value

An object belonging to the .gaSegment superclass.

Methods (by class)

See Also

Other dynamic segment functions: DynSegment, Exclude, Include, IsNegated, PerHit, PerProduct, PerSession, PerUser, ScopeLevel, SegmentConditionFilter, Segments


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