Order returned quantity¶
Order returned quantity is the total number of items in the original transaction that were returned.
Use in segments¶
You can add the order returned quantity attribute to a segment from the Segment Editor. Click Add condition, and then choose Attributes.
Enter “order returned” into the search feature to filter the list of available attributes. Choose order returned quantity 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 this attribute.
Note
This attribute has 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 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. |