Google Analytics Data V1alpha Client - Class EventSegmentCriteria (0.16.3)

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

An event matches a criteria if the event meet the conditions in the criteria.

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

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ and_condition_groups array<Google\Analytics\Data\V1alpha\EventSegmentConditionGroup>

An event matches this criteria if the event matches each of these andConditionGroups.

getAndConditionGroups

An event matches this criteria if the event matches each of these andConditionGroups.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAndConditionGroups

An event matches this criteria if the event matches each of these andConditionGroups.

Parameter
Name Description
var array<Google\Analytics\Data\V1alpha\EventSegmentConditionGroup>
Returns
Type Description
$this