Learn R Programming

googleAnalyticsR (version 0.1.0)

segment_define: Make a segment definition

Description

Defines the segment to be a set of SegmentFilters which are combined together with a logical AND operation. segment_define is in the heirarchy of segment creation, for which you will also need:

Usage

segment_define(segment_filters, not_vector = NULL)

Arguments

segment_filters
not_vector
Boolean applied to each segmentFilter step. If NULL, assumed FALSE

Value

See Also

Other v4 segment functions: dynamicSegment, orFiltersForSegment, segmentDefinition, segmentDimensionFilter, segmentFilterClause, segmentFilter, segmentMetricFilter, segmentObj_ga4, segmentSequenceStep, segment_element, segment_vector_sequence, segment_vector_simple, sequenceSegment, simpleSegment