Skip to main content
interface

Requires read_customers access scope.

The filters used in segment queries associated with a shop.

•String!
non-null

The localized name of the filter.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A filter that takes a value that's associated with an object. For example, the tags field is associated with the Customer object.

•String!
non-null

The localized name of the filter.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.

•OBJECT

A filter with a Boolean value that's been added to a segment query.

•String!
non-null

The localized name of the filter.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.

•OBJECT

A filter with a date value that's been added to a segment query.

•String!
non-null

The localized name of the filter.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.

•OBJECT

A filter with a set of possible values that's been added to a segment query.

•String!
non-null

The localized name of the filter.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.

•OBJECT

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.

•String!
non-null

The localized name of the filter.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•[SegmentEventFilterParameter!]!
non-null

The parameters for an event segment filter.

•String!
non-null

The query name of the filter.

•String!
non-null

The return value type for an event segment filter.

•OBJECT

A filter with a double-precision, floating-point value that's been added to a segment query.

•String!
non-null

The localized name of the filter.

•Float

The maximum range a filter can have.

•Float

The minimum range a filter can have.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.

•OBJECT

A filter with an integer that's been added to a segment query.

•String!
non-null

The localized name of the filter.

•Float

The maximum range a filter can have.

•Float

The minimum range a filter can have.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.

•OBJECT

A filter with a string that's been added to a segment query.

•String!
non-null

The localized name of the filter.

•Boolean!
non-null

Whether a file can have multiple values for a single customer.

•String!
non-null

The query name of the filter.


Was this section helpful?