Order returned quantity¶
Order returned quantity is the total number of items in the original transaction that were returned.
Use in segments¶
You can access returned quantities 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 Returned 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 returned orders. |
is between |
Returns customer records with values that are between each of the specified quantities of returned orders. |
is greater than |
Returns customer records with values that are greater than the quantity of returned orders, not including the specified quantity of returned orders. |
is greater than or equal to |
Returns customer records with values that are greater than or equal to the quantity of returned orders, including the specified quantity of returned orders. |
is in list |
Returns customer records with values that match the specified quantity of returned orders. |
is less than |
More useful Returns customer records with values that are less than the quantity of returned orders, not including the specified quantity of returned 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 returned orders, including the specified quantity of returned orders. |
is not |
Less useful Returns customer records with values that do not match the quantity of returned orders. |
is not between |
Less useful Returns customer records with values that are not between each of the specified quantity of returned orders. |
is not in list |
Less useful Returns customer records with values that do not match the specified quantity of returned orders. |
is not NULL |
Rturns customer records that have a value. |
is NULL |
Returns customer records that do not have a value. |