Order canceled quantity¶
The total number of items in the original transaction that were canceled.
Use in segments¶
You can access canceled order quantity directly from the Segment Editor. To add this attribute to your segment, To add these attributes to your segment, click Add condition and then Add attribute. Select the Unified Transactions table, select the Order canceled Quantity attribute, and then apply a condition.
Available conditions¶
The following table lists the conditions that are available to this attribute.
Note
This attribute has an Integer data type. All Integer data types share the same set of conditions. Recommended conditions for this attribute are identified with “ More useful” and conditions with more limited use cases are identified with “ Less useful”.
Condition |
Description |
---|---|
is |
Returns customer records with values that match the quantity of canceled orders. |
is between |
Returns customer records with values that are between each of the specified quantities of canceled orders. |
is greater than |
Returns customer records with values that are greater than the quantity of canceled orders, not including the specified quantity of canceled orders. |
is greater than or equal to |
Returns customer records with values that are greater than or equal to the quantity of canceled orders, including the specified quantity of canceled orders. |
is in list |
Returns customer records with values that match the specified quantity of canceled orders. |
is less than |
More useful Returns customer records with values that are less than the quantity of canceled orders, not including the specified quantity of canceled orders. |
is less than or equal to |
More useful Returns customer records with values that are less than or equal to the number of quantity of canceled orders, including the specified quantity of canceled orders. |
is not |
Less useful Returns customer records with values that do not match the quantity of canceled orders. |
is not between |
Less useful Returns customer records with values that are not between each of the specified quantity of canceled orders. |
is not in list |
Less useful Returns customer records with values that do not match the specified quantity of canceled orders. |
is not NULL |
Returns customer records that have a value. |
is NULL |
Returns customer records that do not have a value. |