Reference documentation and code samples for the Google Analytics Data V1alpha Client class FunnelParameterFilter.
An expression to filter parameter values in a funnel.
Generated from protobuf message google.analytics.data.v1alpha.FunnelParameterFilter
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ event_parameter_name |
string
This filter will be evaluated on the specified event parameter. Event parameters are logged as parameters of the event. Event parameters include fields like "firebase_screen" & "currency". Event parameters can only be used in segments & funnels and can only be used in a descendent filter from an EventFilter. In a descendent filter from an EventFilter either event or item parameters should be used. |
↳ item_parameter_name |
string
This filter will be evaluated on the specified item parameter. Item parameters are logged as parameters in the item array. Item parameters include fields like "item_name" & "item_category". Item parameters can only be used in segments & funnels and can only be used in a descendent filter from an EventFilter. In a descendent filter from an EventFilter either event or item parameters should be used. Item parameters are only available in ecommerce events. To learn more about ecommerce events, see the Measure ecommerce guide. |
↳ string_filter |
Google\Analytics\Data\V1alpha\StringFilter
Strings related filter. |
↳ in_list_filter |
Google\Analytics\Data\V1alpha\InListFilter
A filter for in list values. |
↳ numeric_filter |
Google\Analytics\Data\V1alpha\NumericFilter
A filter for numeric or date values. |
↳ between_filter |
Google\Analytics\Data\V1alpha\BetweenFilter
A filter for between two values. |
getEventParameterName
This filter will be evaluated on the specified event parameter. Event parameters are logged as parameters of the event. Event parameters include fields like "firebase_screen" & "currency".
Event parameters can only be used in segments & funnels and can only be used in a descendent filter from an EventFilter. In a descendent filter from an EventFilter either event or item parameters should be used.
Returns | |
---|---|
Type | Description |
string |
hasEventParameterName
setEventParameterName
This filter will be evaluated on the specified event parameter. Event parameters are logged as parameters of the event. Event parameters include fields like "firebase_screen" & "currency".
Event parameters can only be used in segments & funnels and can only be used in a descendent filter from an EventFilter. In a descendent filter from an EventFilter either event or item parameters should be used.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getItemParameterName
This filter will be evaluated on the specified item parameter. Item parameters are logged as parameters in the item array. Item parameters include fields like "item_name" & "item_category".
Item parameters can only be used in segments & funnels and can only be used in a descendent filter from an EventFilter. In a descendent filter from an EventFilter either event or item parameters should be used. Item parameters are only available in ecommerce events. To learn more about ecommerce events, see the Measure ecommerce guide.
Returns | |
---|---|
Type | Description |
string |
hasItemParameterName
setItemParameterName
This filter will be evaluated on the specified item parameter. Item parameters are logged as parameters in the item array. Item parameters include fields like "item_name" & "item_category".
Item parameters can only be used in segments & funnels and can only be used in a descendent filter from an EventFilter. In a descendent filter from an EventFilter either event or item parameters should be used. Item parameters are only available in ecommerce events. To learn more about ecommerce events, see the Measure ecommerce guide.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStringFilter
Strings related filter.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\StringFilter|null |
hasStringFilter
setStringFilter
Strings related filter.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\StringFilter
|
Returns | |
---|---|
Type | Description |
$this |
getInListFilter
A filter for in list values.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\InListFilter|null |
hasInListFilter
setInListFilter
A filter for in list values.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\InListFilter
|
Returns | |
---|---|
Type | Description |
$this |
getNumericFilter
A filter for numeric or date values.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\NumericFilter|null |
hasNumericFilter
setNumericFilter
A filter for numeric or date values.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\NumericFilter
|
Returns | |
---|---|
Type | Description |
$this |
getBetweenFilter
A filter for between two values.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\BetweenFilter|null |
hasBetweenFilter
setBetweenFilter
A filter for between two values.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\BetweenFilter
|
Returns | |
---|---|
Type | Description |
$this |
getOneParameter
Returns | |
---|---|
Type | Description |
string |
getOneFilter
Returns | |
---|---|
Type | Description |
string |