Total items¶
Total items is a collection of attributes that represent the number of items that were purchased as part of a customer’s first, second, or most recent recent order.
Use in segments¶
You can add total items attributes to a segment from the Segment Editor. Click Add condition, and then choose Attributes.
Enter “total items” into the search feature to filter the list of available attributes. Choose first order total items, second order total items, or latest order total items to add the attribute to a segment. Select an operator, and then finish defining the conditions for how this attribute should be applied to the segment.
Available operators¶
The following table lists the operators that are available to total items attributes.
Note
Total items attributes have an Integer data type. All Integer data types share the same set of operators. Recommended operators for this attribute are identified with “ More useful” and operators with more limited use cases are identified with “ Less useful”.
Operator |
Description |
---|---|
is |
Returns customer records with values that match the specified number of items in the order. |
is between |
More useful Returns customer records with values that are between the specified number of items in the order. For example: if is between is set to 10 and 20, then customer records with at least 11 (but not more than 19) total items will be returned. |
More useful is greater than |
Returns customer records with values that are greater than the specified number of items in the order, not including the specified number of items. For example: if is greater than is set to 10, then customer records with 11 (or more) total items will be returned. |
More useful is greater than or equal to |
Returns customer records with values that are greater than or equal to the specified number of items in the order, including the specified number of items. For example: if is greater than or equal to is set to 10, then customer records with 10 (or more) total items will be returned. |
is in list |
Returns customer records with values that match the number of items in the order that are specified in a list. |
is less than |
Returns customer records with values that are less than the specified number of items in the order, not including the specified number of items. For example: if is less than is set to 20, then customer records with 19 (or fewer) total items will be returned. |
is less than or equal to |
Returns customer records with values that are less than or equal to the specified number of items in the order, including the specified number of items. For example: if is less than or equal to is set to 20, then customer records with 20 (or fewer) total items will be returned. |
is not |
Less useful Returns customer records with values that do not match the specified number of items in the order. |
is not between |
Less useful Returns customer records with values that are not between the specified number of items in the order, not including the specified number of items. For example: if is not between is set to 12 and 24, then customer records with at least 25 (but not more than 11) total items will be returned. |
is not in list |
Less useful Returns customer records with values that do not match the number of items in the order that are specified in the list. |
is not NULL |
Returns customer records that have a value. |
is NULL |
Returns customer records that do not have a value. |