SegmentFilterParameters
Lists available parameters used to construct event-based segment filters.
View-Specific Information
Select
The server processes all filters client-side within the server. The following query is the only one processed server-side:
SELECT * FROM SegmentFilterParameters
Columns
| Name | Type | References | Description |
| SegmentFilterQueryName [KEY] | String | The query name of the segment filter. | |
| QueryName [KEY] | String | The query name of the parameter within the filter. | |
| ParameterType | String | The data type of the parameter (for example, string, int, or bool). | |
| Optional | Bool | Indicates whether the parameter is optional. | |
| AcceptsMultipleValues | Bool | Indicates whether the parameter accepts multiple values in a list. | |
| LocalizedName | String | The localized name of the parameter. | |
| LocalizedDescription | String | The localized description of the parameter. |