Order returned quantity

Order returned quantity is the total number of items in the original transaction that were returned.

You can access returned quantities directly from the Segment Editor. To add this attribute to your segment, click Add criteria, select the Unified Transactions table, select the Order Returned Quantity attribute, and then apply a condition.

Choose the order returned quantity attribute from the Segment Editor.

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 “  Recommended” and conditions with more limited use cases are identified with “  Not recommended”.

Condition

Description

is

is returns customer records with values that match the quantity of returned orders.

is between

is between returns customer records with values that are between each of the specified quantities of returned orders.

is greater than

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

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

is in list returns customer records with values that match the specified quantity of returned orders.

is less than

  Recommended

is less than 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

  Recommended

is less than or equal to 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

  Not recommended

is not returns customer records with values that do not match the quantity of returned orders.

is not between

  Not recommended

is not between returns customer records with values that are not between each of the specified quantity of returned orders.

is not in list

  Not recommended

is not in list returns customer records with values that do not match the specified quantity of returned orders.

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.