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 \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ at_any_point_in_time |
bool
If |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |