SegmentFilterParameters
The parameters for event segment filters.
View-Specific Information
Select
The driver processes all filters client-side within the driver. However, queries to retrieve segment filter metadata from this view are processed server-side. For example:
SELECT SegmentFilterQueryName, QueryName, ParameterType FROM SegmentFilterParameters WHERE SegmentFilterQueryName = 'MySegmentFilter'
Columns
Name | Type | References | Description |
SegmentFilterQueryName [KEY] | String | The query name of the filter. | |
QueryName [KEY] | String | The query name of the parameter. | |
ParameterType | String | The type of the parameter. | |
Optional | Bool | Whether the parameter is optional. | |
AcceptsMultipleValues | Bool | Whether the parameter accepts a list of values. | |
LocalizedName | String | The localized name of the parameter. | |
LocalizedDescription | String | The localized description of the parameter. |