# SegmentEventFilter - admin-graphql - OBJECT Version: 2024-10 ## Description A filter that's used to segment customers based on the date that an event occured. For example, the `product_bought` event filter allows you to segment customers based on what products they've bought. ### Access Scopes `read_customers` access scope. ## Fields * [localizedName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The localized name of the filter. * [multiValue](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether a file can have multiple values for a single customer. * [parameters](/docs/api/admin-graphql/2024-10/objects/SegmentEventFilterParameter): SegmentEventFilterParameter! - The parameters for an event segment filter. * [queryName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The query name of the filter. * [returnValueType](/docs/api/admin-graphql/2024-10/scalars/String): String! - The return value type for an event segment filter. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples