Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BetweenFilter.
A filter for numeric or date values between certain values on a dimension or metric.
Generated from protobuf message google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.BetweenFilter
Namespace
Google \ Analytics \ Admin \ V1alpha \ AudienceDimensionOrMetricFilterMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ from_value |
Google\Analytics\Admin\V1alpha\AudienceDimensionOrMetricFilter\NumericValue
Required. Begins with this number, inclusive. |
↳ to_value |
Google\Analytics\Admin\V1alpha\AudienceDimensionOrMetricFilter\NumericValue
Required. Ends with this number, inclusive. |
getFromValue
Required. Begins with this number, inclusive.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\AudienceDimensionOrMetricFilter\NumericValue|null |
hasFromValue
clearFromValue
setFromValue
Required. Begins with this number, inclusive.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\AudienceDimensionOrMetricFilter\NumericValue
|
Returns | |
---|---|
Type | Description |
$this |
getToValue
Required. Ends with this number, inclusive.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\AudienceDimensionOrMetricFilter\NumericValue|null |
hasToValue
clearToValue
setToValue
Required. Ends with this number, inclusive.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\AudienceDimensionOrMetricFilter\NumericValue
|
Returns | |
---|---|
Type | Description |
$this |