Google Analytics Data V1alpha Client - Class EventSegmentConditionGroup (0.14.0)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class EventSegmentConditionGroup.

Conditions tell Analytics what data to include in or exclude from the segment.

Generated from protobuf message google.analytics.data.v1alpha.EventSegmentConditionGroup

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ condition_scoping int

conditionScoping should always be EVENT_CRITERIA_WITHIN_SAME_EVENT. Optional. If unspecified, a conditionScoping of EVENT_CRITERIA_WITHIN_SAME_EVENT is used.

↳ segment_filter_expression Google\Analytics\Data\V1alpha\SegmentFilterExpression

Data is included or excluded from the segment based on if it matches this expression. Expressions express criteria on dimension, metrics, and/or parameters.

getConditionScoping

conditionScoping should always be EVENT_CRITERIA_WITHIN_SAME_EVENT.

Optional. If unspecified, a conditionScoping of EVENT_CRITERIA_WITHIN_SAME_EVENT is used.

Returns
TypeDescription
int

setConditionScoping

conditionScoping should always be EVENT_CRITERIA_WITHIN_SAME_EVENT.

Optional. If unspecified, a conditionScoping of EVENT_CRITERIA_WITHIN_SAME_EVENT is used.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSegmentFilterExpression

Data is included or excluded from the segment based on if it matches this expression. Expressions express criteria on dimension, metrics, and/or parameters.

Returns
TypeDescription
Google\Analytics\Data\V1alpha\SegmentFilterExpression|null

hasSegmentFilterExpression

clearSegmentFilterExpression

setSegmentFilterExpression

Data is included or excluded from the segment based on if it matches this expression. Expressions express criteria on dimension, metrics, and/or parameters.

Parameter
NameDescription
var Google\Analytics\Data\V1alpha\SegmentFilterExpression
Returns
TypeDescription
$this