Quantity

Quantities are available for items and orders:

  • Item quantity is the total number of items in an order. When an item has been returned or an order has been cancelled, item quantity is the total number of items that were returned and/or cancelled.

  • Order quantity is the total number of individual items associated with the transaction.

You can access quantity attributes directly from the Segment Editor. To add these attributes to your segments, click Add criteria, select the Unified Itemized Transactions table (for Item Quantity) or the Unified Transactions table (for Order Quantity), apply a condition, and then specify a value.

Choose the order quantity attribute from the Segment Editor.

Available conditions

The following table lists the conditions that are available to quantity attributes.

Note

Quantity attributes have an Integer data type. All Integer data types share the same set of conditions. Recommended conditions for quantity attributes are identified with “  Recommended” and conditions with more limited use cases are identified with “  Not recommended”.

Condition

Description

is

is returns customer records with quantities that match the specified quantity.

is between

  Recommended

is between returns customer records with quantities that are between the specified quantities, not including the specified quantity.

is greater than

  Recommended

is greater than returns customer records with quantities that are greater than the specified quantity, not including the specified quantity.

is greater than or equal to

  Recommended

is greater than or equal to returns customer records with quantities that are greater than or equal to the specified quantity, including the specified quantity.

is in list

is in list returns customer records with quantities that match the quantities that are specified in the list.

is less than

is less than returns customer records with quantities that are less than the specified quantity, not including the specified quantity.

is less than or equal to

is less than or equal to returns customer records with quantities that are less than or equal to the specified quantity, including the specified quantity.

is not

  Not recommended

is not returns customer records with quantities that do not match the specified quantity.

is not between

  Not recommended

is not between returns customer records with quantities that are not between the specified quantities, not including the specified quantity.

is not in list

  Not recommended

is not in list returns customer records with quantities that do not match the quantities that are specified in the list.

is not NULL

is not NULL returns customer records that have a value.

is NULL

is NULL returns customer records that do not have a value.