Google Analytics Data V1alpha Client - Class SessionSegmentCriteria (0.21.1)

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

A session matches a criteria if the session's events meet the conditions in the criteria.

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

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ and_condition_groupsarray<SessionSegmentConditionGroup>

A session matches this criteria if the session matches each of these andConditionGroups.

getAndConditionGroups

A session matches this criteria if the session matches each of these andConditionGroups.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAndConditionGroups

A session matches this criteria if the session matches each of these andConditionGroups.

Parameter
NameDescription
vararray<SessionSegmentConditionGroup>
Returns
TypeDescription
$this