SegmentFilters
Lists available filters applied to customer or event segments.
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 SegmentFilters
Columns
| Name | Type | References | Description |
| QueryName [KEY] | String | The unique identifier of the filter used in customer segment queries to define or narrow the target audience. | |
| MultiValue | Bool | Indicates whether the filter supports multiple values for a single customer, allowing broader or more flexible matching criteria. | |
| LocalizedName | String | The localized, user-friendly display name of the filter, shown in the merchant's selected language within the admin interface. | |
| ReturnValueType | String | Specifies the data type returned by the filter when applied to an event or customer segment, such as 'string', 'boolean', or 'numeric'. |