SegmentFilters
A list of filters.
View-Specific Information
Select
The connector processes all filters client-side within the connector. However, queries retrieving filter metadata from the SegmentFilters view are processed server-side. For example:
SELECT QueryName, LocalizedName, ReturnValueType FROM SegmentFilters WHERE QueryName = 'MySegmentFilter'
Columns
Name | Type | References | Description |
QueryName [KEY] | String | The query name of the filter. | |
MultiValue | Bool | Whether a file can have multiple values for a single customer. | |
LocalizedName | String | The localized name of the filter. | |
ReturnValueType | String | The return value type for an event segment filter. |