SegmentFilterParameters
Displays parameters used in defining event-based segment filters, such as field names and conditions.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM SegmentFilterParameters
Columns
| Name | Type | References | Description |
| SegmentFilterQueryName [KEY] | String | The name of the filter query that this parameter belongs to, used to identify the filter within a segment definition. | |
| QueryName [KEY] | String | The unique name of the parameter used in the query to define or refine customer segments. | |
| ParameterType | String | Specifies the data type of the parameter, such as 'string', 'integer', or 'date', which determines how the filter value is interpreted. | |
| Optional | Bool | Indicates whether the parameter is optional when applying the segment filter. If true, the filter can be executed without this parameter. | |
| AcceptsMultipleValues | Bool | Indicates whether the parameter supports multiple values, allowing filtering on lists or ranges instead of a single input. | |
| LocalizedName | String | The localized, user-friendly display name of the parameter, translated into the appropriate store language. | |
| LocalizedDescription | String | A localized explanation of the parameter's purpose and usage, shown in the merchant's language within the admin interface. |