Google Analytics Data V1alpha Client - Class SegmentFilterScoping (0.14.0)

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

Scopings specify how the dimensions & metrics of multiple events should be considered when evaluating a segment filter.

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

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ at_any_point_in_time bool

If atAnyPointInTime is true, this filter evaluates to true for all events if it evaluates to true for any event in the date range of the request. This atAnyPointInTime parameter does not extend the date range of events in the report. If atAnyPointInTime is true, only events within the report's date range are considered when evaluating this filter. This atAnyPointInTime is only able to be specified if the criteria scoping is ACROSS_ALL_SESSIONS and is not able to be specified in sequences. If the criteria scoping is ACROSS_ALL_SESSIONS, atAnyPointInTime = false is used if unspecified.

getAtAnyPointInTime

If atAnyPointInTime is true, this filter evaluates to true for all events if it evaluates to true for any event in the date range of the request.

This atAnyPointInTime parameter does not extend the date range of events in the report. If atAnyPointInTime is true, only events within the report's date range are considered when evaluating this filter. This atAnyPointInTime is only able to be specified if the criteria scoping is ACROSS_ALL_SESSIONS and is not able to be specified in sequences. If the criteria scoping is ACROSS_ALL_SESSIONS, atAnyPointInTime = false is used if unspecified.

Returns
TypeDescription
bool

hasAtAnyPointInTime

clearAtAnyPointInTime

setAtAnyPointInTime

If atAnyPointInTime is true, this filter evaluates to true for all events if it evaluates to true for any event in the date range of the request.

This atAnyPointInTime parameter does not extend the date range of events in the report. If atAnyPointInTime is true, only events within the report's date range are considered when evaluating this filter. This atAnyPointInTime is only able to be specified if the criteria scoping is ACROSS_ALL_SESSIONS and is not able to be specified in sequences. If the criteria scoping is ACROSS_ALL_SESSIONS, atAnyPointInTime = false is used if unspecified.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this